text
stringlengths 6
13.6M
| id
stringlengths 13
176
| metadata
dict | __index_level_0__
int64 0
1.69k
|
---|---|---|---|
// 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.
export 'src/app.dart';
export 'src/extensions/extension_service.dart';
export 'src/framework/app_bar.dart';
export 'src/framework/home_screen.dart';
export 'src/framework/notifications_view.dart';
export 'src/framework/release_notes/release_notes.dart';
export 'src/framework/status_line.dart';
export 'src/screens/app_size/app_size_controller.dart';
export 'src/screens/app_size/app_size_screen.dart';
export 'src/screens/debugger/breakpoint_manager.dart';
export 'src/screens/debugger/codeview_controller.dart';
export 'src/screens/debugger/debugger_controller.dart';
export 'src/screens/debugger/debugger_screen.dart';
export 'src/screens/debugger/program_explorer_controller.dart';
export 'src/screens/debugger/program_explorer_model.dart';
export 'src/screens/debugger/span_parser.dart';
export 'src/screens/debugger/syntax_highlighter.dart';
export 'src/screens/deep_link_validation/deep_links_controller.dart';
export 'src/screens/deep_link_validation/deep_links_screen.dart';
export 'src/screens/inspector/inspector_controller.dart';
export 'src/screens/inspector/inspector_screen.dart';
export 'src/screens/inspector/inspector_tree_controller.dart';
export 'src/screens/logging/logging_controller.dart';
export 'src/screens/logging/logging_screen.dart';
export 'src/screens/memory/framework/connected/memory_controller.dart';
export 'src/screens/memory/framework/memory_screen.dart';
export 'src/screens/network/network_controller.dart';
export 'src/screens/network/network_model.dart';
export 'src/screens/network/network_screen.dart';
export 'src/screens/performance/panes/controls/enhance_tracing/enhance_tracing_controller.dart';
export 'src/screens/performance/panes/flutter_frames/flutter_frame_model.dart';
export 'src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart';
export 'src/screens/performance/panes/flutter_frames/flutter_frames_controller.dart';
export 'src/screens/performance/panes/frame_analysis/frame_analysis_model.dart';
export 'src/screens/performance/panes/raster_stats/raster_stats_controller.dart';
export 'src/screens/performance/panes/rebuild_stats/rebuild_stats_model.dart';
export 'src/screens/performance/panes/timeline_events/perfetto/tracing/model.dart';
export 'src/screens/performance/panes/timeline_events/timeline_events_controller.dart';
export 'src/screens/performance/performance_controller.dart';
export 'src/screens/performance/performance_model.dart';
export 'src/screens/performance/performance_screen.dart';
export 'src/screens/profiler/cpu_profile_model.dart';
export 'src/screens/profiler/profiler_screen.dart';
export 'src/screens/profiler/profiler_screen_controller.dart';
export 'src/screens/profiler/sampling_rate.dart';
export 'src/screens/provider/provider_screen.dart';
export 'src/screens/vm_developer/object_inspector/class_hierarchy_explorer.dart';
export 'src/screens/vm_developer/object_inspector/class_hierarchy_explorer_controller.dart';
export 'src/screens/vm_developer/object_inspector/object_inspector_view_controller.dart';
export 'src/screens/vm_developer/object_inspector/vm_object_model.dart';
export 'src/screens/vm_developer/vm_developer_tools_controller.dart';
export 'src/screens/vm_developer/vm_developer_tools_screen.dart';
export 'src/screens/vm_developer/vm_service_private_extensions.dart';
export 'src/service/json_to_service_cache.dart';
export 'src/service/service_extensions.dart';
export 'src/service/service_manager.dart';
export 'src/service/service_registrations.dart';
export 'src/service/timeline_streams.dart';
export 'src/service/vm_flags.dart';
export 'src/service/vm_service_wrapper.dart';
export 'src/shared/analytics/analytics.dart';
export 'src/shared/analytics/analytics_controller.dart';
export 'src/shared/banner_messages.dart';
export 'src/shared/charts/treemap.dart';
export 'src/shared/common_widgets.dart';
export 'src/shared/connected_app.dart';
export 'src/shared/connection_info.dart';
export 'src/shared/console/console_service.dart';
export 'src/shared/console/eval/eval_service.dart';
export 'src/shared/console/eval/inspector_tree.dart';
export 'src/shared/console/primitives/simple_items.dart';
export 'src/shared/console/widgets/description.dart';
export 'src/shared/diagnostics/diagnostics_node.dart';
export 'src/shared/diagnostics/inspector_service.dart';
export 'src/shared/environment_parameters/environment_parameters_base.dart';
export 'src/shared/environment_parameters/environment_parameters_external.dart';
export 'src/shared/error_badge_manager.dart';
export 'src/shared/globals.dart';
export 'src/shared/http/http_request_data.dart';
export 'src/shared/notifications.dart';
export 'src/shared/offline_mode.dart';
export 'src/shared/preferences/preferences.dart';
export 'src/shared/primitives/listenable.dart';
export 'src/shared/primitives/simple_items.dart';
export 'src/shared/primitives/storage.dart';
export 'src/shared/primitives/trace_event.dart';
export 'src/shared/primitives/trees.dart';
export 'src/shared/primitives/utils.dart';
export 'src/shared/routing.dart';
export 'src/shared/screen.dart';
export 'src/shared/scripts/script_manager.dart';
export 'src/shared/side_panel.dart';
export 'src/shared/ui/filter.dart';
export 'src/shared/ui/hover.dart';
export 'src/shared/ui/icons.dart';
export 'src/shared/ui/search.dart';
export 'src/shared/utils.dart';
export 'src/standalone_ui/api/vs_code_api.dart';
| devtools/packages/devtools_app/lib/devtools_app.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/devtools_app.dart",
"repo_id": "devtools",
"token_count": 1914
} | 120 |
This folder contains the code not used by screens.
| devtools/packages/devtools_app/lib/src/framework/README.md/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/framework/README.md",
"repo_id": "devtools",
"token_count": 11
} | 121 |
// 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_shared/ui.dart';
import 'package:flutter/material.dart';
import 'package:vm_snapshot_analysis/precompiler_trace.dart';
import 'package:vm_snapshot_analysis/program_info.dart';
import '../../shared/common_widgets.dart';
import '../../shared/primitives/trees.dart';
import '../../shared/primitives/utils.dart';
import '../../shared/table/table.dart';
import '../../shared/table/table_data.dart';
class CallGraphWithDominators extends StatefulWidget {
const CallGraphWithDominators({super.key, required this.callGraphRoot});
final CallGraphNode callGraphRoot;
@override
State<CallGraphWithDominators> createState() =>
_CallGraphWithDominatorsState();
}
class _CallGraphWithDominatorsState extends State<CallGraphWithDominators> {
bool showCallGraph = false;
late DominatorTreeNode dominatorTreeRoot;
@override
void initState() {
super.initState();
dominatorTreeRoot =
DominatorTreeNode.from(widget.callGraphRoot.dominatorRoot);
}
@override
void didUpdateWidget(covariant CallGraphWithDominators oldWidget) {
super.didUpdateWidget(oldWidget);
if (oldWidget.callGraphRoot != widget.callGraphRoot) {
dominatorTreeRoot =
DominatorTreeNode.from(widget.callGraphRoot.dominatorRoot);
}
}
@override
Widget build(BuildContext context) {
return Column(
children: [
AreaPaneHeader(
title: Text(showCallGraph ? 'Call Graph' : 'Dominator Tree'),
includeTopBorder: false,
roundedTopBorder: false,
actions: [
const Text('Show call graph'),
DevToolsSwitch(
padding: const EdgeInsets.only(left: denseSpacing),
value: showCallGraph,
onChanged: _toggleShowCallGraph,
),
],
),
Expanded(
child: showCallGraph
? CallGraphView(node: widget.callGraphRoot)
: DominatorTree(
dominatorTreeRoot: dominatorTreeRoot,
selectedNode: widget.callGraphRoot,
),
),
],
);
}
void _toggleShowCallGraph(bool shouldShow) {
setState(() {
showCallGraph = shouldShow;
});
}
}
class CallGraphView extends StatefulWidget {
const CallGraphView({super.key, required this.node});
final CallGraphNode node;
@override
State<CallGraphView> createState() => _CallGraphViewState();
}
class _CallGraphViewState extends State<CallGraphView> {
late CallGraphNode selectedNode;
@override
void initState() {
super.initState();
selectedNode = widget.node;
}
@override
void didUpdateWidget(covariant CallGraphView oldWidget) {
super.didUpdateWidget(oldWidget);
if (oldWidget.node != widget.node) {
selectedNode = widget.node;
}
}
@override
Widget build(BuildContext context) {
// Padding to prevent the node title and arrows from overlapping the column
// headers.
const columnHeaderPadding = 50.0;
final mainNode = Padding(
padding: const EdgeInsets.symmetric(horizontal: columnHeaderPadding),
child: Row(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
const Padding(
padding: EdgeInsets.symmetric(horizontal: densePadding),
child: Icon(Icons.arrow_forward),
),
Flexible(
child: DevToolsTooltip(
message: selectedNode.data.toString(),
child: Padding(
padding: const EdgeInsets.all(densePadding),
child: Text(
selectedNode.display,
overflow: TextOverflow.ellipsis,
textAlign: TextAlign.center,
),
),
),
),
const Padding(
padding: EdgeInsets.symmetric(horizontal: densePadding),
child: Icon(Icons.arrow_forward),
),
],
),
);
return LayoutBuilder(
builder: (context, constraints) {
return Stack(
children: [
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Flexible(
child: _CallGraphTable(
tableType: _CallGraphTableType.from,
selectedNode: selectedNode,
onNodeSelected: _selectMainNode,
),
),
const SizedBox(width: densePadding),
Flexible(
child: _CallGraphTable(
tableType: _CallGraphTableType.to,
selectedNode: selectedNode,
onNodeSelected: _selectMainNode,
),
),
],
),
Positioned(
top: densePadding,
width: constraints.maxWidth,
child: mainNode,
),
],
);
},
);
}
// TODO(kenz): store the selected node in a controller and pass the notifier
// to the tables instead of storing the [selectedNode] value in the state
// class.
void _selectMainNode(CallGraphNode? node) {
setState(() {
selectedNode = node!;
});
}
}
enum _CallGraphTableType {
from,
to;
String get dataKey {
switch (this) {
case from:
return 'call-graph-from';
case to:
return 'call-graph-to';
}
}
}
class _CallGraphTable extends StatelessWidget {
const _CallGraphTable({
required this.tableType,
required this.selectedNode,
required this.onNodeSelected,
});
static final _toColumn = ToColumn();
static final _fromColumn = FromColumn();
final _CallGraphTableType tableType;
final CallGraphNode selectedNode;
final void Function(CallGraphNode? node) onNodeSelected;
ColumnData<CallGraphNode> get tableColumn =>
tableType == _CallGraphTableType.from ? _fromColumn : _toColumn;
@override
Widget build(BuildContext context) {
return FlatTable<CallGraphNode>(
keyFactory: (CallGraphNode node) => ValueKey<CallGraphNode>(node),
data: tableType == _CallGraphTableType.from
? selectedNode.pred
: selectedNode.succ,
dataKey: tableType.dataKey,
columns: [tableColumn],
onItemSelected: onNodeSelected,
defaultSortColumn: tableColumn,
defaultSortDirection: SortDirection.descending,
);
}
}
class FromColumn extends ColumnData<CallGraphNode> {
FromColumn() : super.wide('From');
@override
String getValue(CallGraphNode dataObject) => dataObject.display;
}
class ToColumn extends ColumnData<CallGraphNode> {
ToColumn() : super.wide('To');
@override
ColumnAlignment get alignment => ColumnAlignment.right;
@override
TextAlign get headerAlignment => TextAlign.right;
@override
String? getValue(CallGraphNode dataObject) => dataObject.display;
}
class DominatorTree extends StatelessWidget {
DominatorTree({
super.key,
required this.dominatorTreeRoot,
required this.selectedNode,
});
static const dominatorTreeTableKey = Key('DominatorTree - table');
final DominatorTreeNode? dominatorTreeRoot;
final CallGraphNode? selectedNode;
final _packageColumn = _PackageColumn();
@override
Widget build(BuildContext context) {
_expandToSelected();
// TODO(kenz): programmatically select [selectedNode] in the table.
return TreeTable<DominatorTreeNode>(
key: dominatorTreeTableKey,
dataRoots: [dominatorTreeRoot!],
dataKey: 'dominator-tree',
keyFactory: (node) => PageStorageKey<String>('${node.callGraphNode.id}'),
columns: [_packageColumn],
treeColumn: _packageColumn,
defaultSortColumn: _packageColumn,
defaultSortDirection: SortDirection.descending,
autoExpandRoots: true,
);
}
void _expandToSelected() {
var selected = dominatorTreeRoot!.firstChildWithCondition(
(node) => node.callGraphNode.id == selectedNode!.id,
);
while (selected != null) {
selected.expand();
selected = selected.parent;
}
}
}
class _PackageColumn extends TreeColumnData<DominatorTreeNode> {
_PackageColumn() : super('Package');
@override
String getValue(DominatorTreeNode dataObject) =>
dataObject.callGraphNode.display;
}
extension CallGraphNodeDisplay on CallGraphNode {
String get display {
final displayText = data is ProgramInfoNode
? (data as ProgramInfoNode).qualifiedName
: data.toString();
if (displayText == '@shared') {
// Special case '@shared' because this is the name of the call graph root,
// and '@root' has a more intuitive meaning.
return '@root';
}
return displayText;
}
CallGraphNode get dominatorRoot {
var root = this;
while (root.dominator != null) {
root = root.dominator!;
}
return root;
}
}
class DominatorTreeNode extends TreeNode<DominatorTreeNode> {
DominatorTreeNode._(this.callGraphNode);
factory DominatorTreeNode.from(CallGraphNode cgNode) {
final domNode = DominatorTreeNode._(cgNode);
for (var dominated in cgNode.dominated) {
domNode.addChild(DominatorTreeNode.from(dominated));
}
return domNode;
}
final CallGraphNode callGraphNode;
@override
DominatorTreeNode shallowCopy() {
throw UnimplementedError(
'This method is not implemented. Implement if you '
'need to call `shallowCopy` on an instance of this class.',
);
}
}
| devtools/packages/devtools_app/lib/src/screens/app_size/code_size_attribution.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/app_size/code_size_attribution.dart",
"repo_id": "devtools",
"token_count": 3936
} | 122 |
// 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:collection';
import 'dart:convert';
import 'package:collection/collection.dart';
import 'package:string_scanner/string_scanner.dart';
//TODO(jacobr): cleanup.
// ignore: avoid_classes_with_only_static_members
abstract class SpanParser {
/// Takes a TextMate [Grammar] and a [String] and outputs a list of
/// [ScopeSpan]s corresponding to the parsed input.
static List<ScopeSpan> parse(Grammar grammar, String src) {
final scopeStack = ScopeStack();
final scanner = LineScanner(src);
while (!scanner.isDone) {
final foundMatch =
grammar.topLevelMatcher.scan(grammar, scanner, scopeStack);
if (!foundMatch && !scanner.isDone) {
// Found no match, move forward by a character and try again.
scanner.readChar();
}
}
scopeStack.popAll(scanner.location);
return scopeStack.spans;
}
}
/// A representation of a TextMate grammar used to create [ScopeSpan]s
/// representing scopes within a body of text.
///
/// References used:
/// - Grammar specification:
/// https://macromates.com/manual/en/language_grammars#language_grammars
/// - Helpful blog post which clears up ambiguities in the spec:
/// https://www.apeth.com/nonblog/stories/textmatebundle.html
///
class Grammar {
factory Grammar.fromJson(Map<String, Object?> json) {
return Grammar._(
name: json['name'] as String,
scopeName: json['scopeName'] as String,
topLevelMatcher: GrammarMatcher.parse(json),
repository: Repository.build(json),
);
}
Grammar._({
this.name,
this.scopeName,
required this.topLevelMatcher,
required this.repository,
});
final String? name;
final String? scopeName;
final GrammarMatcher topLevelMatcher;
final Repository repository;
@override
String toString() {
return const JsonEncoder.withIndent(' ').convert({
'name': name,
'scopeName': scopeName,
'topLevelMatcher': topLevelMatcher.toJson(),
'repository': repository.toJson(),
});
}
}
/// A representation of a span of text which has `scope` applied to it.
class ScopeSpan {
ScopeSpan({
required this.scopes,
required ScopeStackLocation startLocation,
required ScopeStackLocation endLocation,
}) : _startLocation = startLocation,
_endLocation = endLocation;
ScopeStackLocation get startLocation => _startLocation;
ScopeStackLocation get endLocation => _endLocation;
int get start => _startLocation.position;
int get end => _endLocation.position;
int get length => end - start;
final ScopeStackLocation _startLocation;
ScopeStackLocation _endLocation;
/// The one-based line number.
int get line => startLocation.line + 1;
/// The one-based column number.
int get column => startLocation.column + 1;
final List<String> scopes;
bool contains(int token) => (start <= token) && (token < end);
/// Splits the current [ScopeSpan] into multiple spans separated by [cond].
/// This is useful for post-processing the results from a rule with a while
/// condition as formatting should not be applied to the characters that
/// match the while condition.
List<ScopeSpan> split(LineScanner scanner, RegExp cond) {
final splitSpans = <ScopeSpan>[];
// Create a temporary scanner, copying [0, end] to ensure that line/column
// information is consistent with the original scanner.
final splitScanner = LineScanner(
scanner.substring(0, end),
position: start,
);
// Start with a copy of the original span
ScopeSpan current = ScopeSpan(
scopes: scopes.toList(),
startLocation: startLocation,
endLocation: endLocation,
);
while (!splitScanner.isDone) {
if (splitScanner.matches(cond)) {
// Update the end position for this span as it's been fully processed.
current._endLocation = splitScanner.location;
splitSpans.add(current);
// Move the scanner position past the matched condition.
splitScanner.scan(cond);
// Create a new span based on the current position.
current = ScopeSpan(
scopes: scopes.toList(),
startLocation: splitScanner.location,
// Will be updated later.
endLocation: ScopeStackLocation.zero,
);
} else {
// Move scanner position forward.
splitScanner.readChar();
}
}
// Finish processing the last span, which will always have the same end
// position as the span we're splitting.
current._endLocation = endLocation;
splitSpans.add(current);
return splitSpans;
}
@override
String toString() {
return '[$start, $end, $line:$column (len: $length)] = $scopes';
}
}
/// A top-level repository of rules that can be referenced within other rules
/// using the 'includes' keyword.
class Repository {
Repository.build(Map<String, Object?> grammarJson) {
final repositoryJson = (grammarJson['repository'] as Map<String, Object?>?)
?.cast<String, Map<String, Object?>>();
if (repositoryJson == null) {
return;
}
for (final subRepo in repositoryJson.keys) {
matchers[subRepo] = GrammarMatcher.parse(repositoryJson[subRepo]!);
}
}
final matchers = <String?, GrammarMatcher>{};
Map<String, Object?> toJson() {
return {
for (final entry in matchers.entries)
if (entry.key != null) entry.key!: entry.value.toJson(),
};
}
}
abstract class GrammarMatcher {
factory GrammarMatcher.parse(Map<String, Object?> json) {
if (_IncludeMatcher.isType(json)) {
return _IncludeMatcher(json['include'] as String);
} else if (_SimpleMatcher.isType(json)) {
return _SimpleMatcher(json);
} else if (_MultilineMatcher.isType(json)) {
return _MultilineMatcher(json);
} else if (_PatternMatcher.isType(json)) {
return _PatternMatcher(json);
}
throw StateError('Unknown matcher type: $json');
}
GrammarMatcher._(Map<String, Object?> json) : name = json['name'] as String?;
final String? name;
bool scan(Grammar grammar, LineScanner scanner, ScopeStack scopeStack);
void _applyCapture(
Grammar grammar,
LineScanner scanner,
ScopeStack scopeStack,
Map<String, Object?>? captures,
ScopeStackLocation location,
) {
final lastMatch = scanner.lastMatch!;
final start = lastMatch.start;
final end = lastMatch.end;
final matchStartLocation = location;
if (captures != null) {
final match = scanner.substring(start, end);
for (int i = 0; i <= lastMatch.groupCount; ++i) {
// Skip if we don't have a scope or nested patterns for this capture.
if (!captures.containsKey(i.toString())) continue;
final captureText = lastMatch.group(i);
if (captureText == null || captureText.isEmpty) continue;
final startOffset = match.indexOf(captureText);
final capture = captures[i.toString()] as Map<String, Object?>;
final captureStartLocation = matchStartLocation.offset(startOffset);
final captureEndLocation =
captureStartLocation.offset(captureText.length);
final captureName = capture['name'] as String?;
scopeStack.push(captureName, captureStartLocation);
// Handle nested pattern matchers.
if (capture.containsKey('patterns')) {
final captureScanner = LineScanner(
scanner.substring(0, captureEndLocation.position),
position: captureStartLocation.position,
);
GrammarMatcher.parse(capture)
.scan(grammar, captureScanner, scopeStack);
}
scopeStack.pop(captureName, captureEndLocation);
}
}
}
Map<String, Object?> toJson();
}
/// A simple matcher which matches a single line.
class _SimpleMatcher extends GrammarMatcher {
_SimpleMatcher(Map<String, Object?> json)
: match = RegExp(json['match'] as String, multiLine: true),
captures = (json['captures'] as Map<String, Object?>?)
?.cast<String, Map<String, Object?>>(),
super._(json);
static bool isType(Map<String, Object?> json) {
return json.containsKey('match');
}
final RegExp match;
final Map<String, Object?>? captures;
@override
bool scan(Grammar grammar, LineScanner scanner, ScopeStack scopeStack) {
final location = scanner.location;
if (scanner.scan(match)) {
scopeStack.push(name, location);
_applyCapture(grammar, scanner, scopeStack, captures, location);
scopeStack.pop(name, scanner.location);
return true;
}
return false;
}
@override
Map<String, Object?> toJson() {
return {
if (name != null) 'name': name,
'match': match.pattern,
if (captures != null) 'captures': captures,
};
}
}
class _MultilineMatcher extends GrammarMatcher {
_MultilineMatcher(Map<String, Object?> json)
: begin = RegExp(json['begin'] as String, multiLine: true),
beginCaptures = json['beginCaptures'] as Map<String, Object?>?,
contentName = json['contentName'] as String?,
end = json['end'] == null
? null
: RegExp(json['end'] as String, multiLine: true),
endCaptures = json['endCaptures'] as Map<String, Object?>?,
captures = json['captures'] as Map<String, Object?>?,
whileCond = json['while'] == null
? null
: RegExp(json['while'] as String, multiLine: true),
patterns = (json['patterns'] as List<Object?>?)
?.cast<Map<String, Object?>>()
.map((e) => GrammarMatcher.parse(e))
.toList()
.cast<GrammarMatcher>(),
super._(json);
static bool isType(Map<String, Object?> json) {
return json.containsKey('begin') &&
(json.containsKey('end') || json.containsKey('while'));
}
/// A regular expression which defines the beginning match of this rule. This
/// property is required and must be defined along with either `end` or
/// `while`.
final RegExp begin;
/// A set of scopes to apply to groups captured by `begin`. `captures` should
/// be null if this property is provided.
final Map<String, Object?>? beginCaptures;
/// The scope that applies to the content between the matches found by
/// `begin` and `end`.
final String? contentName;
/// A regular expression which defines the match signaling the end of the
/// rule application. This property is mutually exclusive with the `while`
/// property.
final RegExp? end;
/// A set of scopes to apply to groups captured by `begin`. `captures` should
/// be null if this property is provided.
final Map<String, Object?>? endCaptures;
/// A regular expression corresponding with the `while` property used to
/// determine if the next line should have the current rule applied. If
/// `patterns` is provided, the contents of a line that satisfy this regular
/// expression will be processed against the provided patterns.
///
/// This expression is applied to every line **after** the first line matched
/// by `begin`. If this expression fails after the line matched by `begin`,
/// the overall rule does not fail and the resulting [ScopeSpan]s will consist
/// of matches found in the first line.
///
/// This property is mutually exclusive with the `end` property.
final RegExp? whileCond;
/// A set of scopes to apply to groups captured by `begin` and `end`.
/// Providing this property is the equivalent of setting `beginCaptures` and
/// `endCaptures` to the same value. `beginCaptures` and `endCaptures` should
/// be null if this property is provided.
final Map<String, Object?>? captures;
final List<GrammarMatcher>? patterns;
void _scanBegin(Grammar grammar, LineScanner scanner, ScopeStack scopeStack) {
final location = scanner.location;
if (!scanner.scan(begin)) {
// This shouldn't happen since we've already checked that `begin` matches
// the beginning of the string.
throw StateError('Expected ${begin.pattern} to match.');
}
_processCaptureHelper(
grammar,
scanner,
scopeStack,
beginCaptures,
location,
);
}
void _scanToEndOfLine(
Grammar grammar,
LineScanner scanner,
ScopeStack scopeStack,
) {
while (!scanner.isDone) {
if (String.fromCharCode(scanner.peekChar()!) == '\n') {
scanner.readChar();
break;
}
bool foundMatch = false;
for (final pattern in patterns ?? <GrammarMatcher>[]) {
if (pattern.scan(grammar, scanner, scopeStack)) {
foundMatch = true;
break;
}
}
if (!foundMatch) {
scanner.readChar();
}
}
}
void _scanUpToEndMatch(
Grammar grammar,
LineScanner scanner,
ScopeStack scopeStack,
) {
while (!scanner.isDone && end != null && !scanner.matches(end!)) {
bool foundMatch = false;
for (final pattern in patterns ?? <GrammarMatcher>[]) {
if (pattern.scan(grammar, scanner, scopeStack)) {
foundMatch = true;
break;
}
}
if (!foundMatch) {
// Move forward by a character, try again.
scanner.readChar();
}
}
}
void _scanEnd(Grammar grammar, LineScanner scanner, ScopeStack scopeStack) {
final location = scanner.location;
if (end != null && !scanner.scan(end!)) {
return;
}
_processCaptureHelper(grammar, scanner, scopeStack, endCaptures, location);
}
void _processCaptureHelper(
Grammar grammar,
LineScanner scanner,
ScopeStack scopeStack,
Map<String, Object?>? customCaptures,
ScopeStackLocation location,
) {
if (contentName == null || (customCaptures ?? captures) != null) {
_applyCapture(
grammar,
scanner,
scopeStack,
customCaptures ?? captures,
location,
);
}
}
@override
bool scan(Grammar grammar, LineScanner scanner, ScopeStack scopeStack) {
if (!scanner.matches(begin)) {
return false;
}
scopeStack.push(name, scanner.location);
_scanBegin(grammar, scanner, scopeStack);
if (end != null) {
scopeStack.push(contentName, scanner.location);
_scanUpToEndMatch(grammar, scanner, scopeStack);
scopeStack.pop(contentName, scanner.location);
_scanEnd(grammar, scanner, scopeStack);
} else if (whileCond != null) {
// Find the range of the string that is matched by the while condition.
final start = scanner.position;
_skipLine(scanner);
while (!scanner.isDone && whileCond != null && scanner.scan(whileCond!)) {
_skipLine(scanner);
}
final end = scanner.position;
// Create a temporary scanner to ensure that rules that don't find an
// end match don't try and match all the way to the end of the file.
final contentScanner = LineScanner(
scanner.substring(0, end),
position: start,
);
// Capture a marker for where the contents start, used later to split
// spans.
final whileContentBeginMarker = scopeStack.marker();
_scanToEndOfLine(grammar, contentScanner, scopeStack);
// Process each line until the `while` condition fails.
while (!contentScanner.isDone &&
whileCond != null &&
contentScanner.scan(whileCond!)) {
_scanToEndOfLine(grammar, contentScanner, scopeStack);
}
// Now, split any spans produced whileContentBeginMarker by `whileCond`.
scopeStack.splitFromMarker(
scanner,
whileContentBeginMarker,
whileCond!,
);
} else {
throw StateError(
"One of 'end' or 'while' must be provided for rule: $name",
);
}
scopeStack.pop(name, scanner.location);
return true;
}
void _skipLine(LineScanner scanner) {
scanner.scan(RegExp('.*\r?\n'));
}
@override
Map<String, Object?> toJson() {
return {
if (name != null) 'name': name,
'begin': begin.pattern,
if (beginCaptures != null) 'beginCaptures': beginCaptures,
if (end != null) 'end': end!.pattern,
if (endCaptures != null) 'endCaptures': endCaptures,
if (whileCond != null) 'while': whileCond!.pattern,
if (patterns != null)
'patterns': patterns!.map((e) => e.toJson()).toList(),
};
}
}
class _PatternMatcher extends GrammarMatcher {
_PatternMatcher(Map<String, Object?> json)
: patterns = (json['patterns'] as List<Object?>?)
?.cast<Map<String, Object?>>()
.map((e) => GrammarMatcher.parse(e))
.toList()
.cast<GrammarMatcher>(),
super._(json);
static bool isType(Map<String, Object?> json) {
return json.containsKey('patterns');
}
final List<GrammarMatcher>? patterns;
@override
bool scan(Grammar grammar, LineScanner scanner, ScopeStack scopeStack) {
// Try each rule in the include and return after the first successful match.
for (final pattern in patterns!) {
if (pattern.scan(grammar, scanner, scopeStack)) {
return true;
}
}
return false;
}
@override
Map<String, Object?> toJson() {
return {
if (name != null) 'name': name,
if (patterns != null)
'patterns': patterns!.map((e) => e.toJson()).toList(),
};
}
}
/// A [GrammarMatcher] that corresponds to an `include` rule referenced in a
/// `patterns` array. Allows for executing rules defined within a
/// [Repository].
class _IncludeMatcher extends GrammarMatcher {
_IncludeMatcher(String include)
: include = include.substring(1),
super._({});
final String include;
static bool isType(Map<String, Object?> json) {
return json.containsKey('include');
}
@override
bool scan(Grammar grammar, LineScanner scanner, ScopeStack scopeStack) {
final matcher = grammar.repository.matchers[include];
if (matcher == null) {
throw StateError('Could not find $include in the repository.');
}
return matcher.scan(grammar, scanner, scopeStack);
}
@override
Map<String, Object?> toJson() {
return {
'include': include,
};
}
}
/// Tracks the current scope stack, producing [ScopeSpan]s as the contents
/// change.
class ScopeStack {
ScopeStack();
final stack = Queue<ScopeStackItem>();
final spans = <ScopeSpan>[];
/// Location where the next produced span should begin.
ScopeStackLocation _nextLocation = ScopeStackLocation.zero;
/// Adds a scope for a given region.
///
/// This method is the same as calling [push] and then [pop] with the same
/// args.
void add(
String? scope, {
required ScopeStackLocation start,
required ScopeStackLocation end,
}) {
push(scope, start);
pop(scope, end);
}
/// Pushes a new scope onto the stack starting at [start].
void push(String? scope, ScopeStackLocation location) {
if (scope == null) return;
// If the stack is empty, seed the position which is used for the start
// of the next produced token.
if (stack.isEmpty) {
_nextLocation = location;
}
// Whenever we push a new item, produce a span for the region between the
// last started scope and the new current position.
if (location.position > _nextLocation.position) {
final scopes = stack.map((item) => item.scope).toSet();
_produceSpan(scopes, end: location);
}
// Add this new scope to the stack, but don't produce its token yet. We will
// do that when the next item is pushed (in which case we'll fill the gap),
// or when this item is popped (in which case we'll produce a span for that
// full region).
stack.add(ScopeStackItem(scope, location));
}
/// Pops the last scope off the stack, producing a token if necessary up until
/// [end].
void pop(String? scope, ScopeStackLocation end) {
if (scope == null) return;
assert(stack.isNotEmpty);
final scopes = stack.map((item) => item.scope).toSet();
final last = stack.removeLast();
assert(last.scope == scope);
assert(last.location.position <= end.position);
_produceSpan(scopes, end: end);
}
void popAll(ScopeStackLocation location) {
while (stack.isNotEmpty) {
pop(stack.last.scope, location);
}
}
/// Captures a marker to identify spans produced before/after this call.
ScopeStackMarker marker() {
return ScopeStackMarker(spanIndex: spans.length, location: _nextLocation);
}
/// Splits all spans created since [begin] by [condition].
///
/// This is used to handle multiline spans that use begin/end such as
/// capturing triple-backtick code blocks that would have captured the leading
/// '/// ', which should not be included.
void splitFromMarker(
LineScanner scanner,
ScopeStackMarker begin,
RegExp condition,
) {
// Remove the spans to be split. We will push new spans after splitting.
final spansToSplit = spans.sublist(begin.spanIndex);
if (spansToSplit.isEmpty) return;
spans.removeRange(begin.spanIndex, spans.length);
// Also rewind the last positions to the start place.
_nextLocation = begin.location;
// Add the split spans individually.
for (final span in spansToSplit
.expand((spanToSplit) => spanToSplit.split(scanner, condition))) {
// To handler spans with multiple scopes, we need to push each scope, and
// then pop each scope. We cannot use `add`.
for (final scope in span.scopes) {
push(scope, span.startLocation);
}
for (final scope in span.scopes.reversed) {
pop(scope, span.endLocation);
}
}
}
void _produceSpan(
Set<String> scopes, {
required ScopeStackLocation end,
}) {
// Don't produce zero-width spans.
if (end.position == _nextLocation.position) return;
// If the new span starts at the same place that the previous one ends and
// has the same scopes, we can replace the previous one with a single new
// larger span.
final newScopes = scopes.toList();
final lastSpan = spans.lastOrNull;
if (lastSpan != null &&
lastSpan.endLocation.position == _nextLocation.position &&
lastSpan.scopes.equals(newScopes)) {
final span = ScopeSpan(
scopes: newScopes,
startLocation: lastSpan.startLocation,
endLocation: end,
);
// Replace the last span with this one.
spans.last = span;
} else {
final span = ScopeSpan(
scopes: newScopes,
startLocation: _nextLocation,
endLocation: end,
);
spans.add(span);
}
_nextLocation = end;
}
}
/// An item pushed onto the scope stack, consisting of a [String] scope and a
/// location.
class ScopeStackItem {
ScopeStackItem(this.scope, this.location);
final String scope;
final ScopeStackLocation location;
}
/// A marker tracking a position in the list of produced tokens.
///
/// Used for back-tracking when handling nested multiline tokens.
class ScopeStackMarker {
ScopeStackMarker({
required this.spanIndex,
required this.location,
});
final int spanIndex;
final ScopeStackLocation location;
}
/// A location (including offset, line, column) in the code parsed for scopes.
class ScopeStackLocation {
const ScopeStackLocation({
required this.position,
required this.line,
required this.column,
});
static const zero = ScopeStackLocation(position: 0, line: 0, column: 0);
/// 0-based offset in content.
final int position;
/// 0-based line number of [position].
final int line;
/// 0-based column number of [position].
final int column;
/// Returns a location offset by [offset] characters.
///
/// This method does not handle line wrapping so should only be used where it
/// is known that the offset does not wrap across a line boundary.
ScopeStackLocation offset(int offset) {
return ScopeStackLocation(
position: position + offset,
line: line,
column: column + offset,
);
}
}
extension LineScannerExtension on LineScanner {
ScopeStackLocation get location =>
ScopeStackLocation(position: position, line: line, column: column);
}
| devtools/packages/devtools_app/lib/src/screens/debugger/span_parser.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/debugger/span_parser.dart",
"repo_id": "devtools",
"token_count": 8652
} | 123 |
// 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/ui.dart';
import 'package:flutter/material.dart';
import '../../../../shared/diagnostics/diagnostics_node.dart';
import '../../../../shared/primitives/math_utils.dart';
import '../../../../shared/primitives/utils.dart';
import '../../inspector_controller.dart';
import '../../inspector_data_models.dart';
import '../ui/free_space.dart';
import '../ui/layout_explorer_widget.dart';
import '../ui/theme.dart';
import '../ui/utils.dart';
import '../ui/widget_constraints.dart';
import '../ui/widgets_theme.dart';
class BoxLayoutExplorerWidget extends LayoutExplorerWidget {
const BoxLayoutExplorerWidget(
InspectorController inspectorController, {
Key? key,
}) : super(inspectorController, key: key);
static bool shouldDisplay(RemoteDiagnosticsNode _) {
// Pretend this layout explorer is always available. This layout explorer
// will gracefully fall back to an error message if the required properties
// are not needed.
// TODO(jacobr) pass a RemoteDiagnosticsNode to this method that contains
// the layout explorer related supplemental properties so that we can
// accurately determine whether the widget uses box layout.
return true;
}
@override
State<BoxLayoutExplorerWidget> createState() =>
BoxLayoutExplorerWidgetState();
}
class BoxLayoutExplorerWidgetState extends LayoutExplorerWidgetState<
BoxLayoutExplorerWidget, LayoutProperties> {
@override
RemoteDiagnosticsNode? getRoot(RemoteDiagnosticsNode? node) {
final nodeLocal = node;
if (nodeLocal == null) return null;
if (!shouldDisplay(nodeLocal)) return null;
return node;
}
@override
bool shouldDisplay(RemoteDiagnosticsNode node) {
final selectedNodeLocal = selectedNode;
if (selectedNodeLocal == null) return false;
return BoxLayoutExplorerWidget.shouldDisplay(selectedNodeLocal);
}
@override
AnimatedLayoutProperties computeAnimatedProperties(
LayoutProperties nextProperties,
) {
return AnimatedLayoutProperties(
// If an animation is in progress, freeze it and start animating from there, else start a fresh animation from widget.properties.
animatedProperties?.copyWith() ?? properties!,
nextProperties,
changeAnimation,
);
}
@override
LayoutProperties computeLayoutProperties(RemoteDiagnosticsNode node) =>
LayoutProperties(node);
@override
void updateHighlighted(LayoutProperties? newProperties) {
setState(() {
// This implementation will need to change if we support showing more than
// a single widget in the box visualization for the layout explorer.
highlighted = newProperties != null && selectedNode == newProperties.node
? newProperties
: null;
});
}
@override
Widget build(BuildContext context) {
if (properties == null) {
final selectedNodeLocal = selectedNode;
return Center(
child: Text(
'${selectedNodeLocal?.description ?? 'Widget'} has no layout properties to display.',
textAlign: TextAlign.center,
overflow: TextOverflow.clip,
),
);
}
return Container(
margin: const EdgeInsets.all(denseSpacing),
child: AnimatedBuilder(
animation: changeController,
builder: (context, _) {
return LayoutBuilder(builder: _buildLayout);
},
),
);
}
/// Simplistic layout algorithm to roughly match minFraction restrictions for
/// each sizes attempting to render a stylized version of the original layout.
/// TODO(jacobr): see if we can unify with the stylized version of the overall
/// layout used for Flex. Our constraints are quite different as we can
/// guarantee that the entire layout fits without scrolling while in the Flex
/// case that would be difficult.
///
/// The overall layout will expand to use the full availableSize treating null
/// values in [sizes] as an indication that the items should have zero size.
/// On the other hand, a non-null size indicates that the minFractions
/// constraints should be obeyed. This is needed to ensure that negative sizes
/// are visualized reasonably.
/// The minFractions aren't exactly obeyed but they are approximated in a way
/// that keeps this algorithm simple and has the nice property that an initial
/// value much smaller than the minSize results in a slightly smaller value
/// than a value that is almost minSize.
/// In the most extreme case an item will get not minFraction but will instead
/// get the slightly smaller value of minFraction / (1 + minFraction)
/// which is close enough for the simple values we need this for.
static List<double> minFractionLayout({
required double availableSize,
required List<double?> sizes,
required List<double> minFractions,
}) {
assert(sizes.length == minFractions.length);
final length = sizes.length;
double total = 1.0; // This isn't set to zero to avoid divide by zero bugs.
final fractions = minFractions.toList();
for (var size in sizes) {
if (size != null) {
total += math.max(0, size);
}
}
double totalFraction = 0.0;
for (int i = 0; i < length; i++) {
final size = sizes[i];
if (size != null) {
fractions[i] = math.max(size / total, minFractions[i]);
totalFraction += fractions[i];
} else {
fractions[i] = 0.0;
}
}
if (totalFraction != 1.0) {
for (int i = 0; i < length; i++) {
fractions[i] = fractions[i] / totalFraction;
}
}
final output = <double>[];
for (var fraction in fractions) {
output.add(fraction * availableSize);
}
return output;
}
Widget _buildChild(BuildContext context) {
final propertiesLocal = properties!;
final theme = Theme.of(context);
final colorScheme = theme.colorScheme;
final parentProperties = this.parentProperties ??
propertiesLocal; // Fall back to this node's properties if there is no parent.
final parentSize = parentProperties.size;
final offset = propertiesLocal.node.parentData;
return LayoutBuilder(
builder: (BuildContext context, BoxConstraints constraints) {
// Subtract out one pixel border on each side.
final availableHeight = constraints.maxHeight - 2;
final availableWidth = constraints.maxWidth - 2;
final minFractions = [0.2, 0.5, 0.2];
// TODO(polinach, jacobr): consider using zeros for zero values,
// without replacing them with nulls.
// See https://github.com/flutter/devtools/issues/3931.
double? nullOutZero(double value) => value != 0.0 ? value : null;
final widths = [
nullOutZero(offset.offset.dx),
propertiesLocal.size.width,
nullOutZero(
parentSize.width - (propertiesLocal.size.width + offset.offset.dx),
),
];
final heights = [
nullOutZero(offset.offset.dy),
propertiesLocal.size.height,
nullOutZero(
parentSize.height -
(propertiesLocal.size.height + offset.offset.dy),
),
];
// 3 element array with [left padding, widget width, right padding].
final displayWidths = minFractionLayout(
availableSize: availableWidth,
sizes: widths,
minFractions: minFractions,
);
// 3 element array with [top padding, widget height, bottom padding].
final displayHeights = minFractionLayout(
availableSize: availableHeight,
sizes: heights,
minFractions: minFractions,
);
final widgetWidth = displayWidths[1];
final widgetHeight = displayHeights[1];
final safeParentSize = parentSize;
final width0 = widths[0];
final width2 = widths[2];
final height0 = heights[0];
final height2 = heights[2];
return Container(
width: constraints.maxWidth,
height: constraints.maxHeight,
decoration: BoxDecoration(
border: Border.all(
color:
WidgetTheme.fromName(propertiesLocal.node.description).color,
),
),
child: Stack(
children: [
LayoutExplorerBackground(colorScheme: colorScheme),
// Left padding.
if (width0 != null)
PaddingVisualizerWidget(
RenderProperties(
axis: Axis.horizontal,
size: Size(displayWidths[0], widgetHeight),
offset: Offset(0, displayHeights[0]),
realSize: Size(width0, safeParentSize.height),
layoutProperties: propertiesLocal,
isFreeSpace: true,
),
horizontal: true,
),
// Top padding.
if (height0 != null)
PaddingVisualizerWidget(
RenderProperties(
axis: Axis.horizontal,
size: Size(widgetWidth, displayHeights[0]),
offset: Offset(displayWidths[0], 0),
realSize: Size(safeParentSize.width, height0),
layoutProperties: propertiesLocal,
isFreeSpace: true,
),
horizontal: false,
),
// Right padding.
if (width2 != null)
PaddingVisualizerWidget(
RenderProperties(
axis: Axis.horizontal,
size: Size(displayWidths[2], widgetHeight),
offset: Offset(
displayWidths[0] + displayWidths[1],
displayHeights[0],
),
realSize: Size(width2, safeParentSize.height),
layoutProperties: propertiesLocal,
isFreeSpace: true,
),
horizontal: true,
),
// Bottom padding.
if (height2 != null)
PaddingVisualizerWidget(
RenderProperties(
axis: Axis.horizontal,
size: Size(widgetWidth, displayHeights[2]),
offset: Offset(
displayWidths[0],
displayHeights[0] + displayHeights[1],
),
realSize: Size(safeParentSize.width, height2),
layoutProperties: propertiesLocal,
isFreeSpace: true,
),
horizontal: false,
),
BoxChildVisualizer(
isSelected: true,
state: this,
layoutProperties: propertiesLocal,
renderProperties: RenderProperties(
axis: Axis.horizontal,
size: Size(widgetWidth, widgetHeight),
offset: Offset(displayWidths[0], displayHeights[0]),
realSize: propertiesLocal.size,
layoutProperties: propertiesLocal,
),
),
],
),
);
},
);
}
LayoutProperties? get parentProperties {
final parentElement = properties?.node.parentRenderElement;
if (parentElement == null) return null;
final parentProperties = computeLayoutProperties(parentElement);
return parentProperties;
}
Widget _buildLayout(BuildContext context, BoxConstraints constraints) {
final maxHeight = constraints.maxHeight;
final maxWidth = constraints.maxWidth;
Widget widget = _buildChild(context);
final parentProperties = this.parentProperties;
if (parentProperties != null) {
// Wrap with a widget visualizer for the parent if there is a valid parent.
widget = WidgetVisualizer(
// TODO(jacobr): this node's name can be misleading more often than
// in the flex case the widget doesn't have its own RenderObject.
// Consider showing the true ancestor for the summary tree that first
// has a different render object.
title: describeBoxName(parentProperties),
largeTitle: true,
layoutProperties: parentProperties,
isSelected: false,
child: VisualizeWidthAndHeightWithConstraints(
properties: parentProperties,
warnIfUnconstrained: false,
child: Padding(
padding: const EdgeInsets.all(denseSpacing),
child: widget,
),
),
);
}
return Container(
constraints: BoxConstraints(maxWidth: maxWidth, maxHeight: maxHeight),
child: widget,
);
}
}
String describeBoxName(LayoutProperties properties) {
// Displaying a high quality name is more ambiguous for the Box case than the
// Flex case because the RenderObject for each widget is often quite
// different than the user expected as not all widgets have RenderObjects.
// As a compromise we currently show 'WidgetName - RenderObjectName'.
// This is clearer but risks more confusion
// Widget name.
var title = properties.node.description ?? '';
final renderDescription = properties.node.renderObject?.description;
// TODO(jacobr): consider de-emphasizing the render object name by putting it
// in more transparent text or just calling the widget Parent instead of
// surfacing a widget name.
if (renderDescription != null) {
// Name of the associated RenderObject if one is available.
title += ' - $renderDescription';
}
return title;
}
/// Widget that represents and visualize a direct child of Flex widget.
class BoxChildVisualizer extends StatelessWidget {
const BoxChildVisualizer({
Key? key,
required this.state,
required this.layoutProperties,
required this.renderProperties,
required this.isSelected,
}) : super(key: key);
final BoxLayoutExplorerWidgetState state;
final bool isSelected;
final LayoutProperties layoutProperties;
final RenderProperties renderProperties;
LayoutProperties? get properties => renderProperties.layoutProperties;
@override
Widget build(BuildContext context) {
final renderSize = renderProperties.size;
final renderOffset = renderProperties.offset;
Widget buildEntranceAnimation(BuildContext _, Widget? child) {
final size = renderSize;
// TODO(jacobr): does this entrance animation really add value.
return Opacity(
opacity: min([state.entranceCurve.value * 5, 1.0]),
child: Padding(
padding: EdgeInsets.symmetric(
horizontal: math.max(0.0, (renderSize.width - size.width) / 2),
vertical: math.max(0.0, (renderSize.height - size.height) / 2),
),
child: child,
),
);
}
final propertiesLocal = properties!;
return Positioned(
top: renderOffset.dy,
left: renderOffset.dx,
child: InkWell(
onTap: () => unawaited(state.onTap(propertiesLocal)),
onDoubleTap: () => state.onDoubleTap(propertiesLocal),
child: SizedBox(
width: safePositiveDouble(renderSize.width),
height: safePositiveDouble(renderSize.height),
child: AnimatedBuilder(
animation: state.entranceController,
builder: buildEntranceAnimation,
child: WidgetVisualizer(
isSelected: isSelected,
layoutProperties: layoutProperties,
title: describeBoxName(propertiesLocal),
// TODO(jacobr): consider surfacing the overflow size information
// if we determine
// overflowSide: properties.overflowSide,
// We only show one child at a time so a large title is safe.
largeTitle: true,
child: VisualizeWidthAndHeightWithConstraints(
arrowHeadSize: arrowHeadSize,
properties: propertiesLocal,
warnIfUnconstrained: false,
child: const SizedBox.shrink(),
),
),
),
),
),
);
}
}
| devtools/packages/devtools_app/lib/src/screens/inspector/layout_explorer/box/box.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/inspector/layout_explorer/box/box.dart",
"repo_id": "devtools",
"token_count": 6583
} | 124 |
// 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:convert';
import 'package:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';
import '../../shared/primitives/utils.dart';
import '../../shared/table/table.dart';
import '../../shared/table/table_data.dart';
import 'logging_controller.dart';
@visibleForTesting
class MessageColumn extends ColumnData<LogData>
implements ColumnRenderer<LogData> {
MessageColumn() : super.wide('Message');
@override
bool get supportsSorting => false;
@override
String getValue(LogData dataObject) =>
dataObject.summary ?? dataObject.details ?? '';
@override
int compare(LogData a, LogData b) {
final String valueA = getValue(a);
final String valueB = getValue(b);
// Matches frame descriptions (e.g. '#12 11.4ms ')
final regex = RegExp(r'#(\d+)\s+\d+.\d+ms\s*');
final valueAIsFrameLog = valueA.startsWith(regex);
final valueBIsFrameLog = valueB.startsWith(regex);
if (valueAIsFrameLog && valueBIsFrameLog) {
final frameNumberA = regex.firstMatch(valueA)![1]!;
final frameNumberB = regex.firstMatch(valueB)![1]!;
return int.parse(frameNumberA).compareTo(int.parse(frameNumberB));
} else if (valueAIsFrameLog && !valueBIsFrameLog) {
return -1;
} else if (!valueAIsFrameLog && valueBIsFrameLog) {
return 1;
}
return valueA.compareTo(valueB);
}
@override
Widget build(
BuildContext context,
LogData data, {
bool isRowSelected = false,
bool isRowHovered = false,
VoidCallback? onPressed,
}) {
if (data.kind == 'flutter.frame') {
const Color color = Color.fromARGB(0xff, 0x00, 0x91, 0xea);
final Text text = Text(
getDisplayValue(data),
overflow: TextOverflow.ellipsis,
);
double frameLength = 0.0;
try {
final int micros = (jsonDecode(data.details!) as Map)['elapsed'];
frameLength = micros * 3.0 / 1000.0;
} catch (e) {
// ignore
}
return Row(
children: <Widget>[
text,
Flexible(
child: Container(
height: 12.0,
width: frameLength,
decoration: const BoxDecoration(color: color),
),
),
],
);
} else {
return RichText(
text: TextSpan(
children: processAnsiTerminalCodes(
// TODO(helin24): Recompute summary length considering ansi codes.
// The current summary is generally the first 200 chars of details.
getDisplayValue(data),
Theme.of(context).regularTextStyle,
),
),
overflow: TextOverflow.ellipsis,
maxLines: 1,
);
}
}
}
| devtools/packages/devtools_app/lib/src/screens/logging/_message_column.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/logging/_message_column.dart",
"repo_id": "devtools",
"token_count": 1206
} | 125 |
// 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:flutter/material.dart';
import '../../../../shared/analytics/analytics.dart' as ga;
import '../../../../shared/analytics/constants.dart' as gac;
import '../../../../shared/common_widgets.dart';
import '../../../../shared/utils.dart';
import '../../framework/connected/memory_controller.dart';
import 'chart_pane_controller.dart';
import 'primitives.dart';
class IntervalDropdown extends StatefulWidget {
const IntervalDropdown({Key? key, required this.chartController})
: super(key: key);
final MemoryChartPaneController chartController;
@override
State<IntervalDropdown> createState() => _IntervalDropdownState();
}
class _IntervalDropdownState extends State<IntervalDropdown>
with ProvidedControllerMixin<MemoryController, IntervalDropdown> {
@override
void didChangeDependencies() {
super.didChangeDependencies();
initController();
}
@override
Widget build(BuildContext context) {
final displayTypes =
ChartInterval.values.map<DropdownMenuItem<ChartInterval>>(
(
ChartInterval value,
) {
return DropdownMenuItem<ChartInterval>(
value: value,
child: Text(value.displayName),
);
},
).toList();
return RoundedDropDownButton<ChartInterval>(
isDense: true,
value: controller.displayInterval,
onChanged: (ChartInterval? newValue) {
final value = newValue!;
setState(() {
ga.select(
gac.memory,
'${gac.MemoryEvent.chartInterval}-${value.displayName}',
);
controller.displayInterval = value;
final duration = value.duration;
widget.chartController.event.zoomDuration = duration;
widget.chartController.vm.zoomDuration = duration;
widget.chartController.android.zoomDuration = duration;
});
},
items: displayTypes,
);
}
}
| devtools/packages/devtools_app/lib/src/screens/memory/panes/chart/interval_dropdown.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/memory/panes/chart/interval_dropdown.dart",
"repo_id": "devtools",
"token_count": 777
} | 126 |
// 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 '../../../../../shared/analytics/analytics.dart' as ga;
import '../../../../../shared/analytics/constants.dart' as gac;
import '../../../../../shared/analytics/metrics.dart';
import '../../../../../shared/memory/adapted_heap_data.dart';
import '../../../../../shared/memory/class_name.dart';
import '../../../../../shared/primitives/utils.dart';
import '../../../shared/heap/heap.dart';
import 'classes_diff.dart';
/// Stores already calculated comparisons for heap couples.
class HeapDiffStore {
HeapDiffStore();
final _store = <_HeapCouple, DiffHeapClasses>{};
DiffHeapClasses compare(AdaptedHeap heap1, AdaptedHeap heap2) {
final couple = _HeapCouple(heap1, heap2);
return _store.putIfAbsent(couple, () => _calculateDiffGaWrapper(couple));
}
}
DiffHeapClasses _calculateDiffGaWrapper(_HeapCouple couple) {
late final DiffHeapClasses result;
ga.timeSync(
gac.memory,
gac.MemoryTime.calculateDiff,
syncOperation: () => result = DiffHeapClasses._(couple),
screenMetricsProvider: () => MemoryScreenMetrics(
heapDiffObjectsBefore: couple.older.data.objects.length,
heapDiffObjectsAfter: couple.younger.data.objects.length,
),
);
return result;
}
@immutable
class _HeapCouple {
_HeapCouple(AdaptedHeap heap1, AdaptedHeap heap2) {
older = _older(heap1, heap2);
younger = older == heap1 ? heap2 : heap1;
}
late final AdaptedHeap older;
late final AdaptedHeap younger;
/// Tries to declare earliest heap in a deterministic way.
///
/// If the earliest heap cannot be identified, returns the first argument.
static AdaptedHeap _older(AdaptedHeap heap1, AdaptedHeap heap2) {
assert(heap1.data != heap2.data);
if (heap1.data.created.isBefore(heap2.data.created)) return heap1;
if (heap2.data.created.isBefore(heap1.data.created)) return heap2;
if (identityHashCode(heap1) < identityHashCode(heap2)) return heap1;
if (identityHashCode(heap2) < identityHashCode(heap1)) return heap2;
if (identityHashCode(heap1.data) < identityHashCode(heap2.data)) {
return heap1;
}
if (identityHashCode(heap2.data) < identityHashCode(heap1.data)) {
return heap2;
}
return heap1;
}
@override
bool operator ==(Object other) {
if (other.runtimeType != runtimeType) {
return false;
}
return other is _HeapCouple &&
other.older == older &&
other.younger == younger;
}
@override
int get hashCode => Object.hash(older, younger);
}
/// List of classes with per-class comparison between two heaps.
class DiffHeapClasses extends HeapClasses<DiffClassData>
with FilterableHeapClasses<DiffClassData> {
DiffHeapClasses._(_HeapCouple couple)
: before = couple.older.data,
after = couple.younger.data {
classesByName = subtractMaps<HeapClassName, SingleClassStats,
SingleClassStats, DiffClassData>(
from: couple.younger.classes.classesByName,
subtract: couple.older.classes.classesByName,
subtractor: ({subtract, from}) =>
DiffClassData.diff(before: subtract, after: from),
);
}
/// Maps full class name to class.
late final Map<HeapClassName, DiffClassData> classesByName;
late final List<DiffClassData> classes =
classesByName.values.toList(growable: false);
final AdaptedHeapData before;
final AdaptedHeapData after;
@override
void seal() {
super.seal();
for (var c in classes) {
c.seal();
}
}
@override
List<DiffClassData> get classStatsList => classes;
}
| devtools/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart",
"repo_id": "devtools",
"token_count": 1359
} | 127 |
Documentation: https://docs.flutter.dev/development/tools/devtools/memory#trace-tab | devtools/packages/devtools_app/lib/src/screens/memory/panes/tracing/ALLOCATION_TRACING.md/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/memory/panes/tracing/ALLOCATION_TRACING.md",
"repo_id": "devtools",
"token_count": 24
} | 128 |
// 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 'dart:async';
import 'package:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';
import '../../../../shared/analytics/analytics.dart' as ga;
import '../../../../shared/analytics/constants.dart' as gac;
import '../../../../shared/common_widgets.dart';
import '../../../../shared/memory/class_name.dart';
import '../heap/class_filter.dart';
String _adaptRootPackageForFilter(String? rootPackage) {
if (rootPackage == null || rootPackage.isEmpty) return '';
return '$rootPackage/';
}
class ClassFilterButton extends StatelessWidget {
ClassFilterButton(this.data, {super.key})
: _rootPackage = _adaptRootPackageForFilter(data.rootPackage);
final ClassFilterData data;
final String _rootPackage;
@override
Widget build(BuildContext context) {
return ValueListenableBuilder<ClassFilter>(
valueListenable: data.filter,
builder: (context, filter, _) {
return DevToolsFilterButton(
onPressed: () {
ga.select(
gac.memory,
gac.MemoryEvent.diffSnapshotFilter,
);
unawaited(
showDialog(
context: context,
builder: (context) => ClassFilterDialog(
filter,
onChanged: data.onChanged,
rootPackage: _rootPackage,
),
),
);
},
isFilterActive: !filter.isEmpty,
message: filter.buttonTooltip,
outlined: false,
);
},
);
}
}
@visibleForTesting
class ClassFilterDialog extends StatefulWidget {
const ClassFilterDialog(
this.classFilter, {
super.key,
required this.onChanged,
required this.rootPackage,
});
final ClassFilter classFilter;
final void Function(ClassFilter filter) onChanged;
final String rootPackage;
@override
State<ClassFilterDialog> createState() => _ClassFilterDialogState();
}
class _ClassFilterDialogState extends State<ClassFilterDialog> {
late ClassFilterType _type;
final _except = TextEditingController();
final _only = TextEditingController();
@override
void initState() {
super.initState();
_loadStateFromFilter(widget.classFilter);
}
@override
void didUpdateWidget(covariant ClassFilterDialog oldWidget) {
super.didUpdateWidget(oldWidget);
if (oldWidget.classFilter != widget.classFilter) {
_loadStateFromFilter(widget.classFilter);
}
}
void _loadStateFromFilter(ClassFilter filter) {
_type = filter.filterType;
_except.text = filter.except;
_only.text = filter.only ?? widget.rootPackage;
}
@override
Widget build(BuildContext context) {
final textFieldLeftPadding = scaleByFontFactor(40.0);
void onTypeChanged(ClassFilterType? type) => setState(() => _type = type!);
RadioButton<ClassFilterType> radio(ClassFilterType type, String label) =>
RadioButton<ClassFilterType>(
label: label,
itemValue: type,
groupValue: _type,
onChanged: onTypeChanged,
radioKey: Key(type.toString()),
);
Widget textField(TextEditingController controller) => Padding(
padding: EdgeInsets.only(left: textFieldLeftPadding),
child: TextField(
style: Theme.of(context).regularTextStyle,
decoration: const InputDecoration(
contentPadding: EdgeInsets.all(denseSpacing),
border: OutlineInputBorder(),
),
keyboardType: TextInputType.multiline,
maxLines: null,
controller: controller,
),
);
return StateUpdateDialog(
title: 'Filter Classes and Packages',
helpBuilder: _helpBuilder,
onResetDefaults: () {
ga.select(
gac.memory,
gac.MemoryEvent.diffSnapshotFilterReset,
);
setState(() => _loadStateFromFilter(ClassFilter.empty()));
},
onApply: () {
ga.select(
gac.memory,
'${gac.MemoryEvent.diffSnapshotFilterType}-$_type',
);
final newFilter = ClassFilter(
filterType: _type,
except: _except.text,
only: _only.text,
);
widget.onChanged(newFilter);
},
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
radio(ClassFilterType.showAll, 'Show all classes'),
const SizedBox(height: defaultSpacing),
radio(ClassFilterType.except, 'Show all classes except:'),
textField(_except),
const SizedBox(height: defaultSpacing),
radio(ClassFilterType.only, 'Show only:'),
textField(_only),
],
),
);
}
}
Widget _helpBuilder(BuildContext context) {
final textStyle = DialogHelpText.textStyle(context);
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(_helpText, style: textStyle),
...ClassType.values.map(
(t) => Row(
children: [
t.icon,
Text(
' ${t.alias} - for ${t.aliasDescription}',
style: textStyle,
),
CopyToClipboardControl(
dataProvider: () => t.alias,
size: tableIconSize,
),
],
),
),
],
);
}
const _helpText = 'Choose and customize the filter.\n'
'List full or partial class names separated by new lines. For example:\n\n'
' package:myPackage/src/myFolder/myLibrary.dart/MyClass\n'
' MyClass\n'
' package:myPackage/src/\n\n'
'Use aliases to filter classes by type:\n';
| devtools/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart",
"repo_id": "devtools",
"token_count": 2483
} | 129 |
// 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 'dart:math' as math;
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart';
import '../../../../framework/scaffold.dart';
import '../../../../shared/analytics/analytics.dart' as ga;
import '../../../../shared/analytics/constants.dart' as gac;
import '../../../../shared/analytics/metrics.dart';
import '../../../../shared/banner_messages.dart';
import '../../../../shared/common_widgets.dart';
import '../../../../shared/globals.dart';
import '../../../../shared/primitives/utils.dart';
import '../../../../shared/ui/colors.dart';
import '../../../../shared/ui/hover.dart';
import '../../../../shared/ui/utils.dart';
import '../../performance_screen.dart';
import '../../performance_utils.dart';
import 'flutter_frame_model.dart';
import 'flutter_frames_controller.dart';
// Turn this flag on to see when flutter frames are linked with timeline events.
bool debugFrames = false;
class FlutterFramesChart extends StatelessWidget {
const FlutterFramesChart(
this.framesController, {
super.key,
required this.offlineMode,
required this.impellerEnabled,
});
final FlutterFramesController framesController;
final bool offlineMode;
final bool impellerEnabled;
@override
Widget build(BuildContext context) {
return MultiValueListenableBuilder(
listenables: [
framesController.flutterFrames,
framesController.displayRefreshRate,
preferences.performance.showFlutterFramesChart,
],
builder: (context, values, child) {
final frames = values.first as List<FlutterFrame>;
final displayRefreshRate = values.second as double;
final showChart = values.third as bool;
return _FlutterFramesChart(
framesController: framesController,
frames: frames,
displayRefreshRate: displayRefreshRate,
isVisible: showChart,
offlineMode: offlineMode,
impellerEnabled: impellerEnabled,
);
},
);
}
}
class _FlutterFramesChart extends StatefulWidget {
const _FlutterFramesChart({
required this.framesController,
required this.frames,
required this.displayRefreshRate,
required this.isVisible,
required this.offlineMode,
required this.impellerEnabled,
});
final FlutterFramesController framesController;
final List<FlutterFrame> frames;
final double displayRefreshRate;
final bool isVisible;
final bool offlineMode;
final bool impellerEnabled;
static double get frameNumberSectionHeight => scaleByFontFactor(20.0);
static double get frameChartScrollbarOffset => defaultScrollBarOffset;
@override
_FlutterFramesChartState createState() => _FlutterFramesChartState();
}
class _FlutterFramesChartState extends State<_FlutterFramesChart> {
@override
void didChangeDependencies() {
super.didChangeDependencies();
_maybeShowShaderJankMessage();
}
@override
void didUpdateWidget(_FlutterFramesChart oldWidget) {
super.didUpdateWidget(oldWidget);
if (!collectionEquals(oldWidget.frames, widget.frames)) {
_maybeShowShaderJankMessage();
}
}
void _maybeShowShaderJankMessage() {
final shaderJankFrames = widget.frames
.where((frame) => frame.hasShaderJank(widget.displayRefreshRate))
.toList();
if (shaderJankFrames.isNotEmpty) {
final Duration shaderJankDuration = shaderJankFrames.fold(
Duration.zero,
(prev, frame) => prev + frame.shaderDuration,
);
bannerMessages.addMessage(
ShaderJankMessage(
offlineController.offlineMode.value
? SimpleScreen.id
: PerformanceScreen.id,
jankyFramesCount: shaderJankFrames.length,
jankDuration: shaderJankDuration,
).build(context),
);
}
}
@override
Widget build(BuildContext context) {
// TODO(https://github.com/flutter/devtools/issues/4576): animate showing
// and hiding the chart.
if (!widget.isVisible) return const SizedBox.shrink();
return Container(
margin: const EdgeInsets.only(
left: denseSpacing,
right: denseSpacing,
bottom: denseSpacing,
),
height: defaultChartHeight +
_FlutterFramesChart.frameNumberSectionHeight +
_FlutterFramesChart.frameChartScrollbarOffset,
child: Row(
children: [
Expanded(
child: LayoutBuilder(
builder: (context, constraints) {
return FramesChart(
framesController: widget.framesController,
frames: widget.frames,
displayRefreshRate: widget.displayRefreshRate,
constraints: constraints,
impellerEnabled: widget.impellerEnabled,
);
},
),
),
const SizedBox(width: defaultSpacing),
Padding(
padding: EdgeInsets.only(
bottom: _FlutterFramesChart.frameChartScrollbarOffset,
),
child: FramesChartControls(
framesController: widget.framesController,
frames: widget.frames,
displayRefreshRate: widget.displayRefreshRate,
offlineMode: widget.offlineMode,
impellerEnabled: widget.impellerEnabled,
),
),
],
),
);
}
}
@visibleForTesting
class FramesChart extends StatefulWidget {
const FramesChart({
super.key,
required this.framesController,
required this.frames,
required this.displayRefreshRate,
required this.constraints,
required this.impellerEnabled,
});
final FlutterFramesController framesController;
final List<FlutterFrame> frames;
final double displayRefreshRate;
final BoxConstraints constraints;
final bool impellerEnabled;
@override
State<FramesChart> createState() => _FramesChartState();
}
class _FramesChartState extends State<FramesChart> with AutoDisposeMixin {
static const _defaultFrameWidthWithPadding =
FlutterFramesChartItem.defaultFrameWidth + densePadding * 2;
static const _outlineBorderWidth = 1.0;
double get _yAxisUnitsSpace => scaleByFontFactor(48.0);
late final ScrollController _framesScrollController;
FlutterFrame? _selectedFrame;
int? _selectedFrameIndex;
/// Milliseconds per pixel value for the y-axis.
///
/// This value will result in a y-axis time range spanning two times the
/// target frame time for a single frame (e.g. 16.6 * 2 for a 60 FPS device).
double get _msPerPx =>
// Multiply by two to reach two times the target frame time.
1 / widget.displayRefreshRate * 1000 * 2 / defaultChartHeight;
@override
void initState() {
super.initState();
cancelListeners();
_selectedFrame = widget.framesController.selectedFrame.value;
if (_selectedFrame != null) {
_selectedFrameIndex = widget.frames.indexOf(_selectedFrame!);
}
addAutoDisposeListener(widget.framesController.selectedFrame, () {
setState(() {
_selectedFrame = widget.framesController.selectedFrame.value;
});
});
final initialScrollOffset = _calculateInitialHorizontalScrollOffset();
_framesScrollController = ScrollController(
initialScrollOffset: initialScrollOffset,
);
}
@override
void didUpdateWidget(FramesChart oldWidget) {
super.didUpdateWidget(oldWidget);
if (_framesScrollController.hasClients &&
_framesScrollController.atScrollBottom) {
unawaited(_framesScrollController.autoScrollToBottom());
}
}
double _calculateInitialHorizontalScrollOffset() {
final selectedIndex = _selectedFrameIndex;
if (selectedIndex == null) return 0.0;
final chartWidthWithoutAxisLabels =
widget.constraints.maxWidth - _yAxisUnitsSpace;
final totalFramesInView =
chartWidthWithoutAxisLabels ~/ _defaultFrameWidthWithPadding;
final fullFrameRangeInView = Range(0, totalFramesInView);
if (fullFrameRangeInView.contains(selectedIndex)) return 0.0;
return math.max(
0.0,
(selectedIndex - totalFramesInView / 2) * _defaultFrameWidthWithPadding,
);
}
@override
void dispose() {
_framesScrollController.dispose();
super.dispose();
}
@override
Widget build(BuildContext context) {
final themeData = Theme.of(context);
final chart = Scrollbar(
thumbVisibility: true,
controller: _framesScrollController,
child: Padding(
padding: EdgeInsets.only(
bottom: _FlutterFramesChart.frameChartScrollbarOffset,
),
child: RoundedOutlinedBorder(
child: ListView.builder(
controller: _framesScrollController,
scrollDirection: Axis.horizontal,
itemCount: widget.frames.length,
itemExtent: _defaultFrameWidthWithPadding,
itemBuilder: (context, index) => FlutterFramesChartItem(
framesController: widget.framesController,
index: index,
frame: widget.frames[index],
selected: widget.frames[index] == _selectedFrame,
msPerPx: _msPerPx,
availableChartHeight:
defaultChartHeight - 2 * _outlineBorderWidth,
displayRefreshRate: widget.displayRefreshRate,
onSelected: (index) => _selectedFrameIndex = index,
),
),
),
),
);
final chartAxisPainter = CustomPaint(
painter: ChartAxisPainter(
constraints: widget.constraints,
yAxisUnitsSpace: _yAxisUnitsSpace,
displayRefreshRate: widget.displayRefreshRate,
msPerPx: _msPerPx,
themeData: themeData,
bottomMargin: _FlutterFramesChart.frameChartScrollbarOffset +
_FlutterFramesChart.frameNumberSectionHeight,
),
);
final fpsLinePainter = CustomPaint(
painter: FPSLinePainter(
constraints: widget.constraints,
yAxisUnitsSpace: _yAxisUnitsSpace,
displayRefreshRate: widget.displayRefreshRate,
msPerPx: _msPerPx,
themeData: themeData,
bottomMargin: _FlutterFramesChart.frameChartScrollbarOffset +
_FlutterFramesChart.frameNumberSectionHeight,
),
);
return Stack(
children: [
chartAxisPainter,
Padding(
padding: EdgeInsets.only(left: _yAxisUnitsSpace),
child: chart,
),
fpsLinePainter,
Positioned(
right: denseSpacing,
top: densePadding,
child: Text(
'Engine: ${widget.impellerEnabled ? 'Impeller' : 'Skia'}',
style: themeData.subtleChartTextStyle,
),
),
],
);
}
}
@visibleForTesting
class FramesChartControls extends StatelessWidget {
const FramesChartControls({
super.key,
required this.framesController,
required this.frames,
required this.displayRefreshRate,
required this.offlineMode,
required this.impellerEnabled,
});
static const _pauseTooltip = 'Pause Flutter frame recording';
static const _resumeTooltip = 'Resume Flutter frame recording';
final FlutterFramesController framesController;
final List<FlutterFrame> frames;
final double displayRefreshRate;
final bool offlineMode;
final bool impellerEnabled;
@override
Widget build(BuildContext context) {
return Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
if (!offlineMode)
ValueListenableBuilder<bool>(
valueListenable: framesController.recordingFrames,
builder: (context, recording, child) {
return PauseResumeButtonGroup(
paused: !recording,
onPause: _pauseFrameRecording,
onResume: _resumeFrameRecording,
pauseTooltip: _pauseTooltip,
resumeTooltip: _resumeTooltip,
gaScreen: gac.performance,
gaSelectionPause: gac.pause,
gaSelectionResume: gac.resume,
);
},
),
Legend(
dense: true,
entries: [
const LegendEntry('Frame Time (UI)', mainUiColor),
const LegendEntry('Frame Time (Raster)', mainRasterColor),
const LegendEntry('Jank (slow frame)', uiJankColor),
if (!impellerEnabled)
LegendEntry(
'Shader Compilation',
shaderCompilationColor.background,
),
],
),
AverageFPS(
frames: frames,
displayRefreshRate: displayRefreshRate,
),
],
);
}
void _pauseFrameRecording() {
ga.select(gac.performance, gac.pause);
framesController.toggleRecordingFrames(false);
}
void _resumeFrameRecording() {
ga.select(gac.performance, gac.resume);
framesController.toggleRecordingFrames(true);
}
}
class FlutterFramesChartItem extends StatelessWidget {
const FlutterFramesChartItem({
super.key,
required this.index,
required this.framesController,
required this.frame,
required this.selected,
required this.msPerPx,
required this.availableChartHeight,
required this.displayRefreshRate,
this.onSelected,
});
static const defaultFrameWidth = 28.0;
static const selectedIndicatorHeight = 8.0;
static const selectedFrameIndicatorKey =
Key('flutter frames chart - selected frame indicator');
final FlutterFramesController framesController;
final int index;
final FlutterFrame frame;
final bool selected;
final double msPerPx;
final double availableChartHeight;
final double displayRefreshRate;
final void Function(int)? onSelected;
@override
Widget build(BuildContext context) {
final themeData = Theme.of(context);
final colorScheme = themeData.colorScheme;
final bool uiJanky = frame.isUiJanky(displayRefreshRate);
final bool rasterJanky = frame.isRasterJanky(displayRefreshRate);
final bool hasShaderJank = frame.hasShaderJank(displayRefreshRate);
var uiColor = uiJanky ? uiJankColor : mainUiColor;
var rasterColor = rasterJanky ? rasterJankColor : mainRasterColor;
var shaderColor = shaderCompilationColor.background;
if (debugFrames) {
if (frame.timelineEventData.uiEvent == null) {
uiColor = uiColor.darken(0.5);
}
if (frame.timelineEventData.rasterEvent == null) {
rasterColor = rasterColor.darken(0.5);
shaderColor = shaderColor.darken(0.5);
}
}
// TODO(kenz): add some indicator when a frame is so janky that it exceeds the
// available axis space.
final ui = Container(
key: Key('frame ${frame.id} - ui'),
width: defaultFrameWidth / 2,
height: (frame.buildTime.inMilliseconds / msPerPx)
.clamp(0.0, availableChartHeight),
color: uiColor,
);
final shaderDuration = frame.shaderDuration.inMilliseconds;
final rasterTime = frame.rasterTime.inMilliseconds;
final shaderToRasterRatio = shaderDuration / rasterTime;
final raster = Column(
children: [
Container(
key: Key('frame ${frame.id} - raster'),
width: defaultFrameWidth / 2,
height: ((frame.rasterTime.inMilliseconds - shaderDuration) / msPerPx)
.clamp(0.0, availableChartHeight * (1 - shaderToRasterRatio)),
color: rasterColor,
),
if (frame.hasShaderTime)
Container(
key: Key('frame ${frame.id} - shaders'),
width: defaultFrameWidth / 2,
height: (shaderDuration / msPerPx)
.clamp(0.0, availableChartHeight * shaderToRasterRatio),
color: shaderColor,
),
],
);
final content = Padding(
padding: EdgeInsets.only(
bottom: _FlutterFramesChart.frameNumberSectionHeight,
),
child: InkWell(
onTap: _selectFrame,
child: Stack(
children: [
// TODO(kenz): make tooltip to persist if the frame is selected.
FlutterFrameTooltip(
frame: frame,
hasShaderJank: hasShaderJank,
child: Container(
padding: const EdgeInsets.symmetric(horizontal: densePadding),
color:
selected ? colorScheme.selectedFrameBackgroundColor : null,
child: Column(
children: [
// Dummy child so that the InkWell does not take up the entire column.
const Expanded(child: SizedBox()),
Row(
crossAxisAlignment: CrossAxisAlignment.end,
children: [
ui,
raster,
],
),
],
),
),
),
if (selected)
Container(
key: selectedFrameIndicatorKey,
color: colorScheme.primary,
height: selectedIndicatorHeight,
),
if (hasShaderJank)
const Padding(
padding: EdgeInsets.only(
top: FlutterFramesChartItem.selectedIndicatorHeight,
),
child: ShaderJankWarningIcon(),
),
],
),
),
);
return index % 2 == 0
? Stack(
children: [
content,
Container(
margin: EdgeInsets.only(top: defaultChartHeight),
height: _FlutterFramesChart.frameNumberSectionHeight,
alignment: AlignmentDirectional.center,
child: Text(
'${frame.id}',
style: themeData.subtleChartTextStyle,
),
),
],
)
: content;
}
void _selectFrame() {
if (frame != framesController.selectedFrame.value) {
// TODO(kenz): the shader time could be missing here if a frame is
// selected before timeline events are associated with the
// FlutterFrame. If this is the case, process the analytics call once
// the frame's timeline events are available.
ga.select(
gac.performance,
gac.PerformanceEvents.selectFlutterFrame.name,
screenMetricsProvider: () => PerformanceScreenMetrics(
uiDuration: frame.buildTime,
rasterDuration: frame.rasterTime,
shaderCompilationDuration: frame.shaderDuration,
),
);
}
framesController.handleSelectedFrame(frame);
onSelected?.call(index);
}
}
class FlutterFrameTooltip extends StatelessWidget {
const FlutterFrameTooltip({
Key? key,
required this.child,
required this.frame,
required this.hasShaderJank,
}) : super(key: key);
final Widget child;
final FlutterFrame frame;
final bool hasShaderJank;
static const double _moreInfoLinkWidth = 100.0;
static const _textMeasurementBuffer = 8.0;
@override
Widget build(BuildContext context) {
final textStyle = Theme.of(context).regularTextStyle;
return HoverCardTooltip.sync(
enabled: () => true,
generateHoverCardData: (_) => _buildCardData(textStyle),
child: child,
);
}
HoverCardData _buildCardData(TextStyle textStyle) {
final uiText = 'UI: ${durationText(
frame.buildTime,
unit: DurationDisplayUnit.milliseconds,
allowRoundingToZero: false,
)}';
final rasterText = 'Raster: ${durationText(
frame.rasterTime,
unit: DurationDisplayUnit.milliseconds,
allowRoundingToZero: false,
)}';
final shaderText = hasShaderJank
? 'Shader Compilation: ${durationText(
frame.shaderDuration,
unit: DurationDisplayUnit.milliseconds,
allowRoundingToZero: false,
)} -'
: '';
return HoverCardData(
position: HoverCardPosition.element,
width: _calculateTooltipWidth(
[uiText, rasterText, shaderText],
textStyle,
),
contents: Material(
child: DefaultTextStyle(
style: textStyle,
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(uiText),
const SizedBox(height: densePadding),
Text(rasterText),
if (hasShaderJank)
Row(
children: [
const Icon(
Icons.subdirectory_arrow_right,
size: defaultIconSizeBeforeScaling,
),
Text(shaderText),
MoreInfoLink(
url: preCompileShadersDocsUrl,
gaScreenName: gac.performance,
gaSelectedItemDescription: gac.PerformanceDocs
.shaderCompilationDocsTooltipLink.name,
),
],
),
],
),
),
),
);
}
double _calculateTooltipWidth(List<String> lines, TextStyle style) {
var maxWidth = 0.0;
for (final line in lines) {
final lineWidth =
calculateTextSpanWidth(TextSpan(text: line, style: style));
maxWidth = math.max(maxWidth, lineWidth);
}
// Add (2 * denseSpacing) for the card padding, and add
// [_textMeasurementBuffer] to account for slight variations in the measured
// text vs text displayed.
maxWidth += 2 * denseSpacing + _textMeasurementBuffer;
if (hasShaderJank) {
return maxWidth + defaultIconSizeBeforeScaling + _moreInfoLinkWidth;
}
return maxWidth;
}
}
class AverageFPS extends StatelessWidget {
const AverageFPS({
super.key,
required this.frames,
required this.displayRefreshRate,
});
final List<FlutterFrame> frames;
final double displayRefreshRate;
@override
Widget build(BuildContext context) {
late String fpsText;
if (frames.isEmpty) {
fpsText = '--';
} else {
final double sumFrameTimesMs = frames.fold(
0.0,
(sum, frame) =>
sum +
math.max(
1000 / displayRefreshRate,
math.max(
frame.buildTime.inMilliseconds,
frame.rasterTime.inMilliseconds,
),
),
);
final avgFrameTime = sumFrameTimesMs / frames.length;
final avgFps = (1 / avgFrameTime * 1000).round();
fpsText = '$avgFps';
}
return Text(
'$fpsText FPS (average)',
maxLines: 2,
style: Theme.of(context).legendTextStyle,
);
}
}
class ShaderJankWarningIcon extends StatelessWidget {
const ShaderJankWarningIcon({super.key});
@override
Widget build(BuildContext context) {
return const Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
BlinkingIcon(
icon: Icons.warning_amber_rounded,
color: Colors.amber,
size: defaultActionsIconSizeBeforeScaling,
),
],
);
}
}
class ChartAxisPainter extends CustomPainter {
ChartAxisPainter({
required this.constraints,
required this.yAxisUnitsSpace,
required this.displayRefreshRate,
required this.msPerPx,
required this.themeData,
required this.bottomMargin,
});
static const yAxisTickWidth = 8.0;
final BoxConstraints constraints;
final double yAxisUnitsSpace;
final double displayRefreshRate;
final double msPerPx;
final ThemeData themeData;
final double bottomMargin;
@override
void paint(Canvas canvas, Size size) {
// The absolute coordinates of the chart's visible area.
final chartArea = Rect.fromLTWH(
yAxisUnitsSpace,
0.0,
constraints.maxWidth - yAxisUnitsSpace,
constraints.maxHeight - bottomMargin,
);
_paintYAxisLabels(canvas, chartArea);
}
void _paintYAxisLabels(
Canvas canvas,
Rect chartArea,
) {
const yAxisLabelCount = 5;
final totalMs = msPerPx * constraints.maxHeight;
// Subtract 1 because one of the labels will be 0.0 ms.
final int timeUnitMs = totalMs ~/ (yAxisLabelCount - 1);
// Max FPS non-jank value in ms. E.g., 16.6 for 60 FPS, 8.3 for 120 FPS.
final targetMsPerFrame = 1 / displayRefreshRate * 1000;
final targetMsPerFrameRounded = targetMsPerFrame.round();
// TODO(kenz): maybe we should consider making these round values in
// multiples of 5 or 10?
// Y axis time units centered around [targetMsPerFrameRounded].
final yAxisTimes = [
0,
for (int timeMs = targetMsPerFrameRounded - timeUnitMs;
timeMs > 0;
timeMs -= timeUnitMs)
timeMs,
targetMsPerFrameRounded,
for (int timeMs = targetMsPerFrameRounded + timeUnitMs;
timeMs < totalMs;
timeMs += timeUnitMs)
timeMs,
];
for (final timeMs in yAxisTimes) {
_paintYAxisLabel(canvas, chartArea, timeMs: timeMs);
}
}
void _paintYAxisLabel(
Canvas canvas,
Rect chartArea, {
required int timeMs,
}) {
final labelText = durationText(
Duration(milliseconds: timeMs),
unit: DurationDisplayUnit.milliseconds,
fractionDigits: 0,
);
// Paint a tick on the axis.
final tickY = chartArea.height - timeMs / msPerPx;
// Do not draw the y axis label if it will collide with the 0.0 label or if
// it will go beyond the uper bound of the chart.
if (timeMs != 0 && (tickY > chartArea.height - 10.0 || tickY < 10.0)) {
return;
}
canvas.drawLine(
Offset(chartArea.left - yAxisTickWidth / 2, tickY),
Offset(chartArea.left + yAxisTickWidth / 2, tickY),
Paint()..color = themeData.colorScheme.chartAccentColor,
);
// Paint the axis label.
final textPainter = TextPainter(
text: TextSpan(
text: labelText,
style: themeData.subtleChartTextStyle,
),
textAlign: TextAlign.end,
textDirection: TextDirection.ltr,
)..layout();
const baselineAdjust = 2.0;
textPainter.paint(
canvas,
Offset(
yAxisUnitsSpace -
yAxisTickWidth / 2 -
densePadding - // Padding between y axis tick and label
textPainter.width,
chartArea.height -
timeMs / msPerPx -
textPainter.height / 2 -
baselineAdjust,
),
);
}
@override
bool shouldRepaint(ChartAxisPainter oldDelegate) {
return themeData.isDarkTheme != oldDelegate.themeData.isDarkTheme;
}
}
class FPSLinePainter extends CustomPainter {
FPSLinePainter({
required this.constraints,
required this.yAxisUnitsSpace,
required this.displayRefreshRate,
required this.msPerPx,
required this.themeData,
required this.bottomMargin,
});
double get fpsTextSpace => scaleByFontFactor(45.0);
final BoxConstraints constraints;
final double yAxisUnitsSpace;
final double displayRefreshRate;
final double msPerPx;
final ThemeData themeData;
final double bottomMargin;
@override
void paint(Canvas canvas, Size size) {
// The absolute coordinates of the chart's visible area.
final chartArea = Rect.fromLTWH(
yAxisUnitsSpace,
0.0,
constraints.maxWidth - yAxisUnitsSpace,
constraints.maxHeight - bottomMargin,
);
// Max FPS non-jank value in ms. E.g., 16.6 for 60 FPS, 8.3 for 120 FPS.
final targetMsPerFrame = 1000 / displayRefreshRate;
final targetLineY = chartArea.height - targetMsPerFrame / msPerPx;
canvas.drawLine(
Offset(chartArea.left, targetLineY),
Offset(chartArea.right, targetLineY),
Paint()..color = themeData.colorScheme.chartAccentColor,
);
final textPainter = TextPainter(
text: TextSpan(
text: '${displayRefreshRate.toStringAsFixed(0)} FPS',
style: themeData.subtleChartTextStyle,
),
textAlign: TextAlign.right,
textDirection: TextDirection.ltr,
)..layout();
textPainter.paint(
canvas,
Offset(
chartArea.right - fpsTextSpace,
targetLineY + borderPadding,
),
);
}
@override
bool shouldRepaint(FPSLinePainter oldDelegate) {
return themeData.isDarkTheme != oldDelegate.themeData.isDarkTheme;
}
}
| devtools/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/performance/panes/flutter_frames/flutter_frames_chart.dart",
"repo_id": "devtools",
"token_count": 12007
} | 130 |
// 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_shared/utils.dart';
import 'package:vm_service_protos/vm_service_protos.dart';
import '../../../../../shared/primitives/utils.dart';
import '../../../performance_controller.dart';
import '../timeline_events_controller.dart';
import '_perfetto_controller_desktop.dart'
if (dart.library.js_interop) '_perfetto_controller_web.dart';
import 'perfetto_event_processor.dart';
PerfettoControllerImpl createPerfettoController(
PerformanceController performanceController,
TimelineEventsController timelineEventsController,
) {
return PerfettoControllerImpl(
performanceController,
timelineEventsController,
);
}
abstract class PerfettoController extends DisposableController {
PerfettoController(
PerformanceController performanceController,
this.timelineEventsController,
) {
processor = FlutterTimelineEventProcessor(performanceController);
}
final TimelineEventsController timelineEventsController;
/// Responsible for processing Perfetto events when loading a trace that was
/// collected from a Flutter app.
///
/// For non-flutter apps, this processor will not be used.
late final FlutterTimelineEventProcessor processor;
void init() {}
void onBecomingActive() {}
Future<void> loadTrace(Trace trace) async {}
void scrollToTimeRange(TimeRange timeRange) {}
void showHelpMenu() {}
Future<void> clear() async {}
}
| devtools/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/perfetto_controller.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/performance/panes/timeline_events/perfetto/perfetto_controller.dart",
"repo_id": "devtools",
"token_count": 447
} | 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.
import 'dart:async';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart';
import '../../shared/analytics/constants.dart' as gac;
import '../../shared/charts/flame_chart.dart';
import '../../shared/common_widgets.dart';
import '../../shared/globals.dart';
import '../../shared/primitives/utils.dart';
import '../../shared/ui/colors.dart';
import '../../shared/ui/search.dart';
import '../../shared/ui/tab.dart';
import 'common.dart';
import 'cpu_profile_model.dart';
import 'cpu_profiler_controller.dart';
import 'panes/bottom_up.dart';
import 'panes/call_tree.dart';
import 'panes/controls/cpu_profiler_controls.dart';
import 'panes/cpu_flame_chart.dart';
import 'panes/method_table/method_table.dart';
import 'panes/method_table/method_table_controller.dart';
// TODO(kenz): provide useful UI upon selecting a CPU stack frame.
class CpuProfiler extends StatefulWidget {
CpuProfiler({
super.key,
required this.data,
required this.controller,
List<Key>? searchableTabKeys,
}) : callTreeRoots = data.callTreeRoots,
bottomUpRoots = data.bottomUpRoots,
tabs = [
_buildTab(ProfilerTab.bottomUp),
_buildTab(ProfilerTab.callTree),
_buildTab(ProfilerTab.methodTable),
_buildTab(ProfilerTab.cpuFlameChart),
];
static DevToolsTab _buildTab(ProfilerTab profilerTab) {
return DevToolsTab.create(
key: profilerTab.key,
tabName: profilerTab.title,
gaPrefix: 'cpuProfilerTab',
);
}
final CpuProfileData data;
final CpuProfilerController controller;
final List<CpuStackFrame> callTreeRoots;
final List<CpuStackFrame> bottomUpRoots;
final List<DevToolsTab> tabs;
static const Key dataProcessingKey = Key('CpuProfiler - data is processing');
static final searchableTabKeys = <Key>[
ProfilerTab.methodTable.key,
ProfilerTab.cpuFlameChart.key,
];
@override
State<CpuProfiler> createState() => _CpuProfilerState();
}
// TODO(kenz): preserve tab controller index when updating CpuProfiler with new
// data. The state is being destroyed with every new cpu profile - investigate.
class _CpuProfilerState extends State<CpuProfiler>
with TickerProviderStateMixin, AutoDisposeMixin {
static const _expandCollapseMinIncludeTextWidth = 1070.0;
bool _tabControllerInitialized = false;
late TabController _tabController;
late CpuProfileData data;
@override
void initState() {
super.initState();
data = widget.data;
_initTabController();
}
@override
void didUpdateWidget(CpuProfiler oldWidget) {
super.didUpdateWidget(oldWidget);
if (widget.tabs.length != oldWidget.tabs.length) {
_initTabController();
}
if (widget.data != oldWidget.data) {
data = widget.data;
}
}
@override
void dispose() {
_tabController.removeListener(_onTabChanged);
_tabController.dispose();
super.dispose();
}
void _initTabController() {
if (_tabControllerInitialized) {
_tabController.removeListener(_onTabChanged);
_tabController.dispose();
}
_tabController = TabController(
length: widget.tabs.length,
vsync: this,
);
_tabControllerInitialized = true;
if (widget.controller.selectedProfilerTabIndex >= _tabController.length) {
const index = 0;
widget.controller.changeSelectedProfilerTab(
index,
ProfilerTab.byKey(widget.tabs[index].key),
);
}
_tabController
..index = widget.controller.selectedProfilerTabIndex
..addListener(_onTabChanged);
}
void _onTabChanged() {
setState(() {
final index = _tabController.index;
widget.controller.changeSelectedProfilerTab(
index,
ProfilerTab.byKey(widget.tabs[index].key),
);
});
}
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final textTheme = theme.textTheme;
final colorScheme = theme.colorScheme;
final currentTab = widget.tabs[_tabController.index];
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
AreaPaneHeader(
leftPadding: 0,
tall: true,
title: TabBar(
labelColor: textTheme.bodyLarge?.color ?? colorScheme.onSurface,
isScrollable: true,
controller: _tabController,
tabs: widget.tabs,
),
actions: [
DevToolsFilterButton(
onPressed: _showFilterDialog,
isFilterActive: widget.controller.isFilterActive,
),
const SizedBox(width: denseSpacing),
if (currentTab.key != ProfilerTab.cpuFlameChart.key &&
currentTab.key != ProfilerTab.methodTable.key) ...[
const SizedBox(width: denseSpacing),
],
UserTagDropdown(widget.controller),
const SizedBox(width: denseSpacing),
ValueListenableBuilder<bool>(
valueListenable: preferences.vmDeveloperModeEnabled,
builder: (context, vmDeveloperModeEnabled, _) {
if (!vmDeveloperModeEnabled) {
return const SizedBox();
}
return Padding(
padding: const EdgeInsets.only(right: denseSpacing),
child: ModeDropdown(widget.controller),
);
},
),
// TODO(kenz): support search for call tree and bottom up tabs as
// well. This will require implementing search for tree tables.
if (CpuProfiler.searchableTabKeys.contains(currentTab.key)) ...[
if (currentTab.key == ProfilerTab.methodTable.key)
SearchField<MethodTableController>(
searchController: widget.controller.methodTableController,
containerPadding: EdgeInsets.zero,
)
else
SearchField<CpuProfilerController>(
searchController: widget.controller,
containerPadding: EdgeInsets.zero,
),
],
if (currentTab.key == ProfilerTab.cpuFlameChart.key) ...[
Padding(
padding: const EdgeInsets.only(left: denseSpacing),
child: FlameChartHelpButton(
gaScreen: gac.cpuProfiler,
gaSelection:
gac.CpuProfilerEvents.cpuProfileFlameChartHelp.name,
additionalInfo: [
...dialogSubHeader(Theme.of(context), 'Legend'),
Legend(
entries: [
LegendEntry(
'App code (code from your app and imported packages)',
appCodeColor.background.colorFor(colorScheme),
),
LegendEntry(
'Native code (code from the native runtime - Android, iOS, etc.)',
nativeCodeColor.background.colorFor(colorScheme),
),
LegendEntry(
'Dart core libraries (code from the Dart SDK)',
dartCoreColor.background.colorFor(colorScheme),
),
LegendEntry(
'Flutter Framework (code from the Flutter SDK)',
flutterCoreColor.background.colorFor(colorScheme),
),
],
),
],
),
),
],
if (currentTab.key == ProfilerTab.callTree.key ||
currentTab.key == ProfilerTab.bottomUp.key) ...[
// TODO(kenz): add a switch to order samples by user tag here
// instead of using the filter control. This will allow users
// to see all the tags side by side in the tree tables.
ExpandAllButton(
gaScreen: gac.cpuProfiler,
gaSelection: gac.expandAll,
minScreenWidthForTextBeforeScaling:
_expandCollapseMinIncludeTextWidth,
onPressed: () {
_performOnDataRoots(
(root) => root.expandCascading(),
currentTab,
);
},
),
const SizedBox(width: denseSpacing),
CollapseAllButton(
gaScreen: gac.cpuProfiler,
gaSelection: gac.collapseAll,
minScreenWidthForTextBeforeScaling:
_expandCollapseMinIncludeTextWidth,
onPressed: () {
_performOnDataRoots(
(root) => root.collapseCascading(),
currentTab,
);
},
),
],
],
),
ValueListenableBuilder<CpuProfilerViewType>(
valueListenable: widget.controller.viewType,
builder: (context, viewType, _) {
return Expanded(
child: OutlineDecoration(
showTop: false,
showBottom: false,
child: TabBarView(
physics: defaultTabBarViewPhysics,
controller: _tabController,
children: _buildProfilerViews(),
),
),
);
},
),
CpuProfileStats(metadata: data.profileMetaData),
],
);
}
void _showFilterDialog() {
unawaited(
showDialog(
context: context,
builder: (context) => CpuProfileFilterDialog(
controller: widget.controller,
),
),
);
}
List<Widget> _buildProfilerViews() {
final bottomUp = KeepAliveWrapper(
child: CpuBottomUpTable(
bottomUpRoots: widget.bottomUpRoots,
),
);
final callTree = KeepAliveWrapper(
child: CpuCallTreeTable(
dataRoots: widget.callTreeRoots,
),
);
final methodTable = KeepAliveWrapper(
child: CpuMethodTable(
methodTableController: widget.controller.methodTableController,
),
);
final cpuFlameChart = KeepAliveWrapper(
child: LayoutBuilder(
builder: (context, constraints) {
return CpuProfileFlameChart(
data: data,
width: constraints.maxWidth,
height: constraints.maxHeight,
selectionNotifier: widget.controller.selectedCpuStackFrameNotifier,
searchMatchesNotifier: widget.controller.searchMatches,
activeSearchMatchNotifier: widget.controller.activeSearchMatch,
onDataSelected: (sf) => widget.controller.selectCpuStackFrame(sf),
);
},
),
);
return [
bottomUp,
callTree,
methodTable,
cpuFlameChart,
];
}
void _performOnDataRoots(
void Function(CpuStackFrame root) callback,
Tab currentTab,
) {
final roots = currentTab.key == ProfilerTab.callTree.key
? widget.callTreeRoots
: widget.bottomUpRoots;
setState(() {
roots.forEach(callback);
});
}
}
// TODO(kenz): one improvement we could make on this is to show the denominator
// for filtered profiles (e.g. 'Sample count: 10/14), or to at least show the
// original value in the tooltip for each of these stats.
class CpuProfileStats extends StatelessWidget {
CpuProfileStats({super.key, required this.metadata});
final CpuProfileMetaData metadata;
final _statsRowHeight = scaleByFontFactor(25.0);
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final samplePeriodValid = metadata.samplePeriod > 0;
final samplingPeriodDisplay = samplePeriodValid
? const Duration(seconds: 1).inMicroseconds ~/ metadata.samplePeriod
: '--';
return RoundedOutlinedBorder.onlyBottom(
child: Container(
height: _statsRowHeight,
padding: const EdgeInsets.symmetric(
horizontal: defaultSpacing,
),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
_stat(
tooltip: 'The duration of time spanned by the CPU samples',
text: 'Duration: ${durationText(metadata.time!.duration)}',
theme: theme,
),
_stat(
tooltip: 'The number of samples included in the profile',
text: 'Sample count: ${metadata.sampleCount}',
theme: theme,
),
_stat(
tooltip:
'The frequency at which samples are collected by the profiler'
'${samplePeriodValid ? ' (once every ${metadata.samplePeriod} micros)' : ''}',
text: 'Sampling rate: $samplingPeriodDisplay Hz',
theme: theme,
),
_stat(
tooltip: 'The maximum stack trace depth of a collected sample',
text: 'Sampling depth: ${metadata.stackDepth}',
theme: theme,
),
],
),
),
);
}
Widget _stat({
required String text,
required String tooltip,
required ThemeData theme,
}) {
return Flexible(
child: DevToolsTooltip(
message: tooltip,
child: Text(
text,
style: theme.subtleTextStyle,
overflow: TextOverflow.ellipsis,
),
),
);
}
}
| devtools/packages/devtools_app/lib/src/screens/profiler/cpu_profiler.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/profiler/cpu_profiler.dart",
"repo_id": "devtools",
"token_count": 6365
} | 132 |
// 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.
// This file contains annotations that behaves like package:freezed_annotation.
// This allows using Freezed without having the devtool depend on the package.
// We could instead remove the annotations, but that would make the process of
// updating the generated files tedious.
const nullable = Object();
const freezed = Object();
class Default {
const Default(Object value);
}
class Assert {
const Assert(String exp);
}
class JsonKey {
const JsonKey({
bool? ignore,
Object? defaultValue,
});
}
| devtools/packages/devtools_app/lib/src/screens/provider/instance_viewer/fake_freezed_annotation.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/provider/instance_viewer/fake_freezed_annotation.dart",
"repo_id": "devtools",
"token_count": 183
} | 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 'package:vm_service/vm_service.dart';
import '../../../shared/primitives/trees.dart';
import '../../../shared/primitives/utils.dart';
import '../vm_developer_common_widgets.dart';
import '../vm_service_private_extensions.dart';
class InboundReferencesTreeNode extends TreeNode<InboundReferencesTreeNode> {
InboundReferencesTreeNode._({required this.ref});
static List<InboundReferencesTreeNode> buildTreeRoots(
InboundReferences inboundReferences,
) {
return [
for (final ref in inboundReferences.references!)
InboundReferencesTreeNode._(ref: ref),
];
}
final InboundReference ref;
@override
bool get isExpandable => ref.source != null;
late final String description = _inboundRefDescription(ref, null);
/// Wrapper to get the name of an [ObjRef] depending on its type.
String? _objectName(ObjRef? objectRef) {
if (objectRef == null) {
return null;
}
return switch (objectRef) {
ClassRef(:final name) ||
FuncRef(:final name) ||
FieldRef(:final name) =>
name,
LibraryRef(:final name, :final uri) => name.isNullOrEmpty ? uri : name,
ScriptRef(:final uri) => fileNameFromUri(uri),
InstanceRef(:final name, :final classRef) =>
name ?? 'Instance of ${classRef?.name ?? '<Class>'}',
_ => (objectRef.vmType ?? objectRef.type)..replaceFirst('@', ''),
};
}
String? _instanceClassName(ObjRef? object) {
if (object == null) {
return null;
}
return object is InstanceRef ? object.classRef?.name : _objectName(object);
}
String _parentListElementDescription(int listIndex, ObjRef? obj) {
final parentListName = _instanceClassName(obj) ?? '<parentList>';
return 'element [$listIndex] of $parentListName';
}
/// Describes the given InboundReference [inboundRef] and its parentListIndex,
/// [offset], and parentField where applicable.
String _inboundRefDescription(InboundReference inboundRef, int? offset) {
final parentListIndex = inboundRef.parentListIndex;
if (parentListIndex != null) {
return 'Referenced by ${_parentListElementDescription(
parentListIndex,
inboundRef.source,
)}';
}
final description = StringBuffer('Referenced by ');
if (offset != null) {
description.write(
'offset $offset of ',
);
}
if (inboundRef.parentField is int) {
assert((inboundRef.source as InstanceRef).kind == InstanceKind.kRecord);
description.write('\$${inboundRef.parentField} of ');
} else if (inboundRef.parentField is String) {
assert((inboundRef.source as InstanceRef).kind == InstanceKind.kRecord);
description.write('${inboundRef.parentField} of ');
} else if (inboundRef.parentField is FieldRef) {
description.write(
'${_objectName(inboundRef.parentField)} of ',
);
}
description.write(
_objectDescription(inboundRef.source) ?? '<object>',
);
return description.toString();
}
// Returns a description of the object containing its name and owner.
String? _objectDescription(ObjRef? object) {
if (object == null) return null;
return switch (object) {
FieldRef(:final declaredType, :final name, :final owner) =>
'${declaredType?.name ?? 'Field'} $name of ${_objectName(owner) ?? '<Owner>'}',
FuncRef() => qualifiedName(object) ?? '<Function Name>',
_ => _objectName(object),
};
}
@override
TreeNode<InboundReferencesTreeNode> shallowCopy() {
throw UnimplementedError();
}
}
| devtools/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/inbound_references_tree.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/inbound_references_tree.dart",
"repo_id": "devtools",
"token_count": 1324
} | 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 'dart:async';
import 'package:flutter/material.dart';
import 'package:vm_service/vm_service.dart';
import '../../../shared/common_widgets.dart';
import '../../../shared/globals.dart';
import '../vm_developer_common_widgets.dart';
import 'object_inspector_view_controller.dart';
import 'vm_object_model.dart';
/// A widget for the object inspector historyViewport displaying information
/// related to list-like VM objects (e.g., subtype test cache, WeakArray, etc).
class VmSimpleListDisplay<T extends VmListObject> extends StatefulWidget {
const VmSimpleListDisplay({
super.key,
required this.controller,
required this.vmObject,
});
final ObjectInspectorViewController controller;
final T vmObject;
@override
State<VmSimpleListDisplay> createState() => _VmSimpleListDisplayState();
}
class _VmSimpleListDisplayState extends State<VmSimpleListDisplay> {
final entries = <Response?>[];
late Future<void> _initialized;
@override
void initState() {
super.initState();
_initialize();
}
@override
void didUpdateWidget(VmSimpleListDisplay oldWidget) {
super.didUpdateWidget(oldWidget);
if (widget.vmObject == oldWidget.vmObject) {
return;
}
_initialize();
}
void _initialize() async {
entries.clear();
final elementsInstance = widget.vmObject.elementsAsInstance;
if (elementsInstance != null) {
if (elementsInstance is Instance) {
entries.addAll(elementsInstance.elements!.cast<Response?>());
_initialized = Future.value();
return;
}
final isolateId = serviceConnection
.serviceManager.isolateManager.selectedIsolate.value!.id!;
final service = serviceConnection.serviceManager.service!;
_initialized = service.getObject(isolateId, elementsInstance.id!).then(
(e) => entries.addAll((e as Instance).elements!.cast<Response?>()),
);
return;
}
final elementsList = widget.vmObject.elementsAsList;
assert(
elementsList != null,
'One of elementsAsList or elementsAsInstance must be non-null',
);
entries.addAll(elementsList!);
_initialized = Future.value();
}
@override
Widget build(BuildContext context) {
return FutureBuilder<void>(
future: _initialized,
builder: (context, snapshot) {
if (snapshot.connectionState != ConnectionState.done) {
return const CenteredCircularProgressIndicator();
}
return VmObjectDisplayBasicLayout(
controller: widget.controller,
object: widget.vmObject,
generalDataRows: [
...vmObjectGeneralDataRows(
widget.controller,
widget.vmObject,
),
],
expandableWidgets: [
ExpansionTileInstanceList(
controller: widget.controller,
title: 'Entries',
elements: entries,
),
],
);
},
);
}
}
| devtools/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_simple_list_display.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/screens/vm_developer/object_inspector/vm_simple_list_display.dart",
"repo_id": "devtools",
"token_count": 1195
} | 135 |
// 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 'dart:core';
import 'package:devtools_app_shared/service.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/foundation.dart';
import 'package:vm_service/vm_service.dart' hide Error;
import '../shared/globals.dart';
import 'vm_service_wrapper.dart';
class TimelineStreamManager with DisposerMixin {
static const dartTimelineStream = 'Dart';
static const embedderTimelineStream = 'Embedder';
static const gcTimelineStream = 'GC';
static const apiTimelineStream = 'API';
static const compilerTimelineStream = 'Compiler';
static const compilerVerboseTimelineStream = 'CompilerVerbose';
static const debuggerTimelineStream = 'Debugger';
static const isolateTimelineStream = 'Isolate';
static const vmTimelineStream = 'VM';
final _advancedStreams = <String>{
apiTimelineStream,
compilerTimelineStream,
compilerVerboseTimelineStream,
debuggerTimelineStream,
isolateTimelineStream,
vmTimelineStream,
};
final _streamDescriptions = <String, String>{
dartTimelineStream:
'Events emitted from dart:developer Timeline APIs (including'
' Flutter framework events)',
embedderTimelineStream:
'Additional platform events (often emitted from the Flutter engine)',
gcTimelineStream: 'Garbage collection',
apiTimelineStream: 'Calls to the VM embedding API',
compilerTimelineStream:
'Compiler phases (loading code, compilation, optimization,'
' etc.)',
compilerVerboseTimelineStream: 'More detailed compiler phases',
debuggerTimelineStream: 'Debugger paused events',
isolateTimelineStream:
'Isolate events (startup, shutdown, snapshot loading, etc.)',
vmTimelineStream:
'Dart VM events (startup, shutdown, snapshot loading, etc.)',
};
VmServiceWrapper? get service => _service;
VmServiceWrapper? _service;
final _streams = <String, TimelineStream>{};
List<TimelineStream> get basicStreams =>
_streamsWhere((stream) => !stream.advanced);
List<TimelineStream> get advancedStreams =>
_streamsWhere((stream) => stream.advanced);
List<TimelineStream> get recordedStreams =>
_streamsWhere((stream) => stream.recorded.value);
List<TimelineStream> _streamsWhere(bool Function(TimelineStream) condition) {
return _streams.values.where(condition).toList();
}
/// Initializes stream values from the vm service as a source of truth.
Future<void> _initStreams() async {
final timelineFlags = await service!.getVMTimelineFlags();
_streams
..clear()
..addEntries(
[
for (final streamName in timelineFlags.availableStreams ?? <String>[])
MapEntry(
streamName,
TimelineStream(
name: streamName,
description: _streamDescriptions[streamName] ?? '',
advanced: _advancedStreams.contains(streamName),
recorded: timelineFlags.recordedStreams?.contains(streamName) ??
false,
),
),
],
);
}
/// Handles events from the VM service 'TimelineEvent' stream to track updates
/// for recorded timeline streams.
///
/// This method is responsible for updating the value of
/// [TimelineStream.recorded] for each stream to match the value on the VM.
@visibleForTesting
void handleTimelineEvent(Event event) {
if (event.kind == EventKind.kTimelineStreamSubscriptionsUpdate) {
final newRecordedStreams = event.updatedStreams ?? <String>[];
for (final stream in _streams.values) {
stream._toggle(newRecordedStreams.contains(stream.name));
newRecordedStreams.remove(stream.name);
}
if (newRecordedStreams.isNotEmpty) {
// A new stream became available that we were not aware of.
for (final unknownStream in newRecordedStreams) {
_streams[unknownStream] = TimelineStream(
name: unknownStream,
description: _streamDescriptions[unknownStream] ?? '',
// If we don't know about this stream, assume it is advanced.
advanced: true,
recorded: true,
);
}
}
}
}
void vmServiceOpened(
VmServiceWrapper service,
ConnectedApp connectedApp,
) {
cancelStreamSubscriptions();
_service = service;
// Listen for timeline events immediately, but wait until [connectedApp]
// has been initialized to initialize timeline stream values.
autoDisposeStreamSubscription(
service.onTimelineEvent.listen(handleTimelineEvent),
);
unawaited(
connectedApp.initialized.future.then((_) async {
// The timeline is not supported for web applications.
if (!connectedApp.isDartWebAppNow!) {
await _initStreams();
}
}),
);
}
void vmServiceClosed() {
_streams.clear();
_service = null;
}
Future<void> setDefaultTimelineStreams() async {
await serviceConnection.serviceManager.service!.setVMTimelineFlags([
dartTimelineStream,
embedderTimelineStream,
gcTimelineStream,
]);
}
/// Sends an update to the VM service that the new recorded value for [stream]
/// should match [value].
Future<void> updateTimelineStream(TimelineStream stream, bool value) async {
final recordedStreamNames = _streams.keys
.where((streamName) => _streams[streamName]!.recorded.value)
.toList();
final alreadyBeingRecorded = recordedStreamNames.contains(stream.name);
if (alreadyBeingRecorded && !value) {
recordedStreamNames.remove(stream.name);
} else if (!alreadyBeingRecorded && value) {
recordedStreamNames.add(stream.name);
}
await serviceConnection.serviceManager.service!
.setVMTimelineFlags(recordedStreamNames);
}
}
class TimelineStream {
TimelineStream({
required this.name,
required this.description,
required this.advanced,
bool recorded = false,
}) : _recorded = ValueNotifier<bool>(recorded);
final String name;
final String description;
final bool advanced;
ValueListenable<bool> get recorded => _recorded;
final ValueNotifier<bool> _recorded;
void _toggle(bool value) {
_recorded.value = value;
}
}
| devtools/packages/devtools_app/lib/src/service/timeline_streams.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/service/timeline_streams.dart",
"repo_id": "devtools",
"token_count": 2281
} | 136 |
// 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.
part of '../constants.dart';
/// Events for opening documentation for the inspector tab.
enum InspectorDocs {
packageDirectoriesDocs;
}
| devtools/packages/devtools_app/lib/src/shared/analytics/constants/_inspector_constants.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/analytics/constants/_inspector_constants.dart",
"repo_id": "devtools",
"token_count": 82
} | 137 |
// 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:js_interop';
import 'package:web/web.dart' hide NodeGlue;
import 'import_export.dart';
ExportControllerWeb createExportController() {
return ExportControllerWeb();
}
class ExportControllerWeb extends ExportController {
ExportControllerWeb() : super.impl();
@override
void saveFile({
required String content,
required String fileName,
}) {
final element = document.createElement('a') as HTMLAnchorElement;
element.setAttribute(
'href',
URL.createObjectURL(Blob([content.toJS].toJS) as JSObject),
);
element.setAttribute('download', fileName);
element.style.display = 'none';
(document.body as HTMLBodyElement).append(element as JSAny);
element.click();
element.remove();
}
}
| devtools/packages/devtools_app/lib/src/shared/config_specific/import_export/_export_web.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/config_specific/import_export/_export_web.dart",
"repo_id": "devtools",
"token_count": 293
} | 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 'dart:js_interop';
import 'package:web/web.dart';
import 'post_message.dart';
Stream<PostMessageEvent> get onPostMessage {
return window.onMessage.map(
(message) => PostMessageEvent(
origin: message.origin,
data: message.data.dartify(),
),
);
}
void postMessage(Object? message, String targetOrigin) =>
window.parent?.postMessage(message.jsify(), targetOrigin.toJS);
| devtools/packages/devtools_app/lib/src/shared/config_specific/post_message/_post_message_web.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/config_specific/post_message/_post_message_web.dart",
"repo_id": "devtools",
"token_count": 189
} | 139 |
// 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_shared/ui.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart' hide Stack;
import 'package:flutter/services.dart';
import 'package:vm_service/vm_service.dart';
import '../../diagnostics/dap_object_node.dart';
import '../../diagnostics/dart_object_node.dart';
import '../../globals.dart';
import '../../primitives/utils.dart';
import '../../routing.dart';
import '../../screen.dart';
import '../../ui/colors.dart';
import 'description.dart';
/// The display provider for variables fetched via the VM service protocol.
class DisplayProvider extends StatelessWidget {
const DisplayProvider({
super.key,
required this.variable,
required this.onTap,
});
final DartObjectNode variable;
final VoidCallback onTap;
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
if (variable.text != null) {
return InteractivityWrapper(
onTap: onTap,
menuButtons: _getMenuButtons(context),
child: Text.rich(
TextSpan(
children: processAnsiTerminalCodes(
variable.text,
theme.subtleFixedFontStyle,
),
),
),
);
}
final diagnostic = variable.ref?.diagnostic;
if (diagnostic != null) {
return DiagnosticsNodeDescription(
diagnostic,
multiline: true,
style: theme.fixedFontStyle,
);
}
final hasName = variable.name?.isNotEmpty ?? false;
return InteractivityWrapper(
onTap: onTap,
menuButtons: _getMenuButtons(context),
child: Text.rich(
TextSpan(
text: hasName ? variable.name : null,
style: variable.artificialName
? theme.subtleFixedFontStyle
: theme.fixedFontStyle.apply(
color: theme.colorScheme.controlFlowSyntaxColor,
),
children: [
if (hasName)
TextSpan(
text: ': ',
style: theme.fixedFontStyle,
),
TextSpan(
text: variable.displayValue.toString(),
style: variable.artificialValue
? theme.subtleFixedFontStyle
: _variableDisplayStyle(theme, variable),
),
],
),
),
);
}
List<ContextMenuButtonItem> _getMenuButtons(
BuildContext context,
) {
return [
if (variable.isRerootable)
ContextMenuButtonItem(
onPressed: () {
ContextMenuController.removeAny();
final ref = variable.ref;
serviceConnection.consoleService.appendBrowsableInstance(
instanceRef: variable.value as InstanceRef?,
isolateRef: ref?.isolateRef,
heapSelection: ref?.heapSelection,
);
},
label: 'Reroot',
),
if (serviceConnection.inspectorService != null && variable.isRoot)
ContextMenuButtonItem(
onPressed: () {
ContextMenuController.removeAny();
_handleInspect(context);
},
label: 'Inspect',
),
];
}
void _handleInspect(
BuildContext context,
) async {
final router = DevToolsRouterDelegate.of(context);
final inspectorService = serviceConnection.inspectorService;
if (await variable.inspectWidget()) {
router.navigateIfNotCurrent(ScreenMetaData.inspector.id);
} else {
if (inspectorService!.isDisposed) return;
final isInspectable = await variable.isInspectable;
if (inspectorService.isDisposed) return;
if (isInspectable) {
notificationService.push(
'Widget is already the current inspector selection.',
);
} else {
notificationService.push(
'Only Elements and RenderObjects can currently be inspected',
);
}
}
}
TextStyle _variableDisplayStyle(ThemeData theme, DartObjectNode variable) {
final style = theme.subtleFixedFontStyle;
String? kind = variable.ref?.instanceRef?.kind;
// Handle nodes with primative values.
if (kind == null) {
final value = variable.ref?.value;
if (value != null) {
switch (value.runtimeType) {
case String:
kind = InstanceKind.kString;
break;
case num:
kind = InstanceKind.kInt;
break;
case bool:
kind = InstanceKind.kBool;
break;
}
}
kind ??= InstanceKind.kNull;
}
switch (kind) {
case InstanceKind.kString:
return style.apply(
color: theme.colorScheme.stringSyntaxColor,
);
case InstanceKind.kInt:
case InstanceKind.kDouble:
return style.apply(
color: theme.colorScheme.numericConstantSyntaxColor,
);
case InstanceKind.kBool:
case InstanceKind.kNull:
return style.apply(
color: theme.colorScheme.modifierSyntaxColor,
);
default:
return style;
}
}
}
/// The display provider for variables fetched via the Debug Adapter Protocol.
class DapDisplayProvider extends StatelessWidget {
const DapDisplayProvider({
super.key,
required this.node,
required this.onTap,
});
final DapObjectNode node;
final VoidCallback onTap;
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
final variable = node.variable;
final name = variable.name;
final value = variable.value;
// TODO(https://github.com/flutter/devtools/issues/6056): Wrap in
// interactivity wrapper to provide inspect and re-root functionality. Add
// tooltip on hover to provide type information.
return Text.rich(
TextSpan(
text: name,
style: theme.fixedFontStyle.apply(
color: theme.colorScheme.controlFlowSyntaxColor,
),
children: [
TextSpan(
text: ': ',
style: theme.fixedFontStyle,
),
// TODO(https://github.com/flutter/devtools/issues/6056): Change text
// style based on variable type.
TextSpan(
text: value,
style: theme.subtleFixedFontStyle,
),
],
),
);
}
}
/// A wrapper that allows the user to interact with the variable.
///
/// Responds to primary and secondary click events.
class InteractivityWrapper extends StatefulWidget {
const InteractivityWrapper({
super.key,
required this.child,
this.menuButtons,
this.onTap,
});
/// Button items shown in a context menu on secondary click.
///
/// If none are provided, then no action will happen on secondary click.
final List<ContextMenuButtonItem>? menuButtons;
/// Optional callback when tapped.
final void Function()? onTap;
/// The child widget that will be listened to for gestures.
final Widget child;
@override
State<InteractivityWrapper> createState() => _InteractivityWrapperState();
}
class _InteractivityWrapperState extends State<InteractivityWrapper> {
final ContextMenuController _contextMenuController = ContextMenuController();
void _onTap() {
ContextMenuController.removeAny();
final onTap = widget.onTap;
if (onTap != null) {
onTap();
}
}
void _onSecondaryTapUp(TapUpDetails details) {
_maybeShowMenu(details.globalPosition);
}
void _maybeShowMenu(Offset offset) {
// TODO(https://github.com/flutter/devtools/issues/6018): Once
// https://github.com/flutter/flutter/issues/129692 is fixed, disable the
// browser's native context menu on secondary-click, and enable this menu.
if (kIsWeb && BrowserContextMenu.enabled) {
return;
}
if (_contextMenuController.isShown) {
return;
}
_contextMenuController.show(
context: context,
contextMenuBuilder: (context) {
return AdaptiveTextSelectionToolbar.buttonItems(
anchors: TextSelectionToolbarAnchors(primaryAnchor: offset),
buttonItems: widget.menuButtons,
);
},
);
}
@override
void dispose() {
_contextMenuController.remove();
super.dispose();
}
@override
Widget build(BuildContext context) {
final contextMenuOnSecondaryTapEnabled =
widget.menuButtons != null && widget.menuButtons!.isNotEmpty;
return GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: _onTap,
onSecondaryTapUp:
contextMenuOnSecondaryTapEnabled ? _onSecondaryTapUp : null,
child: widget.child,
);
}
}
| devtools/packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart",
"repo_id": "devtools",
"token_count": 3610
} | 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 'package:vm_service/vm_service.dart';
import '../../primitives/utils.dart';
class _JsonFields {
static const String file = 'file';
static const String line = 'line';
static const String column = 'column';
}
class InspectorSourceLocation {
InspectorSourceLocation(this.json, this.parent);
final Map<String, Object?> json;
final InspectorSourceLocation? parent;
String? get path => JsonUtils.getStringMember(
json,
_JsonFields.file,
);
String? getFile() {
final fileName = path;
if (fileName == null) {
return parent?.getFile();
}
return fileName;
}
int getLine() => JsonUtils.getIntMember(json, _JsonFields.line);
int getColumn() => JsonUtils.getIntMember(json, _JsonFields.column);
}
class SourcePosition {
const SourcePosition({
required this.line,
required this.column,
this.tokenPos,
});
factory SourcePosition.calculatePosition(Script script, int tokenPos) {
return SourcePosition(
line: script.getLineNumberFromTokenPos(tokenPos),
column: script.getColumnNumberFromTokenPos(tokenPos),
tokenPos: tokenPos,
);
}
final int? line;
final int? column;
final int? tokenPos;
@override
bool operator ==(Object other) {
return other is SourcePosition &&
other.line == line &&
other.column == column &&
other.tokenPos == tokenPos;
}
@override
int get hashCode =>
line != null && column != null ? (line! << 7) ^ column! : super.hashCode;
@override
String toString() => '$line:$column';
}
| devtools/packages/devtools_app/lib/src/shared/diagnostics/primitives/source_location.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/diagnostics/primitives/source_location.dart",
"repo_id": "devtools",
"token_count": 602
} | 141 |
// 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_shared/ui.dart';
import 'package:flutter/material.dart';
import '../screens/debugger/common.dart';
import 'common_widgets.dart';
import 'primitives/history_manager.dart';
/// A [Widget] that allows for displaying content based on the current state of a
/// [HistoryManager]. Includes built-in controls for navigating back and forth
/// through the content stored in the provided [HistoryManager].
///
/// [history] is the [HistoryManager] that contains the data to be displayed.
///
/// [contentBuilder] is invoked with the currently selected historical data
/// when building the contents of the viewport.
///
/// If [controls] is provided, each [Widget] will be inserted with padding
/// at the end of the viewport title bar.
///
/// If [generateTitle] is provided, the title string will be set to the
/// returned value. If not provided, the title will be empty.
class HistoryViewport<T> extends StatefulWidget {
const HistoryViewport({
super.key,
required this.history,
required this.contentBuilder,
this.controls,
this.generateTitle,
this.onChange,
this.historyEnabled = true,
this.onTitleTap,
this.titleIcon,
});
final HistoryManager<T> history;
final Widget Function(BuildContext, T?) contentBuilder;
final List<Widget>? controls;
final String Function(T?)? generateTitle;
final void Function(T?, T?)? onChange;
final bool historyEnabled;
final VoidCallback? onTitleTap;
final IconData? titleIcon;
@override
State<HistoryViewport<T>> createState() => _HistoryViewportState<T>();
}
class _HistoryViewportState<T> extends State<HistoryViewport<T>> {
TextStyle? _titleStyle;
Color? _iconColor;
void _updateTitleStyle(TextStyle style) {
setState(() {
_titleStyle = style;
_iconColor = style.color;
});
}
@override
Widget build(BuildContext context) {
final titleIcon = widget.titleIcon != null
? Padding(
padding: const EdgeInsets.only(right: densePadding),
child: Icon(
widget.titleIcon,
size: defaultIconSize,
color: _iconColor,
),
)
: const SizedBox.shrink();
return ValueListenableBuilder<T?>(
valueListenable: widget.history.current,
builder: (context, T? current, _) {
final theme = Theme.of(context);
final title = widget.generateTitle == null
? ' '
: widget.generateTitle!(current);
final defaultTitleStyle =
theme.textTheme.titleSmall ?? const TextStyle();
final titleWidget = debuggerSectionTitle(
theme,
child: Row(
children: [
if (widget.historyEnabled) ...[
ToolbarAction(
icon: Icons.chevron_left,
onPressed: widget.history.hasPrevious
? () {
widget.history.moveBack();
if (widget.onChange != null) {
widget.onChange!(
widget.history.current.value,
widget.history.peekNext(),
);
}
}
: null,
),
ToolbarAction(
icon: Icons.chevron_right,
onPressed: widget.history.hasNext
? () {
final current = widget.history.current.value as T;
widget.history.moveForward();
if (widget.onChange != null) {
widget.onChange!(
widget.history.current.value,
current,
);
}
}
: null,
),
const SizedBox(width: denseSpacing),
const VerticalDivider(thickness: 1.0),
const SizedBox(width: defaultSpacing),
],
Expanded(
child: widget.onTitleTap == null
? Row(
children: [
titleIcon,
Text(
title,
style: defaultTitleStyle,
),
],
)
: MouseRegion(
cursor: SystemMouseCursors.click,
onExit: (_) {
_updateTitleStyle(defaultTitleStyle);
},
onEnter: (_) {
_updateTitleStyle(
defaultTitleStyle.copyWith(
color: theme.colorScheme.primary,
),
);
},
child: GestureDetector(
onTap: widget.onTitleTap,
child: Row(
children: [
titleIcon,
Expanded(
child: Text(
title,
style:
_titleStyle ?? theme.textTheme.titleSmall,
),
),
],
),
),
),
),
if (widget.controls != null) ...[
const SizedBox(width: denseSpacing),
for (final widget in widget.controls!) ...[
widget,
const SizedBox(width: denseSpacing),
],
],
],
),
);
return RoundedOutlinedBorder(
child: Column(
children: [
titleWidget,
widget.contentBuilder(context, current),
],
),
);
},
);
}
}
| devtools/packages/devtools_app/lib/src/shared/history_viewport.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/history_viewport.dart",
"repo_id": "devtools",
"token_count": 3470
} | 142 |
// 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_shared/ui.dart';
import 'package:flutter/material.dart';
/// Returns [routeName] with [queryParameters] appended as [Uri] query
/// parameters.
///
/// If not overridden, this will preserve the theme parameter across
/// navigations.
///
///
/// This will fail because we can't determine what the theme value for the app
/// is.
String routeNameWithQueryParams(
BuildContext? context,
String routeName, [
Map<String, String>? queryParameters,
]) {
final newQueryParams =
queryParameters == null ? null : Map.of(queryParameters);
String? previousQuery;
if (context == null) {
// We allow null context values to make easy pure-VM tests.
previousQuery = '';
} else {
previousQuery = ModalRoute.of(context)!.settings.name;
// When this function is invoked from an unnamed context,
// infer from the global theme configuration.
previousQuery ??= _inferThemeParameter(Theme.of(context).colorScheme);
}
final previousQueryParams = Uri.parse(previousQuery).queryParameters;
// Preserve the theme across app-triggered navigations.
if (newQueryParams != null &&
!newQueryParams.containsKey('theme') &&
previousQueryParams['theme'] == 'dark') {
newQueryParams['theme'] = 'dark';
}
return Uri.parse(routeName)
.replace(queryParameters: newQueryParams)
.toString();
}
/// Infers the app's theme from a global constant.
///
/// When calling from an unnamed route, we can't infer the theme
/// value from the Uri. For example,
///
/// ```dart
/// Navigator.of(context).push(MaterialPageRoute(builder: (innerContext) {
/// routeNameWithQueryParams(innerContext, '/foo');
/// }));
/// ```
///
/// ModalRoute.of`(innerContext)` returns the unnamed page route.
String _inferThemeParameter(ColorScheme colorScheme) =>
colorScheme.isDark ? '/unnamedRoute?theme=dark' : '/unnamedRoute';
| devtools/packages/devtools_app/lib/src/shared/navigation.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/navigation.dart",
"repo_id": "devtools",
"token_count": 631
} | 143 |
// 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:flutter/material.dart';
import 'package:flutter/rendering.dart';
// This file was originally forked from package:flutter_widgets. Note that the
// source may diverge over time.
/// Sets up a collection of scroll controllers that mirror their movements to
/// each other.
///
/// Controllers are added and returned via [addAndGet]. The initial offset
/// of the newly created controller is synced to the current offset.
/// Controllers must be `dispose`d when no longer in use to prevent memory
/// leaks and performance degradation.
///
/// If controllers are disposed over the course of the lifetime of this
/// object the corresponding scrollables should be given unique keys.
/// Without the keys, Flutter may reuse a controller after it has been disposed,
/// which can cause the controller offsets to fall out of sync.
class LinkedScrollControllerGroup {
LinkedScrollControllerGroup() {
_offsetNotifier = _LinkedScrollControllerGroupOffsetNotifier(this);
}
final _allControllers = <_LinkedScrollController>[];
ChangeNotifier? get offsetNotifier => _offsetNotifier;
late final _LinkedScrollControllerGroupOffsetNotifier _offsetNotifier;
bool get hasAttachedControllers => _attachedControllers.isNotEmpty;
/// The current scroll offset of the group.
double get offset {
assert(
_attachedControllers.isNotEmpty,
'LinkedScrollControllerGroup does not have any scroll controllers '
'attached.',
);
return _attachedControllers.first.offset;
}
/// The current scroll position of the group.
ScrollPosition get position {
assert(
_attachedControllers.isNotEmpty,
'LinkedScrollControllerGroup does not have any scroll controllers '
'attached.',
);
return _attachedControllers.first.position;
}
/// Creates a new controller that is linked to any existing ones.
ScrollController addAndGet() {
final initialScrollOffset = _attachedControllers.isEmpty
? 0.0
: _attachedControllers.first.position.pixels;
final controller =
_LinkedScrollController(this, initialScrollOffset: initialScrollOffset);
_allControllers.add(controller);
controller.addListener(_offsetNotifier.notifyListeners);
return controller;
}
/// Adds a callback that will be called when the value of [offset] changes.
void addOffsetChangedListener(VoidCallback onChanged) {
_offsetNotifier.addListener(onChanged);
}
/// Removes the specified offset changed listener.
void removeOffsetChangedListener(VoidCallback listener) {
_offsetNotifier.removeListener(listener);
}
Iterable<_LinkedScrollController> get _attachedControllers =>
_allControllers.where((controller) => controller.hasClients);
/// Animates the scroll position of all linked controllers to [offset].
Future<void> animateTo(
double offset, {
required Curve curve,
required Duration duration,
}) async {
// All scroll controllers are already linked with their peers, so we only
// need to interact with one controller to mirror the interaction with all
// other controllers.
if (_attachedControllers.isNotEmpty) {
await _attachedControllers.first.animateTo(
offset,
duration: duration,
curve: curve,
);
}
}
/// Jumps the scroll position of all linked controllers to [value].
void jumpTo(double value) {
// All scroll controllers are already linked with their peers, so we only
// need to interact with one controller to mirror the interaction with all
// other controllers.
if (_attachedControllers.isNotEmpty) {
_attachedControllers.first.jumpTo(value);
}
}
/// Resets the scroll position of all linked controllers to 0.
void resetScroll() {
jumpTo(0.0);
}
}
/// This class provides change notification for [LinkedScrollControllerGroup]'s
/// scroll offset.
///
/// This change notifier de-duplicates change events by only firing listeners
/// when the scroll offset of the group has changed.
// TODO(jacobr): create a shorter tye name.
// ignore: prefer-correct-type-name
class _LinkedScrollControllerGroupOffsetNotifier extends ChangeNotifier {
_LinkedScrollControllerGroupOffsetNotifier(this.controllerGroup);
final LinkedScrollControllerGroup controllerGroup;
/// The cached offset for the group.
///
/// This value will be used in determining whether to notify listeners.
double? _cachedOffset;
@override
void notifyListeners() {
final currentOffset = controllerGroup.offset;
if (currentOffset != _cachedOffset) {
_cachedOffset = currentOffset;
super.notifyListeners();
}
}
}
/// A scroll controller that mirrors its movements to a peer, which must also
/// be a [_LinkedScrollController].
class _LinkedScrollController extends ScrollController {
_LinkedScrollController(
this._controllers, {
required double initialScrollOffset,
}) : super(initialScrollOffset: initialScrollOffset);
final LinkedScrollControllerGroup _controllers;
@override
void dispose() {
_controllers._allControllers.remove(this);
super.dispose();
}
@override
void attach(ScrollPosition position) {
assert(
position is _LinkedScrollPosition,
'_LinkedScrollControllers can only be used with'
' _LinkedScrollPositions.',
);
final _LinkedScrollPosition linkedPosition =
position as _LinkedScrollPosition;
assert(
linkedPosition.owner == this,
'_LinkedScrollPosition cannot change controllers once created.',
);
super.attach(position);
}
@override
_LinkedScrollPosition createScrollPosition(
ScrollPhysics physics,
ScrollContext context,
ScrollPosition? oldPosition,
) {
return _LinkedScrollPosition(
this,
physics: physics,
context: context,
initialPixels: initialScrollOffset,
oldPosition: oldPosition,
);
}
@override
_LinkedScrollPosition get position => super.position as _LinkedScrollPosition;
Iterable<_LinkedScrollController> get _allPeersWithClients =>
_controllers._attachedControllers.where((peer) => peer != this);
bool get canLinkWithPeers => _allPeersWithClients.isNotEmpty;
Iterable<_LinkedScrollActivity> linkWithPeers(_LinkedScrollPosition driver) {
assert(canLinkWithPeers);
return _allPeersWithClients
.map((peer) => peer.link(driver))
.expand((e) => e);
}
Iterable<_LinkedScrollActivity> link(_LinkedScrollPosition driver) {
assert(hasClients);
final activities = <_LinkedScrollActivity>[];
for (ScrollPosition position in positions) {
activities.add((position as _LinkedScrollPosition).link(driver));
}
return activities;
}
}
// Implementation details: Whenever position.setPixels or position.forcePixels
// is called on a _LinkedScrollPosition (which may happen programmatically, or
// as a result of a user action), the _LinkedScrollPosition creates a
// _LinkedScrollActivity for each linked position and uses it to move to or jump
// to the appropriate offset.
//
// When a new activity begins, the set of peer activities is cleared.
class _LinkedScrollPosition extends ScrollPositionWithSingleContext {
_LinkedScrollPosition(
this.owner, {
required ScrollPhysics physics,
required ScrollContext context,
double? initialPixels,
ScrollPosition? oldPosition,
}) : super(
physics: physics,
context: context,
initialPixels: initialPixels,
oldPosition: oldPosition,
);
final _LinkedScrollController owner;
final Set<_LinkedScrollActivity> _peerActivities = <_LinkedScrollActivity>{};
// We override hold to propagate it to all peer controllers.
@override
ScrollHoldController hold(VoidCallback holdCancelCallback) {
for (final controller in owner._allPeersWithClients) {
controller.position._holdInternal();
}
return super.hold(holdCancelCallback);
}
// Calls hold without propagating to peers.
void _holdInternal() {
super.hold(() {});
}
@override
void beginActivity(ScrollActivity? newActivity) {
if (newActivity == null) {
return;
}
for (var activity in _peerActivities) {
activity.unlink(this);
}
_peerActivities.clear();
super.beginActivity(newActivity);
}
@override
double setPixels(double newPixels) {
if (newPixels == pixels) {
return 0.0;
}
updateUserScrollDirection(
newPixels - pixels > 0.0
? ScrollDirection.forward
: ScrollDirection.reverse,
);
if (owner.canLinkWithPeers) {
_peerActivities.addAll(owner.linkWithPeers(this));
for (var activity in _peerActivities) {
activity.moveTo(newPixels);
}
}
return setPixelsInternal(newPixels);
}
double setPixelsInternal(double newPixels) {
return super.setPixels(newPixels);
}
@override
void forcePixels(double value) {
if (value == pixels) {
return;
}
updateUserScrollDirection(
value - pixels > 0.0 ? ScrollDirection.forward : ScrollDirection.reverse,
);
if (owner.canLinkWithPeers) {
_peerActivities.addAll(owner.linkWithPeers(this));
for (var activity in _peerActivities) {
activity.jumpTo(value);
}
}
forcePixelsInternal(value);
}
void forcePixelsInternal(double value) {
super.forcePixels(value);
}
_LinkedScrollActivity link(_LinkedScrollPosition driver) {
if (this.activity is! _LinkedScrollActivity) {
beginActivity(_LinkedScrollActivity(this));
}
final _LinkedScrollActivity activity =
this.activity as _LinkedScrollActivity;
activity.link(driver);
return activity;
}
void unlink(_LinkedScrollActivity activity) {
_peerActivities.remove(activity);
}
// We override this method to make it public (overridden method is protected)
@override
void updateUserScrollDirection(ScrollDirection value) {
super.updateUserScrollDirection(value);
}
@override
void debugFillDescription(List<String> description) {
super.debugFillDescription(description);
description.add('owner: $owner');
}
}
class _LinkedScrollActivity extends ScrollActivity {
_LinkedScrollActivity(_LinkedScrollPosition delegate) : super(delegate);
@override
_LinkedScrollPosition get delegate => super.delegate as _LinkedScrollPosition;
final Set<_LinkedScrollPosition> drivers = <_LinkedScrollPosition>{};
void link(_LinkedScrollPosition driver) {
drivers.add(driver);
}
void unlink(_LinkedScrollPosition driver) {
drivers.remove(driver);
if (drivers.isEmpty) {
delegate.goIdle();
}
}
@override
bool get shouldIgnorePointer => true;
@override
bool get isScrolling => true;
// _LinkedScrollActivity is not self-driven but moved by calls to the [moveTo]
// method.
@override
double get velocity => 0.0;
void moveTo(double newPixels) {
_updateUserScrollDirection();
delegate.setPixelsInternal(newPixels);
}
void jumpTo(double newPixels) {
_updateUserScrollDirection();
delegate.forcePixelsInternal(newPixels);
}
void _updateUserScrollDirection() {
assert(drivers.isNotEmpty);
ScrollDirection? commonDirection;
for (var driver in drivers) {
commonDirection ??= driver.userScrollDirection;
if (driver.userScrollDirection != commonDirection) {
commonDirection = ScrollDirection.idle;
}
}
delegate.updateUserScrollDirection(commonDirection!);
}
@override
void dispose() {
for (var driver in drivers) {
driver.unlink(this);
}
super.dispose();
}
}
| devtools/packages/devtools_app/lib/src/shared/primitives/flutter_widgets/linked_scroll_controller.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/primitives/flutter_widgets/linked_scroll_controller.dart",
"repo_id": "devtools",
"token_count": 3773
} | 144 |
// 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:math' as math;
import 'package:collection/collection.dart';
import 'package:devtools_app_shared/service.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:logging/logging.dart';
import 'globals.dart';
import 'primitives/listenable.dart';
import 'ui/icons.dart';
final _log = Logger('screen.dart');
enum ScreenMetaData {
home(
'home',
icon: Icons.home_rounded,
requiresConnection: false,
tutorialVideoTimestamp: '?t=0',
),
inspector(
'inspector',
title: 'Flutter Inspector',
icon: Octicons.deviceMobile,
requiresFlutter: true,
requiresDebugBuild: true,
tutorialVideoTimestamp: '?t=172',
),
performance(
'performance',
title: 'Performance',
icon: Octicons.pulse,
worksOffline: true,
requiresConnection: false,
tutorialVideoTimestamp: '?t=261',
),
cpuProfiler(
'cpu-profiler',
title: 'CPU Profiler',
icon: Octicons.dashboard,
requiresDartVm: true,
worksOffline: true,
requiresConnection: false,
tutorialVideoTimestamp: '?t=340',
),
memory(
'memory',
title: 'Memory',
icon: Octicons.package,
requiresDartVm: true,
tutorialVideoTimestamp: '?t=420',
),
debugger(
'debugger',
title: 'Debugger',
icon: Octicons.bug,
requiresDebugBuild: true,
tutorialVideoTimestamp: '?t=513',
),
network(
'network',
title: 'Network',
icon: Icons.network_check,
requiresDartVm: true,
tutorialVideoTimestamp: '?t=547',
),
logging(
'logging',
title: 'Logging',
icon: Octicons.clippy,
tutorialVideoTimestamp: '?t=558',
),
provider(
'provider',
title: 'Provider',
icon: Icons.attach_file,
requiresLibrary: 'package:provider/',
requiresDebugBuild: true,
),
appSize(
'app-size',
title: 'App Size',
icon: Octicons.fileZip,
requiresConnection: false,
requiresDartVm: true,
tutorialVideoTimestamp: '?t=575',
),
deepLinks(
'deep-links',
title: 'Deep Links',
icon: Icons.link_rounded,
requiresConnection: false,
requiresDartVm: true,
),
vmTools(
'vm-tools',
title: 'VM Tools',
icon: Icons.settings_applications,
requiresVmDeveloperMode: true,
),
simple('simple');
const ScreenMetaData(
this.id, {
this.title,
this.icon,
this.requiresConnection = true,
this.requiresDartVm = false,
this.requiresFlutter = false,
this.requiresDebugBuild = false,
this.requiresVmDeveloperMode = false,
this.worksOffline = false,
this.requiresLibrary,
this.tutorialVideoTimestamp,
});
final String id;
final String? title;
final IconData? icon;
final bool requiresConnection;
final bool requiresDartVm;
final bool requiresFlutter;
final bool requiresDebugBuild;
final bool requiresVmDeveloperMode;
final bool worksOffline;
final String? requiresLibrary;
/// The timestamp for the chapter of "Dive in to DevTools" YouTube video that
/// correlates to a screen.
///
/// This value will be appended to "https://youtu.be/_EYk-E29edo" to link to
/// a particular chapter.
final String? tutorialVideoTimestamp;
/// Looks up the [ScreenMetaData] value for the screen [id].
static ScreenMetaData? lookup(String id) {
return ScreenMetaData.values.firstWhereOrNull((screen) => screen.id == id);
}
}
/// Defines a page shown in the DevTools [TabBar].
@immutable
abstract class Screen {
const Screen(
this.screenId, {
this.title,
this.titleGenerator,
this.icon,
this.tabKey,
this.requiresLibrary,
this.requiresConnection = true,
this.requiresDartVm = false,
this.requiresFlutter = false,
this.requiresDebugBuild = false,
this.requiresVmDeveloperMode = false,
this.worksOffline = false,
this.showFloatingDebuggerControls = true,
}) : assert((title == null) || (titleGenerator == null));
const Screen.conditional({
required String id,
String? requiresLibrary,
bool requiresConnection = true,
bool requiresDartVm = false,
bool requiresFlutter = false,
bool requiresDebugBuild = false,
bool requiresVmDeveloperMode = false,
bool worksOffline = false,
bool Function(FlutterVersion? currentVersion)? shouldShowForFlutterVersion,
bool showFloatingDebuggerControls = true,
String? title,
String Function()? titleGenerator,
IconData? icon,
Key? tabKey,
}) : this(
id,
requiresLibrary: requiresLibrary,
requiresConnection: requiresConnection,
requiresDartVm: requiresDartVm,
requiresFlutter: requiresFlutter,
requiresDebugBuild: requiresDebugBuild,
requiresVmDeveloperMode: requiresVmDeveloperMode,
worksOffline: worksOffline,
showFloatingDebuggerControls: showFloatingDebuggerControls,
title: title,
titleGenerator: titleGenerator,
icon: icon,
tabKey: tabKey,
);
Screen.fromMetaData(
ScreenMetaData metadata, {
bool Function(FlutterVersion? currentVersion)? shouldShowForFlutterVersion,
bool showFloatingDebuggerControls = true,
String Function()? titleGenerator,
Key? tabKey,
}) : this.conditional(
id: metadata.id,
requiresLibrary: metadata.requiresLibrary,
requiresConnection: metadata.requiresConnection,
requiresDartVm: metadata.requiresDartVm,
requiresFlutter: metadata.requiresFlutter,
requiresDebugBuild: metadata.requiresDebugBuild,
requiresVmDeveloperMode: metadata.requiresVmDeveloperMode,
worksOffline: metadata.worksOffline,
shouldShowForFlutterVersion: shouldShowForFlutterVersion,
showFloatingDebuggerControls: showFloatingDebuggerControls,
title: titleGenerator == null ? metadata.title : null,
titleGenerator: titleGenerator,
icon: metadata.icon,
tabKey: tabKey,
);
/// Whether to show floating debugger controls if the app is paused.
///
/// If your page is negatively impacted by the app being paused you should
/// show debugger controls.
final bool showFloatingDebuggerControls;
/// Whether to show the console for this screen.
bool showConsole(bool embed) => false;
/// Which keyboard shortcuts should be enabled for this screen.
ShortcutsConfiguration buildKeyboardShortcuts(BuildContext context) =>
ShortcutsConfiguration.empty();
final String screenId;
/// The user-facing name of the page.
///
/// At most, only one of [title] and [titleGenerator] should be non-null.
final String? title;
/// A callback that returns the user-facing name of the page.
///
/// At most, only one of [title] and [titleGenerator] should be non-null.
final String Function()? titleGenerator;
String get _userFacingTitle => title ?? titleGenerator?.call() ?? '';
final IconData? icon;
/// An optional key to use when creating the Tab widget (for use during
/// testing).
final Key? tabKey;
/// Library uri that determines whether to include this screen in DevTools.
///
/// This can either be a full library uri or it can be a prefix. If null, this
/// screen will be shown if it meets all other criteria.
///
/// Examples:
/// * 'package:provider/provider.dart'
/// * 'package:provider/'
final String? requiresLibrary;
/// Whether this screen requires a running app connection to work.
final bool requiresConnection;
/// Whether this screen should only be included when the app is running on the Dart VM.
final bool requiresDartVm;
/// Whether this screen should only be included when the app is a Flutter app.
final bool requiresFlutter;
/// Whether this screen should only be included when the app is debuggable.
final bool requiresDebugBuild;
/// Whether this screen should only be included when VM developer mode is enabled.
final bool requiresVmDeveloperMode;
/// Whether this screen works offline and should show in offline mode even if conditions are not met.
final bool worksOffline;
/// Whether this screen should display the isolate selector in the status
/// line.
///
/// Some screens act on all isolates; for these screens, displaying a
/// selector doesn't make sense.
ValueListenable<bool> get showIsolateSelector =>
const FixedValueListenable<bool>(false);
/// The documentation URL to use for this screen.
///
/// If this returns a null value, [docPageId] will be used to create a
/// documentation URL.
String? get docsUrl => null;
/// The id to use to create a documentation URL for this screen.
///
/// If the screen does not have a custom documentation page, this property
/// should return `null`.
///
/// If [docsUrl] returns a non-null value, [docsUrl] will be used instead of
/// creating a documentation url using [docPageId].
String? get docPageId => null;
double approximateTabWidth(
TextTheme textTheme, {
bool includeTabBarSpacing = true,
}) {
final title = _userFacingTitle;
final painter = TextPainter(
text: TextSpan(text: title),
textDirection: TextDirection.ltr,
)..layout();
const measurementBuffer = 2.0;
return painter.width +
denseSpacing +
defaultIconSize +
(includeTabBarSpacing ? tabBarSpacing * 2 : 0.0) +
// Add a small buffer to account for variances between the text painter
// approximation and the actual measurement.
measurementBuffer;
}
/// Builds the tab to show for this screen in the [DevToolsScaffold]'s main
/// navbar.
///
/// This will not be used if the [Screen] is the only one shown in the
/// scaffold.
Widget buildTab(BuildContext context) {
final title = _userFacingTitle;
return ValueListenableBuilder<int>(
valueListenable:
serviceConnection.errorBadgeManager.errorCountNotifier(screenId),
builder: (context, count, _) {
final tab = Tab(
key: tabKey,
child: Row(
children: <Widget>[
Icon(icon, size: defaultIconSize),
if (title.isNotEmpty)
Padding(
padding: const EdgeInsets.only(left: denseSpacing),
child: Text(title),
),
],
),
);
if (count > 0) {
// Calculate the width of the title text so that we can provide an accurate
// size for the [BadgePainter]
final painter = TextPainter(
text: TextSpan(
text: title,
style: Theme.of(context).regularTextStyle,
),
textDirection: TextDirection.ltr,
)..layout();
final titleWidth = painter.width;
return LayoutBuilder(
builder: (context, constraints) {
return Stack(
children: [
CustomPaint(
size: Size(defaultIconSize + denseSpacing + titleWidth, 0),
painter: BadgePainter(
number: count,
colorScheme: Theme.of(context).colorScheme,
),
),
tab,
],
);
},
);
}
return tab;
},
);
}
/// Builds the body to display for this screen, accounting for screen
/// requirements like [requiresConnection].
///
/// This method can be overridden to provide different build logic for a
/// [Screen] subclass.
Widget build(BuildContext context) {
if (!requiresConnection) {
final connected = serviceConnection.serviceManager.hasConnection &&
serviceConnection.serviceManager.connectedAppInitialized;
// Do not use the disconnected body in offline mode, because the default
// [buildScreenBody] should be used for offline states.
if (!connected && !offlineController.offlineMode.value) {
final disconnectedBody = buildDisconnectedScreenBody(context);
if (disconnectedBody != null) return disconnectedBody;
}
}
return buildScreenBody(context);
}
/// Builds the default body to display for this screen.
///
/// This method must be implemented by subclasses.
Widget buildScreenBody(BuildContext context);
/// Builds the body to display for this screen when in a disconnected state,
/// if this differs from the default body provided by [buildScreenBody].
///
/// This method will only be called when [requiresConnection] is not true,
/// and when DevTools is in a disconnected state.
Widget? buildDisconnectedScreenBody(BuildContext context) => null;
/// Build a widget to display in the status line.
///
/// If this method returns `null`, then no page specific status is displayed.
Widget? buildStatus(BuildContext context) {
return null;
}
}
/// Check whether a screen should be shown in the UI.
bool shouldShowScreen(Screen screen) {
_log.finest('shouldShowScreen: ${screen.screenId}');
if (offlineController.offlineMode.value) {
_log.finest('for offline mode: returning ${screen.worksOffline}');
return screen.worksOffline;
}
final serviceReady = serviceConnection.serviceManager.isServiceAvailable &&
serviceConnection.serviceManager.connectedApp!.connectedAppInitialized;
if (!serviceReady) {
if (!screen.requiresConnection) {
_log.finest('screen does not require connection: returning true');
return true;
} else {
// All of the following checks require a connected vm service, so verify
// that one exists. This also avoids odd edge cases where we could show
// screens while the ServiceManager is still initializing.
_log.finest('service not ready: returning false');
return false;
}
}
if (screen.requiresLibrary != null) {
if (serviceConnection.serviceManager.isolateManager.mainIsolate.value ==
null ||
!serviceConnection.serviceManager
.libraryUriAvailableNow(screen.requiresLibrary)) {
_log.finest(
'screen requires library ${screen.requiresLibrary}: returning false',
);
return false;
}
}
if (screen.requiresDartVm) {
if (serviceConnection.serviceManager.connectedApp!.isRunningOnDartVM !=
true) {
_log.finest('screen requires Dart VM: returning false');
return false;
}
}
if (screen.requiresFlutter &&
serviceConnection.serviceManager.connectedApp!.isFlutterAppNow == false) {
_log.finest('screen requires Flutter: returning false');
return false;
}
if (screen.requiresDebugBuild) {
if (serviceConnection.serviceManager.connectedApp!.isProfileBuildNow ==
true) {
_log.finest('screen requires debug build: returning false');
return false;
}
}
if (screen.requiresVmDeveloperMode) {
if (!preferences.vmDeveloperModeEnabled.value) {
_log.finest('screen requires vm developer mode: returning false');
return false;
}
}
_log.finest('${screen.screenId} screen supported: returning true');
return true;
}
class BadgePainter extends CustomPainter {
BadgePainter({required this.number, required this.colorScheme});
final ColorScheme colorScheme;
final int number;
@override
void paint(Canvas canvas, Size size) {
final paint = Paint()
..color = colorScheme.errorContainer
..style = PaintingStyle.fill;
final countPainter = TextPainter(
text: TextSpan(
text: '$number',
style: TextStyle(
color: colorScheme.onErrorContainer,
fontWeight: FontWeight.bold,
),
),
textDirection: TextDirection.ltr,
)..layout();
final badgeWidth = math.max(
defaultIconSize,
countPainter.width + denseSpacing,
);
canvas.drawOval(
Rect.fromLTWH(size.width, 0, badgeWidth, defaultIconSize),
paint,
);
countPainter.paint(
canvas,
Offset(size.width + (badgeWidth - countPainter.width) / 2, 0),
);
}
@override
bool shouldRepaint(covariant CustomPainter oldDelegate) {
if (oldDelegate is BadgePainter) {
return number != oldDelegate.number;
}
return true;
}
}
class ShortcutsConfiguration {
const ShortcutsConfiguration({
required this.shortcuts,
required this.actions,
}) : assert(shortcuts.length == actions.length);
factory ShortcutsConfiguration.empty() {
return ShortcutsConfiguration(shortcuts: {}, actions: {});
}
final Map<ShortcutActivator, Intent> shortcuts;
final Map<Type, Action<Intent>> actions;
bool get isEmpty => shortcuts.isEmpty && actions.isEmpty;
}
| devtools/packages/devtools_app/lib/src/shared/screen.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/screen.dart",
"repo_id": "devtools",
"token_count": 5983
} | 145 |
// 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.
part of 'table.dart';
enum TreeTableScrollKind {
up,
down,
parent,
}
/// A table that shows [TreeNode]s.
///
/// This takes in a collection of [dataRoots], and a collection of [ColumnData].
/// It takes at most one [TreeColumnData].
///
/// The [ColumnData] gives this table information about how to size its
/// columns, how to present each row of `data`, and which rows to show.
///
/// To lay the contents out, this table's [TreeTableState] creates a flattened
/// list of the tree hierarchy. It then uses the nesting level of the
/// deepest row in [dataRoots] to determine how wide to make the [treeColumn].
///
/// If [dataRoots.length] > 1, there are multiple trees in this tree table. In
/// this case, tree table operations (expand all, collapse all, sort, etc.) will
/// be applied to every tree.
class TreeTable<T extends TreeNode<T>> extends StatefulWidget {
TreeTable({
Key? key,
required this.keyFactory,
required this.dataRoots,
required this.dataKey,
required this.columns,
required this.treeColumn,
required this.defaultSortColumn,
required this.defaultSortDirection,
this.secondarySortColumn,
this.autoExpandRoots = false,
this.preserveVerticalScrollPosition = false,
this.displayTreeGuidelines = false,
this.tallHeaders = false,
this.headerColor,
ValueNotifier<Selection<T?>>? selectionNotifier,
}) : selectionNotifier = selectionNotifier ??
ValueNotifier<Selection<T?>>(Selection.empty()),
assert(columns.contains(treeColumn)),
assert(columns.contains(defaultSortColumn)),
super(key: key);
/// Factory that creates keys for each row in this table.
final Key Function(T) keyFactory;
/// The tree structures of rows to show in this table.
///
/// Each root in [dataRoots] will be a top-level entry in the table. Depending
/// on the expanded / collapsed state of each root and its children,
/// additional table rows will be present in the table.
final List<T> dataRoots;
/// Unique key for the data shown in this table.
///
/// This key will be used to restore things like sort column, sort direction,
/// and scroll position for this table (when [preserveVerticalScrollPosition]
/// is true).
///
/// We use [TableUiStateStore] to store [_TableUiState] by this key so that
/// we can save and restore this state without having to keep [State] or table
/// controller objects alive.
final String dataKey;
/// The columns to show in this table.
final List<ColumnData<T>> columns;
/// The column of the table to treat as expandable.
final TreeColumnData<T> treeColumn;
/// The default sort column for this table.
///
/// This sort column is passed along to [TreeTableState.tableController],
/// which uses [defaultSortColumn] for the starting value in
/// [TableControllerBase.tableUiState].
final ColumnData<T> defaultSortColumn;
/// The default [SortDirection] for this table.
///
/// This [SortDirection] is passed along to [TreeTableState.tableController],
/// which uses [defaultSortDirection] for the starting value in
/// [TableControllerBase.tableUiState].
final SortDirection defaultSortDirection;
/// The secondary sort column to be used in the sorting algorithm provided by
/// [TableControllerBase.sortDataAndNotify].
final ColumnData<T>? secondarySortColumn;
/// Stores the selected data item (the selected row) for this table.
///
/// This notifier's value will be updated when a row of the table is selected.
final ValueNotifier<Selection<T?>> selectionNotifier;
/// Whether the data roots in this table should be automatically expanded.
final bool autoExpandRoots;
/// Whether the vertical scroll position for this table should be preserved for
/// each data set.
///
/// This should be set to true if the table is not disposed and completely
/// rebuilt when changing from one data set to another.
final bool preserveVerticalScrollPosition;
/// Determines whether or not guidelines should be rendered in tree columns.
final bool displayTreeGuidelines;
/// Whether the table headers should be slightly taller than the table rows to
/// support multiline text.
final bool tallHeaders;
/// The background color of the header.
///
/// If null, defaults to `Theme.of(context).canvasColor`.
final Color? headerColor;
@override
TreeTableState<T> createState() => TreeTableState<T>();
}
class TreeTableState<T extends TreeNode<T>> extends State<TreeTable<T>>
with TickerProviderStateMixin, AutoDisposeMixin {
FocusNode? get focusNode => _focusNode;
late FocusNode _focusNode;
TreeTableController<T> get tableController => _tableController!;
TreeTableController<T>? _tableController;
late List<T> _data;
VoidCallback? _selectionListener;
@override
void initState() {
super.initState();
_setUpTableController();
_data = tableController.tableData.value.data;
addAutoDisposeListener(tableController.tableData, () {
setState(() {
_data = tableController.tableData.value.data;
});
});
_initSelectionListener();
_focusNode = FocusNode(debugLabel: 'table');
autoDisposeFocusNode(_focusNode);
}
@override
void didUpdateWidget(TreeTable<T> oldWidget) {
super.didUpdateWidget(oldWidget);
if (_tableConfigurationChanged(oldWidget, widget)) {
_setUpTableController();
} else {
_setUpTableController(reset: false);
}
if (oldWidget.selectionNotifier != widget.selectionNotifier) {
_initSelectionListener();
}
}
@override
void dispose() {
_tableController = null;
super.dispose();
}
/// Sets up the [tableController] for the property values in [widget].
///
/// [reset] determines whether or not we should re-initialize
/// [_tableController], which should only happen when the core table
/// configuration (columns & column groups) has changed.
///
/// See [_tableConfigurationChanged].
void _setUpTableController({bool reset = true}) {
final shouldResetController = reset || _tableController == null;
if (shouldResetController) {
_tableController = TreeTableController<T>(
columns: widget.columns,
defaultSortColumn: widget.defaultSortColumn,
defaultSortDirection: widget.defaultSortDirection,
secondarySortColumn: widget.secondarySortColumn,
treeColumn: widget.treeColumn,
autoExpandRoots: widget.autoExpandRoots,
);
}
if (widget.preserveVerticalScrollPosition) {
// Order matters - this must be called before [tableController.setData]
tableController.storeScrollPosition();
}
tableController.setData(widget.dataRoots, widget.dataKey);
}
/// Whether the core table configuration has changed, determined by checking
/// the equality of columns and column groups.
bool _tableConfigurationChanged(
TreeTable<T> oldWidget,
TreeTable<T> newWidget,
) {
final columnsChanged = !collectionEquals(
oldWidget.columns.map((c) => c.title),
newWidget.columns.map((c) => c.title),
) ||
oldWidget.treeColumn.title != newWidget.treeColumn.title;
return columnsChanged;
}
void _initSelectionListener() {
cancelListener(_selectionListener);
_selectionListener = () {
final node = widget.selectionNotifier.value.node;
if (node != null) {
setState(() {
expandParents(node.parent);
});
}
};
addAutoDisposeListener(widget.selectionNotifier, _selectionListener);
}
void expandParents(T? parent) {
if (parent == null) return;
if (parent.parent?.index != -1) {
expandParents(parent.parent);
}
if (!parent.isExpanded) {
_toggleNode(parent);
}
}
void _onItemPressed(T node, int nodeIndex) {
// Rebuilds the table whenever the tree structure has been updated.
widget.selectionNotifier.value = Selection(
node: node,
nodeIndex: nodeIndex,
);
_toggleNode(node);
}
void _toggleNode(T node) {
if (!node.isExpandable) {
node.leaf();
return;
}
setState(() {
if (node.isExpanded) {
node.collapse();
} else {
node.expand();
}
});
tableController.setDataAndNotify();
}
@override
Widget build(BuildContext context) {
return DevToolsTable<T>(
tableController: tableController,
columnWidths: tableController.columnWidths!,
rowBuilder: _buildRow,
rowItemExtent: defaultRowHeight,
focusNode: _focusNode,
handleKeyEvent: _handleKeyEvent,
selectionNotifier: widget.selectionNotifier,
preserveVerticalScrollPosition: widget.preserveVerticalScrollPosition,
tallHeaders: widget.tallHeaders,
headerColor: widget.headerColor,
);
}
Widget _buildRow({
required BuildContext context,
required LinkedScrollControllerGroup linkedScrollControllerGroup,
required int index,
required List<double> columnWidths,
required bool isPinned,
required bool enableHoverHandling,
}) {
Widget rowForNode(T node) {
final selection = widget.selectionNotifier.value;
node.index = index;
return TableRow<T>(
key: widget.keyFactory(node),
linkedScrollControllerGroup: linkedScrollControllerGroup,
node: node,
onPressed: (item) => _onItemPressed(item, index),
backgroundColor: alternatingColorForIndex(
index,
Theme.of(context).colorScheme,
),
columns: tableController.columns,
columnWidths: columnWidths,
expandableColumn: tableController.treeColumn,
isSelected: selection.node != null && selection.node == node,
isExpanded: node.isExpanded,
isExpandable: node.isExpandable,
isShown: node.shouldShow(),
displayTreeGuidelines: widget.displayTreeGuidelines,
);
}
return rowForNode(_data[index]);
}
KeyEventResult _handleKeyEvent(
KeyEvent event,
ScrollController scrollController,
BoxConstraints constraints,
) {
if (!event.isKeyDownOrRepeat) return KeyEventResult.ignored;
// Exit early if we aren't handling the key
if (![
LogicalKeyboardKey.arrowDown,
LogicalKeyboardKey.arrowUp,
LogicalKeyboardKey.arrowLeft,
LogicalKeyboardKey.arrowRight,
].contains(event.logicalKey)) return KeyEventResult.ignored;
// If there is no selected node, choose the first one.
if (widget.selectionNotifier.value.node == null) {
widget.selectionNotifier.value = Selection(
node: _data[0],
nodeIndex: 0,
);
}
final selection = widget.selectionNotifier.value;
assert(selection.node == _data[selection.nodeIndex!]);
if (event.logicalKey == LogicalKeyboardKey.arrowDown) {
_moveSelection(
TreeTableScrollKind.down,
scrollController,
constraints.maxHeight,
);
} else if (event.logicalKey == LogicalKeyboardKey.arrowUp) {
_moveSelection(
TreeTableScrollKind.up,
scrollController,
constraints.maxHeight,
);
} else if (event.logicalKey == LogicalKeyboardKey.arrowLeft) {
// On left arrow collapse the row if it is expanded. If it is not, move
// selection to its parent.
if (selection.node!.isExpanded) {
_toggleNode(selection.node!);
} else {
_moveSelection(
TreeTableScrollKind.parent,
scrollController,
constraints.maxHeight,
);
}
} else if (event.logicalKey == LogicalKeyboardKey.arrowRight) {
// On right arrow expand the row if possible, otherwise move selection down.
if (selection.node!.isExpandable && !selection.node!.isExpanded) {
_toggleNode(selection.node!);
} else {
_moveSelection(
TreeTableScrollKind.down,
scrollController,
constraints.maxHeight,
);
}
}
return KeyEventResult.handled;
}
void _moveSelection(
TreeTableScrollKind scrollKind,
ScrollController scrollController,
double viewportHeight,
) {
// get the index of the first item fully visible in the viewport
final firstItemIndex = (scrollController.offset / defaultRowHeight).ceil();
// '-2' in the following calculations is needed because the header row
// occupies space in the viewport so we must subtract 1 for that, and we
// subtract 1 to account for the fact that a partial row could be displayed
// at the top and bottom of the view.
final minCompleteItemsInView =
max((viewportHeight / defaultRowHeight).floor() - 2, 0);
final lastItemIndex = firstItemIndex + minCompleteItemsInView - 1;
late int newSelectedNodeIndex;
final selectionValue = widget.selectionNotifier.value;
final selectedNodeIndex = selectionValue.nodeIndex;
switch (scrollKind) {
case TreeTableScrollKind.down:
newSelectedNodeIndex = min(selectedNodeIndex! + 1, _data.length - 1);
break;
case TreeTableScrollKind.up:
newSelectedNodeIndex = max(selectedNodeIndex! - 1, 0);
break;
case TreeTableScrollKind.parent:
newSelectedNodeIndex = selectionValue.node!.parent != null
? max(_data.indexOf(selectionValue.node!.parent!), 0)
: 0;
break;
}
final newSelectedNode = _data[newSelectedNodeIndex];
final isBelowViewport = newSelectedNodeIndex > lastItemIndex;
final isAboveViewport = newSelectedNodeIndex < firstItemIndex;
if (isBelowViewport) {
// Scroll so selected row is the last full item displayed in the viewport.
// To do this we need to be showing the (minCompleteItemsInView + 1)
// previous item at the top.
unawaited(
scrollController.animateTo(
(newSelectedNodeIndex - minCompleteItemsInView + 1) *
defaultRowHeight,
duration: defaultDuration,
curve: defaultCurve,
),
);
} else if (isAboveViewport) {
unawaited(
scrollController.animateTo(
newSelectedNodeIndex * defaultRowHeight,
duration: defaultDuration,
curve: defaultCurve,
),
);
}
// We do not need to scroll into view here because we have manually
// managed the scrolling in the above checks for `isBelowViewport` and
// `isAboveViewport`.
widget.selectionNotifier.value = Selection(
node: newSelectedNode,
nodeIndex: newSelectedNodeIndex,
);
}
}
/// A custom painter to draw guidelines between tree table nodes.
class _RowGuidelinePainter extends CustomPainter {
_RowGuidelinePainter(this.level, this.colorScheme);
static const _treeGuidelineColors = [
Color(0xFF13B9FD),
Color(0xFF5BC43B),
];
final int level;
final ColorScheme colorScheme;
@override
void paint(Canvas canvas, Size size) {
for (int i = 0; i < level; ++i) {
final currentX = i * TreeColumnData.treeToggleWidth + defaultIconSize / 2;
// Draw a vertical line for each tick identifying a connection between
// an ancestor of this node and some other node in the tree.
canvas.drawLine(
Offset(currentX, 0.0),
Offset(currentX, defaultRowHeight),
Paint()
..color = _treeGuidelineColors[i % _treeGuidelineColors.length]
..strokeWidth = 1.0,
);
}
}
@override
bool shouldRepaint(CustomPainter oldDelegate) {
if (oldDelegate is _RowGuidelinePainter) {
return oldDelegate.colorScheme.isLight != colorScheme.isLight;
}
return true;
}
}
| devtools/packages/devtools_app/lib/src/shared/table/_tree_table.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/table/_tree_table.dart",
"repo_id": "devtools",
"token_count": 5470
} | 146 |
// 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:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/material.dart';
import 'package:vm_service/vm_service.dart';
import '../../screens/profiler/cpu_profile_service.dart';
import '../../screens/profiler/sampling_rate.dart';
import '../analytics/constants.dart' as gac;
import '../banner_messages.dart';
import '../common_widgets.dart';
import '../globals.dart';
import '../primitives/utils.dart';
import '../table/table.dart';
import '../table/table_data.dart';
import 'drop_down_button.dart';
/// DropdownButton that controls the value of the 'profile_period' vm flag.
///
/// This flag controls the rate at which the vm samples the CPU call stack.
class CpuSamplingRateDropdown extends StatelessWidget {
const CpuSamplingRateDropdown({
super.key,
required this.screenId,
required this.profilePeriodFlagNotifier,
});
final String screenId;
final ValueNotifier<Flag> profilePeriodFlagNotifier;
/// The key to identify the dropdown button.
@visibleForTesting
static const Key dropdownKey = Key('CpuSamplingRateDropdown DropdownButton');
@override
Widget build(BuildContext context) {
return ValueListenableBuilder<Flag>(
valueListenable: profilePeriodFlagNotifier,
builder: (context, flag, _) {
// Use [CpuSamplingFrequencyExtension.fromValue] here so we can
// guarantee that the value corresponds to one of the items in the
// dropdown list. We default to [CpuSamplingFrequency.medium] if the
// flag value is not one of the three defaults in DevTools
// (50, 250, 1000).
final safeValue =
CpuSamplingRateExtension.fromValue(flag.valueAsString ?? '').value;
// Set the vm flag value to the [safeValue] if we get to this state.
if (safeValue != flag.valueAsString) {
unawaited(_onSamplingFrequencyChanged(safeValue));
}
if (safeValue == highProfilePeriod) {
bannerMessages.addMessage(
HighCpuSamplingRateMessage(screenId).build(context),
);
} else {
bannerMessages.removeMessageByKey(
HighCpuSamplingRateMessage(screenId).key,
screenId,
);
}
return AnalyticsDropDownButton(
key: CpuSamplingRateDropdown.dropdownKey,
gaScreen: screenId,
isDense: true,
gaDropDownId: gac.CpuProfilerEvents.profileGranularity.name,
message:
'The frequency at which the CPU profiler will sample the call stack',
value: safeValue,
items: [
_buildMenuItem(CpuSamplingRate.low),
_buildMenuItem(CpuSamplingRate.medium),
_buildMenuItem(CpuSamplingRate.high),
],
onChanged: _onSamplingFrequencyChanged,
);
},
);
}
({DropdownMenuItem<String> item, String gaId}) _buildMenuItem(
CpuSamplingRate samplingRate,
) {
return (
item: DropdownMenuItem<String>(
value: samplingRate.value,
child: DevToolsTooltip(
message: 'One sample every ${samplingRate.value} microseconds.',
child: Text(samplingRate.display),
),
),
gaId: samplingRate.displayShort,
);
}
Future<void> _onSamplingFrequencyChanged(String? newValue) async {
await serviceConnection.serviceManager.service!.setProfilePeriod(
newValue ?? mediumProfilePeriod,
);
}
}
class ViewVmFlagsButton extends StatelessWidget {
const ViewVmFlagsButton({
super.key,
required this.gaScreen,
this.elevated = false,
this.minScreenWidthForTextBeforeScaling,
});
final String gaScreen;
final bool elevated;
final double? minScreenWidthForTextBeforeScaling;
@override
Widget build(BuildContext context) {
return GaDevToolsButton(
elevated: elevated,
label: 'View VM flags',
icon: Icons.flag_rounded,
gaScreen: gaScreen,
gaSelection: gac.HomeScreenEvents.viewVmFlags.name,
minScreenWidthForTextBeforeScaling: minScreenWidthForTextBeforeScaling,
onPressed: () {
Navigator.of(context, rootNavigator: true).pop('dialog');
unawaited(
showDialog(
context: context,
builder: (context) => const VMFlagsDialog(),
),
);
},
);
}
}
class VMFlagsDialog extends StatefulWidget {
const VMFlagsDialog({super.key});
@override
State<VMFlagsDialog> createState() => _VMFlagsDialogState();
}
class _VMFlagsDialogState extends State<VMFlagsDialog> with AutoDisposeMixin {
late final TextEditingController filterController;
var flags = <_DialogFlag>[];
var filteredFlags = <_DialogFlag>[];
@override
void initState() {
super.initState();
filterController = TextEditingController();
addAutoDisposeListener(filterController, () {
setState(() {
_refilter();
});
});
_updateFromController();
addAutoDisposeListener(serviceConnection.vmFlagManager.flags, () {
setState(() {
_updateFromController();
});
});
}
void _updateFromController() {
flags = (serviceConnection.vmFlagManager.flags.value?.flags ?? [])
.map((flag) => _DialogFlag(flag))
.toList();
_refilter();
}
void _refilter() {
final filter = filterController.text.trim().toLowerCase();
filteredFlags = filter.isEmpty
? flags
: flags.where((flag) => flag.filterText.contains(filter)).toList();
}
@override
Widget build(BuildContext context) {
return DevToolsDialog(
title: Row(
children: [
const DialogTitleText('VM Flags'),
const Expanded(child: SizedBox(width: denseSpacing)),
SizedBox(
width: defaultSearchFieldWidth,
height: defaultTextFieldHeight,
child: DevToolsClearableTextField(
controller: filterController,
labelText: 'Filter',
),
),
],
),
content: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
SizedBox(
width: 875,
height: 375,
child: _FlagTable(filteredFlags),
),
],
),
actions: const [
DialogCloseButton(),
],
);
}
}
class _FlagTable extends StatelessWidget {
const _FlagTable(this.flags);
final List<_DialogFlag> flags;
static final name = _NameColumn();
static final description = _DescriptionColumn();
static final value = _ValueColumn();
static final columns = <ColumnData<_DialogFlag>>[name, description, value];
@override
Widget build(BuildContext context) {
return OutlineDecoration(
child: FlatTable<_DialogFlag>(
keyFactory: (_DialogFlag flag) => ValueKey<String?>(flag.name),
data: flags,
dataKey: 'vm-flags',
columns: columns,
defaultSortColumn: name,
defaultSortDirection: SortDirection.ascending,
),
);
}
}
class _NameColumn extends ColumnData<_DialogFlag> {
_NameColumn()
: super(
'Name',
fixedWidthPx: scaleByFontFactor(180),
);
@override
String getValue(_DialogFlag dataObject) => dataObject.name ?? '';
}
class _DescriptionColumn extends ColumnData<_DialogFlag> {
_DescriptionColumn()
: super.wide(
'Description',
minWidthPx: scaleByFontFactor(100),
);
@override
String getValue(_DialogFlag dataObject) => dataObject.description ?? '';
@override
String getTooltip(_DialogFlag dataObject) => getValue(dataObject);
}
class _ValueColumn extends ColumnData<_DialogFlag> {
_ValueColumn()
: super(
'Value',
fixedWidthPx: scaleByFontFactor(100),
headerAlignment: TextAlign.right,
alignment: ColumnAlignment.right,
);
@override
String getValue(_DialogFlag dataObject) => dataObject.value ?? '';
}
class _DialogFlag {
_DialogFlag(this.flag)
: filterText = '${flag.name?.toLowerCase()}\n'
'${flag.comment?.toLowerCase()}\n'
'${flag.valueAsString?.toLowerCase()}';
final Flag flag;
final String filterText;
String? get name => flag.name;
String? get description => flag.comment;
String? get value => flag.valueAsString;
}
| devtools/packages/devtools_app/lib/src/shared/ui/vm_flag_widgets.dart/0 | {
"file_path": "devtools/packages/devtools_app/lib/src/shared/ui/vm_flag_widgets.dart",
"repo_id": "devtools",
"token_count": 3383
} | 147 |
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
| devtools/packages/devtools_app/macos/Runner/Configs/Debug.xcconfig/0 | {
"file_path": "devtools/packages/devtools_app/macos/Runner/Configs/Debug.xcconfig",
"repo_id": "devtools",
"token_count": 32
} | 148 |
// 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/profiler/cpu_profile_model.dart';
import 'package:devtools_app/src/service/service_manager.dart';
import 'package:devtools_app/src/shared/primitives/utils.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:vm_service/vm_service.dart';
import '../test_infra/test_data/cpu_profiler/cpu_profile.dart';
void main() {
group('CpuProfileData', () {
final cpuProfileData = CpuProfileData.parse(cpuProfileResponseJson);
final cpuSamples = CpuSamples.parse(goldenCpuSamplesJson)!;
setUp(() {
setGlobal(
ServiceConnectionManager,
FakeServiceConnectionManager(
service: FakeServiceManager.createFakeService(
resolvedUriMap: goldenResolvedUriMap,
),
),
);
});
test(
'empty frame regression test',
() {
final cpuProfileEmptyData =
CpuProfileData.parse(cpuProfileResponseEmptyJson);
expect(
cpuProfileEmptyData.profileMetaData.time!.end!.inMilliseconds,
47377796,
);
final filtered =
CpuProfileData.filterFrom(cpuProfileEmptyData, (_) => true);
expect(filtered.profileMetaData.time!.end!.inMilliseconds, 0);
},
);
test('init from parse', () {
expect(
cpuProfileData.stackFramesJson,
equals(goldenCpuProfileStackFrames),
);
expect(
cpuProfileData.cpuSamples.map((sample) => sample.json),
equals(goldenCpuProfileTraceEvents),
);
expect(cpuProfileData.profileMetaData.sampleCount, equals(8));
expect(cpuProfileData.profileMetaData.samplePeriod, equals(50));
expect(
cpuProfileData.profileMetaData.time!.start!.inMicroseconds,
equals(47377796685),
);
expect(
cpuProfileData.profileMetaData.time!.end!.inMicroseconds,
equals(47377799685),
);
});
test('subProfile', () {
final subProfile = CpuProfileData.subProfile(
cpuProfileData,
TimeRange()
..start = const Duration(microseconds: 47377796685)
..end = const Duration(microseconds: 47377799063),
);
expect(
subProfile.stackFramesJson,
equals(subProfileStackFrames),
);
expect(
subProfile.cpuSamples.map((sample) => sample.json),
equals(subProfileTraceEvents),
);
expect(subProfile.profileMetaData.sampleCount, equals(3));
expect(
subProfile.profileMetaData.samplePeriod,
equals(cpuProfileData.profileMetaData.samplePeriod),
);
});
test('filterFrom', () {
final filteredProfile = CpuProfileData.filterFrom(
cpuProfileData,
(stackFrame) => !stackFrame.packageUri.startsWith('dart:'),
);
expect(
filteredProfile.stackFramesJson,
equals(filteredStackFrames),
);
expect(
filteredProfile.cpuSamples.map((sample) => sample.toJson),
equals(filteredCpuSampleTraceEvents),
);
expect(filteredProfile.profileMetaData.sampleCount, equals(8));
expect(
filteredProfile.profileMetaData.samplePeriod,
equals(cpuProfileData.profileMetaData.samplePeriod),
);
});
test('samples to json', () {
expect(cpuSamples.toJson(), equals(goldenCpuSamplesJson));
});
test('profileData to json', () {
expect(cpuProfileData.toJson, equals(goldenCpuProfileDataJson));
});
test(
'converts golden samples to golden cpu profile data',
() async {
final generatedCpuProfileData =
await CpuProfileData.generateFromCpuSamples(
isolateId: goldenSamplesIsolate,
cpuSamples: CpuSamples.parse(goldenCpuSamplesJson)!,
);
expect(
generatedCpuProfileData.toJson,
equals(goldenCpuProfileDataJson),
);
},
);
test(
'to json defaults packageUri to resolvedUrl',
() {
const id = '140357727781376-12';
final profileData = Map.of(goldenCpuProfileDataJson);
final stackFrame = goldenCpuProfileStackFrames[id] as Map;
final stackFrameData = {id: stackFrame};
profileData['stackFrames'] = stackFrameData;
stackFrameData[id]!.remove(CpuProfileData.resolvedPackageUriKey);
final parsedProfileData = CpuProfileData.parse(profileData);
final jsonPackageUri = parsedProfileData.stackFrames[id]!.packageUri;
expect(jsonPackageUri, stackFrame['resolvedUrl']);
},
);
test('generateFromCpuSamples handles duplicate resolvedUrls', () async {
const resolvedUrl = 'the/resolved/Url';
const packageUri = 'the/package/Uri';
setGlobal(
ServiceConnectionManager,
FakeServiceConnectionManager(
service: FakeServiceManager.createFakeService(
resolvedUriMap: {resolvedUrl: packageUri},
),
),
);
final cpuSamples = CpuSamples.parse(goldenCpuSamplesJson);
cpuSamples!.functions = cpuSamples.functions!.sublist(0, 3);
cpuSamples.samples = cpuSamples.samples!.sublist(0, 2);
cpuSamples.samples![0].stack = [0];
cpuSamples.samples![1].stack = [1];
cpuSamples.functions![0].resolvedUrl = resolvedUrl;
cpuSamples.functions![1].resolvedUrl = resolvedUrl;
cpuSamples.sampleCount = 2;
final cpuProfileData = await CpuProfileData.generateFromCpuSamples(
isolateId: goldenSamplesIsolate,
cpuSamples: cpuSamples,
);
expect(cpuProfileData.stackFrames.length, equals(2));
expect(
cpuProfileData.stackFrames.values.toList()[0].packageUri,
equals(packageUri),
);
expect(
cpuProfileData.stackFrames.values.toList()[1].packageUri,
equals(packageUri),
);
});
});
group('CpuStackFrame', () {
test('isNative', () {
expect(stackFrameA.isNative, isTrue);
expect(stackFrameB.isNative, isFalse);
expect(stackFrameC.isNative, isFalse);
expect(flutterEngineStackFrame.isNative, isFalse);
expect(
CpuStackFrame(
id: CpuProfileData.rootId,
name: CpuProfileData.rootName,
verboseName: 'all',
category: 'Dart',
rawUrl: '',
packageUri: '',
sourceLine: null,
parentId: '',
profileMetaData: profileMetaData,
isTag: false,
).isNative,
isFalse,
);
});
test('isDartCore', () {
expect(stackFrameA.isDartCore, isFalse);
expect(stackFrameB.isDartCore, isTrue);
expect(stackFrameC.isDartCore, isFalse);
});
test('isFlutterCore', () {
expect(stackFrameA.isFlutterCore, isFalse);
expect(stackFrameB.isFlutterCore, isFalse);
expect(stackFrameC.isFlutterCore, isTrue);
expect(flutterEngineStackFrame.isFlutterCore, isTrue);
});
test('isTag', () {
expect(stackFrameA.isTag, isFalse);
expect(stackFrameB.isTag, isFalse);
expect(stackFrameC.isTag, isFalse);
expect(flutterEngineStackFrame.isTag, isFalse);
expect(
CpuStackFrame(
id: CpuProfileData.rootId,
name: 'MyTag',
verboseName: 'MyTag',
category: 'Dart',
rawUrl: '',
packageUri: '',
sourceLine: null,
parentId: '',
profileMetaData: profileMetaData,
isTag: true,
).isTag,
isTrue,
);
});
test('sampleCount', () {
expect(testStackFrame.inclusiveSampleCount, equals(10));
});
test('totalTime and selfTime', () {
expect(testStackFrame.totalTimeRatio, equals(1.0));
expect(testStackFrame.totalTime.inMicroseconds, equals(10000));
expect(testStackFrame.selfTimeRatio, equals(0.0));
expect(testStackFrame.selfTime.inMicroseconds, equals(0));
expect(stackFrameC.totalTimeRatio, equals(0.2));
expect(stackFrameC.totalTime.inMicroseconds, equals(2000));
expect(stackFrameC.selfTimeRatio, equals(0.2));
expect(stackFrameC.selfTime.inMicroseconds, equals(2000));
expect(stackFrameD.totalTimeRatio, equals(0.8));
expect(stackFrameD.totalTime.inMicroseconds, equals(8000));
expect(stackFrameD.selfTimeRatio, equals(0.2));
expect(stackFrameD.selfTime.inMicroseconds, equals(2000));
expect(stackFrameF.totalTimeRatio, equals(0.1));
expect(stackFrameF.totalTime.inMicroseconds, equals(1000));
expect(stackFrameF.selfTimeRatio, equals(0.0));
expect(stackFrameF.selfTime.inMicroseconds, equals(0));
});
test('ancestorIds', () {
expect(testStackFrame.ancestorIds.toList(), ['cpuProfileRoot']);
expect(stackFrameA.ancestorIds.toList(), ['cpuProfileRoot']);
expect(stackFrameB.ancestorIds.toList(), ['id_0', 'cpuProfileRoot']);
expect(
stackFrameC.ancestorIds.toList(),
['id_1', 'id_0', 'cpuProfileRoot'],
);
expect(
stackFrameD.ancestorIds.toList(),
['id_1', 'id_0', 'cpuProfileRoot'],
);
expect(
stackFrameE.ancestorIds.toList(),
['id_3', 'id_1', 'id_0', 'cpuProfileRoot'],
);
expect(
stackFrameF.ancestorIds.toList(),
['id_4', 'id_3', 'id_1', 'id_0', 'cpuProfileRoot'],
);
expect(
stackFrameF2.ancestorIds.toList(),
['id_3', 'id_1', 'id_0', 'cpuProfileRoot'],
);
expect(
stackFrameC2.ancestorIds.toList(),
['id_5', 'id_4', 'id_3', 'id_1', 'id_0', 'cpuProfileRoot'],
);
expect(
stackFrameC3.ancestorIds.toList(),
['id_6', 'id_3', 'id_1', 'id_0', 'cpuProfileRoot'],
);
});
test('shallowCopy', () {
expect(stackFrameD.children.length, 2);
expect(stackFrameD.parent, stackFrameB);
CpuStackFrame copy = stackFrameD.shallowCopy();
expect(copy.children, isEmpty);
expect(copy.parent, isNull);
expect(copy.exclusiveSampleCount, stackFrameD.exclusiveSampleCount);
expect(copy.inclusiveSampleCount, stackFrameD.inclusiveSampleCount);
expect(copy.sourceLine, stackFrameD.sourceLine);
expect(stackFrameD.children.length, 2);
expect(stackFrameD.parent, stackFrameB);
copy = stackFrameD.shallowCopy(copySampleCounts: false);
expect(copy.children, isEmpty);
expect(copy.parent, isNull);
expect(copy.exclusiveSampleCount, 0);
expect(copy.inclusiveSampleCount, 0);
expect(copy.sourceLine, stackFrameD.sourceLine);
});
test('shallowCopy overrides', () {
final overrides = {
'id': 'overriddenId',
'name': 'overriddenName',
'verboseName': 'overriddenVerboseName',
'category': 'overriddenCategory',
'url': 'overriddenUrl',
'packageUri': 'overriddenPackageUri',
'parentId': 'overriddenParentId',
};
const overriddenSourceLine = 98329;
final copy = stackFrameC.shallowCopy(
id: overrides['id']!,
name: overrides['name']!,
verboseName: overrides['verboseName']!,
category: overrides['category']!,
url: overrides['url']!,
packageUri: overrides['packageUri']!,
parentId: overrides['parentId']!,
sourceLine: overriddenSourceLine,
profileMetaData: stackFrameD.profileMetaData,
);
expect(copy.id, equals(overrides['id']));
expect(copy.name, equals(overrides['name']));
expect(copy.verboseName, equals(overrides['verboseName']));
expect(copy.category, equals(overrides['category']));
expect(copy.rawUrl, equals(overrides['url']));
expect(copy.packageUri, equals(overrides['packageUri']));
expect(copy.parentId, equals(overrides['parentId']));
expect(copy.sourceLine, equals(overriddenSourceLine));
expect(copy.profileMetaData, stackFrameD.profileMetaData);
});
test('deepCopy', () {
expect(testStackFrame.isExpanded, isFalse);
expect(testStackFrame.children.length, equals(1));
testStackFrame.expand();
expect(testStackFrame.isExpanded, isTrue);
final copy = testStackFrame.deepCopy();
expect(copy.isExpanded, isFalse);
expect(copy.children.length, equals(1));
for (CpuStackFrame child in copy.children) {
expect(child.parent, equals(copy));
}
copy.addChild(stackFrameG);
expect(copy.children.length, equals(2));
expect(testStackFrame.children.length, equals(1));
final copyFromMidTree = stackFrameC.deepCopy();
expect(stackFrameC.parent, isNotNull);
expect(stackFrameC.level, equals(2));
expect(copyFromMidTree.parent, isNull);
expect(copyFromMidTree.level, equals(0));
});
test('handles zero values', () {
expect(zeroStackFrame.totalTime, const Duration());
expect(zeroStackFrame.totalTimeRatio, 0.0);
expect(zeroStackFrame.selfTime, const Duration());
expect(zeroStackFrame.selfTimeRatio, 0.0);
});
test('tooltip', () {
expect(
testTagRootedStackFrame.tooltip,
equals('[Tag] TagA - 10.0 ms'),
);
expect(
stackFrameA.tooltip,
equals('[Native] A - 10.0 ms'),
);
expect(
stackFrameB.tooltip,
equals('[Dart] B - 10.0 ms - dart:async/zone.dart:2222'),
);
});
group('packageUriWithSourceLine', () {
test('with a sourceLine', () {
const sourceLine = 38239;
final copy = stackFrameD.shallowCopy(sourceLine: sourceLine);
expect(
copy.packageUriWithSourceLine,
equals('processedflutter::AnimatorBeginFrame:$sourceLine'),
);
});
test('without sourceLine', () {
expect(
stackFrameD.packageUriWithSourceLine,
equals('processedflutter::AnimatorBeginFrame'),
);
});
});
});
test('matches', () {
expect(stackFrameC.matches(stackFrameC2), isTrue);
expect(stackFrameC.matches(stackFrameG), isFalse);
expect(stackFrameC.matches(stackFrameC4), isFalse);
});
}
| devtools/packages/devtools_app/test/cpu_profiler/cpu_profile_model_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/cpu_profiler/cpu_profile_model_test.dart",
"repo_id": "devtools",
"token_count": 6139
} | 149 |
// 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_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import 'package:vm_service/vm_service.dart';
void main() {
final fakeServiceConnection = FakeServiceConnectionManager();
final debuggerController = createMockDebuggerControllerWithDefaults();
final scriptManager = MockScriptManager();
when(fakeServiceConnection.serviceManager.connectedApp!.isProfileBuildNow)
.thenReturn(false);
when(fakeServiceConnection.serviceManager.connectedApp!.isDartWebAppNow)
.thenReturn(false);
setGlobal(ServiceConnectionManager, fakeServiceConnection);
setGlobal(IdeTheme, IdeTheme());
setGlobal(ScriptManager, scriptManager);
setGlobal(NotificationService, NotificationService());
fakeServiceConnection.consoleService.ensureServiceInitialized();
setUp(() {
fakeServiceConnection.serviceManager.isMainIsolatePaused = true;
(fakeServiceConnection.serviceManager.isolateManager as FakeIsolateManager)
.setMainIsolatePausedState(true);
});
Future<void> pumpControls(WidgetTester tester) async {
await tester.pumpWidget(
wrapWithControllers(
const FloatingDebuggerControls(),
debugger: debuggerController,
),
);
await tester.pumpAndSettle();
}
testWidgets('display as expected', (WidgetTester tester) async {
await pumpControls(tester);
final animatedOpacityFinder = find.byType(AnimatedOpacity);
expect(animatedOpacityFinder, findsOneWidget);
final animatedOpacity =
animatedOpacityFinder.evaluate().first.widget as AnimatedOpacity;
expect(animatedOpacity.opacity, equals(1.0));
expect(
find.text('Main isolate is paused in the debugger'),
findsOneWidget,
);
expect(find.byTooltip('Resume'), findsOneWidget);
expect(find.byTooltip('Step over'), findsOneWidget);
});
testWidgets('can resume', (WidgetTester tester) async {
bool didResume = false;
Future<Success> resume() {
didResume = true;
return Future.value(Success());
}
when(debuggerController.resume()).thenAnswer((_) => resume());
await pumpControls(tester);
expect(didResume, isFalse);
await tester.tap(find.byTooltip('Resume'));
await tester.pumpAndSettle();
expect(didResume, isTrue);
});
testWidgets('can step over', (WidgetTester tester) async {
bool didStep = false;
Future<Success> stepOver() {
didStep = true;
return Future.value(Success());
}
when(debuggerController.stepOver()).thenAnswer((_) => stepOver());
await pumpControls(tester);
expect(didStep, isFalse);
await tester.tap(find.byTooltip('Step over'));
await tester.pumpAndSettle();
expect(didStep, isTrue);
});
testWidgets('are hidden when app is not paused', (WidgetTester tester) async {
fakeServiceConnection.serviceManager.isMainIsolatePaused = false;
(fakeServiceConnection.serviceManager.isolateManager as FakeIsolateManager)
.setMainIsolatePausedState(false);
await pumpControls(tester);
final animatedOpacityFinder = find.byType(AnimatedOpacity);
expect(animatedOpacityFinder, findsOneWidget);
final animatedOpacity =
animatedOpacityFinder.evaluate().first.widget as AnimatedOpacity;
expect(animatedOpacity.opacity, equals(0.0));
});
}
| devtools/packages/devtools_app/test/debugger/debugger_floating_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/debugger/debugger_floating_test.dart",
"repo_id": "devtools",
"token_count": 1258
} | 150 |
// 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/deep_link_validation/deep_link_list_view.dart';
import 'package:devtools_app/src/screens/deep_link_validation/deep_links_model.dart';
import 'package:devtools_app/src/screens/deep_link_validation/deep_links_services.dart';
import 'package:devtools_app/src/screens/deep_link_validation/validation_details_view.dart';
import 'package:devtools_app/src/shared/directory_picker.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
final linkDatas = [
LinkData(
domain: 'www.domain1.com',
path: '/',
os: [PlatformOS.android],
),
LinkData(
domain: 'www.domain2.com',
path: '/',
os: [PlatformOS.ios],
),
LinkData(
domain: 'www.google.com',
path: '/',
os: [PlatformOS.android, PlatformOS.ios],
),
LinkData(
domain: 'www.google.com',
path: '/home',
os: [PlatformOS.android, PlatformOS.ios],
),
];
final domainErrorlinkData = LinkData(
domain: 'www.google.com',
path: '/',
os: [PlatformOS.android, PlatformOS.ios],
domainErrors: [DomainError.existence],
);
final pathErrorlinkData = LinkData(
domain: 'www.google.com',
path: '/abcd',
os: [PlatformOS.android, PlatformOS.ios],
pathErrors: {
PathError.intentFilterActionView,
PathError.intentFilterDefault,
},
);
void main() {
setUp(() {
setGlobal(ServiceConnectionManager, FakeServiceConnectionManager());
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(PreferencesController, PreferencesController());
setGlobal(IdeTheme, IdeTheme());
setGlobal(NotificationService, NotificationService());
});
late DeepLinksScreen screen;
late DeepLinksController deepLinksController;
const windowSize = Size(2560.0, 1338.0);
Future<void> pumpDeepLinkScreen(
WidgetTester tester, {
required DeepLinksController controller,
}) async {
await tester.pumpWidget(
wrapWithControllers(
const DeepLinkPage(),
deepLink: controller,
),
);
deferredLoadingSupportEnabled = true;
await tester.pump(const Duration(seconds: 1));
expect(find.byType(DeepLinkPage), findsOneWidget);
}
group('DeepLinkScreen', () {
setUp(() {
screen = DeepLinksScreen();
deepLinksController = DeepLinksTestController();
});
testWidgets('builds its tab', (WidgetTester tester) async {
await tester.pumpWidget(
wrapWithControllers(
Builder(builder: screen.buildTab),
deepLink: deepLinksController,
),
);
expect(find.text('Deep Links'), findsOneWidget);
});
testWidgetsWithWindowSize(
'builds initial content',
windowSize,
(WidgetTester tester) async {
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.byType(DeepLinkPage), findsOneWidget);
expect(find.byType(DirectoryPicker), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'builds deeplink list page with no links',
windowSize,
(WidgetTester tester) async {
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(deepLinksController.pagePhase.value, PagePhase.linksLoading);
expect(find.byType(DeepLinkPage), findsOneWidget);
expect(find.byType(DeepLinkListView), findsOneWidget);
expect(find.byType(CenteredCircularProgressIndicator), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'builds deeplink list page with links',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
deepLinksController.allValidatedLinkDatas = linkDatas;
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(deepLinksController.pagePhase.value, PagePhase.linksValidated);
expect(find.byType(DeepLinkPage), findsOneWidget);
expect(find.byType(DeepLinkListView), findsOneWidget);
expect(find.byType(ValidationDetailView), findsNothing);
},
);
testWidgetsWithWindowSize(
'builds deeplink list page with split screen',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
deepLinksController.allValidatedLinkDatas = linkDatas;
deepLinksController.displayOptionsNotifier.value =
DisplayOptions(showSplitScreen: true);
deepLinksController.selectedLink.value = linkDatas.first;
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.byType(DeepLinkPage), findsOneWidget);
expect(find.byType(DeepLinkListView), findsOneWidget);
expect(find.byType(ValidationDetailView), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'shows notification cards when there are domain errors',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
deepLinksController.allValidatedLinkDatas = [domainErrorlinkData];
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.byType(DeepLinkPage), findsOneWidget);
expect(find.byType(DeepLinkListView), findsOneWidget);
expect(find.byType(NotificationCard), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'shows notification cards when there are path errors',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
deepLinksController.allValidatedLinkDatas = [pathErrorlinkData];
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.byType(DeepLinkPage), findsOneWidget);
expect(find.byType(DeepLinkListView), findsOneWidget);
expect(find.byType(NotificationCard), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'taps the action button in notification cards to go to the split screen',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
deepLinksController.allValidatedLinkDatas = [domainErrorlinkData];
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
await tester.tap(find.text('Fix domain'));
await tester.pumpAndSettle();
expect(find.byType(DeepLinkPage), findsOneWidget);
expect(find.byType(DeepLinkListView), findsOneWidget);
expect(find.byType(NotificationCard), findsNothing);
expect(find.byType(ValidationDetailView), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'search links',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
deepLinksController.allValidatedLinkDatas = linkDatas;
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.text('www.domain1.com'), findsOneWidget);
expect(find.text('www.domain2.com'), findsOneWidget);
expect(find.text('www.google.com'), findsOneWidget);
deepLinksController.searchContent = 'goo';
await tester.pumpAndSettle();
expect(find.text('www.domain1.com'), findsNothing);
expect(find.text('www.domain2.com'), findsNothing);
expect(find.text('www.google.com'), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'filter links with os',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
final linkDatas = [
LinkData(
domain: 'www.domain1.com',
path: '/',
os: [PlatformOS.android],
),
LinkData(
domain: 'www.domain2.com',
path: '/',
os: [PlatformOS.ios],
),
LinkData(
domain: 'www.google.com',
path: '/',
os: [PlatformOS.android, PlatformOS.ios],
),
];
deepLinksController.allValidatedLinkDatas = linkDatas;
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.text('www.domain1.com'), findsOneWidget);
expect(find.text('www.domain2.com'), findsOneWidget);
expect(find.text('www.google.com'), findsOneWidget);
// Only show Android links.
deepLinksController.displayOptionsNotifier.value = DisplayOptions(
filters: {
FilterOption.http,
FilterOption.custom,
FilterOption.android,
FilterOption.noIssue,
FilterOption.failedDomainCheck,
FilterOption.failedPathCheck,
},
);
await tester.pumpAndSettle();
expect(find.text('www.domain1.com'), findsOneWidget);
expect(find.text('www.domain2.com'), findsNothing);
expect(find.text('www.google.com'), findsOneWidget);
// Only show iOS links.
deepLinksController.displayOptionsNotifier.value = DisplayOptions(
filters: {
FilterOption.http,
FilterOption.custom,
FilterOption.ios,
FilterOption.noIssue,
FilterOption.failedDomainCheck,
FilterOption.failedPathCheck,
},
);
await tester.pumpAndSettle();
expect(find.text('www.domain1.com'), findsNothing);
expect(find.text('www.domain2.com'), findsOneWidget);
expect(find.text('www.google.com'), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'filter links with validation result',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
final linkDatas = [
LinkData(
domain: 'www.domain1.com',
path: '/',
os: [PlatformOS.android],
domainErrors: [DomainError.existence],
),
LinkData(
domain: 'www.domain2.com',
path: '/path',
os: [PlatformOS.ios],
pathErrors: {PathError.intentFilterActionView},
),
LinkData(
domain: 'www.google.com',
path: '/',
os: [PlatformOS.android, PlatformOS.ios],
),
];
deepLinksController.allValidatedLinkDatas = linkDatas;
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.text('www.domain1.com'), findsOneWidget);
expect(find.text('www.domain2.com'), findsOneWidget);
expect(find.text('www.google.com'), findsOneWidget);
// Only show links with domain error.
deepLinksController.updateDisplayOptions(
removedFilter: FilterOption.noIssue,
);
await tester.pumpAndSettle();
expect(find.text('www.domain1.com'), findsOneWidget);
expect(find.text('www.domain2.com'), findsNothing);
expect(find.text('www.google.com'), findsNothing);
// Only show links with no issue.
deepLinksController.updateDisplayOptions(
removedFilter: FilterOption.failedDomainCheck,
);
deepLinksController.updateDisplayOptions(
addedFilter: FilterOption.noIssue,
);
await tester.pumpAndSettle();
expect(find.text('www.domain1.com'), findsNothing);
expect(find.text('www.domain2.com'), findsOneWidget);
expect(find.text('www.google.com'), findsOneWidget);
},
);
testWidgetsWithWindowSize(
'sort links',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
final linkDatas = [
LinkData(
domain: 'www.domain1.com',
path: '/',
os: [PlatformOS.android],
),
LinkData(
domain: 'www.domain2.com',
path: '/path',
os: [PlatformOS.ios],
domainErrors: [DomainError.existence],
),
LinkData(
domain: 'www.google.com',
path: '/',
os: [PlatformOS.android, PlatformOS.ios],
),
];
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
deepLinksController.allValidatedLinkDatas = linkDatas;
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
expect(find.text('www.domain1.com'), findsOneWidget);
expect(find.text('www.domain2.com'), findsOneWidget);
expect(find.text('www.google.com'), findsOneWidget);
// Sort with a-z.
deepLinksController.updateDisplayOptions(
domainSortingOption: SortingOption.aToZ,
);
await tester.pumpAndSettle();
var widgetACenter = tester.getCenter(find.text('www.domain1.com'));
var widgetBCenter = tester.getCenter(find.text('www.domain2.com'));
var widgetCCenter = tester.getCenter(find.text('www.google.com'));
expect(widgetACenter.dy < widgetBCenter.dy, true);
expect(widgetBCenter.dy < widgetCCenter.dy, true);
// Sort with z-a.
deepLinksController.updateDisplayOptions(
domainSortingOption: SortingOption.zToA,
);
await tester.pumpAndSettle();
widgetACenter = tester.getCenter(find.text('www.domain1.com'));
widgetBCenter = tester.getCenter(find.text('www.domain2.com'));
widgetCCenter = tester.getCenter(find.text('www.google.com'));
expect(widgetCCenter.dy < widgetBCenter.dy, true);
expect(widgetBCenter.dy < widgetACenter.dy, true);
// Sort with error on top.
deepLinksController.updateDisplayOptions(
domainSortingOption: SortingOption.errorOnTop,
);
await tester.pumpAndSettle();
widgetACenter = tester.getCenter(find.text('www.domain1.com'));
widgetBCenter = tester.getCenter(find.text('www.domain2.com'));
widgetCCenter = tester.getCenter(find.text('www.google.com'));
expect(widgetBCenter.dy < widgetACenter.dy, true);
expect(widgetBCenter.dy < widgetCCenter.dy, true);
},
);
testWidgetsWithWindowSize(
'path view',
windowSize,
(WidgetTester tester) async {
final deepLinksController = DeepLinksTestController();
deepLinksController.selectedProject.value =
FlutterProject(path: '/abc', androidVariants: ['debug', 'release']);
final linkDatas = [
LinkData(
domain: 'www.domain1.com',
path: '/path1',
os: [PlatformOS.android],
domainErrors: [DomainError.existence],
),
LinkData(
domain: 'www.domain2.com',
path: '/path2',
os: [PlatformOS.ios],
pathErrors: {PathError.intentFilterActionView},
),
LinkData(
domain: 'www.google.com',
path: '/path3',
os: [PlatformOS.android, PlatformOS.ios],
),
];
deepLinksController.allValidatedLinkDatas = linkDatas;
await pumpDeepLinkScreen(
tester,
controller: deepLinksController,
);
await tester.tap(find.text('Path view'));
await tester.pumpAndSettle(const Duration(milliseconds: 500));
expect(find.text('/path1'), findsOneWidget);
expect(find.text('/path2'), findsOneWidget);
expect(find.text('/path3'), findsOneWidget);
// Only show links with path error.
deepLinksController.updateDisplayOptions(
removedFilter: FilterOption.noIssue,
);
await tester.pumpAndSettle();
expect(find.text('/path1'), findsNothing);
expect(find.text('/path2'), findsOneWidget);
expect(find.text('/path3'), findsNothing);
// Only show links with no issue.
deepLinksController.updateDisplayOptions(
removedFilter: FilterOption.failedPathCheck,
);
deepLinksController.updateDisplayOptions(
addedFilter: FilterOption.noIssue,
);
await tester.pumpAndSettle();
expect(find.text('/path1'), findsOneWidget);
expect(find.text('/path2'), findsNothing);
expect(find.text('/path3'), findsOneWidget);
},
);
});
}
class DeepLinksTestController extends DeepLinksController {
@override
Future<String?> packageDirectoryForMainIsolate() async {
return null;
}
@override
Future<void> validateLinks() async {
if (allValidatedLinkDatas == null) return;
displayLinkDatasNotifier.value = getFilterredLinks(allValidatedLinkDatas!);
displayOptionsNotifier.value = displayOptionsNotifier.value.copyWith(
domainErrorCount: getLinkDatasByDomain
.where((element) => element.domainErrors.isNotEmpty)
.length,
pathErrorCount: getLinkDatasByPath
.where((element) => element.pathErrors.isNotEmpty)
.length,
);
pagePhase.value = PagePhase.linksValidated;
}
@override
void selectLink(LinkData linkdata) async {
selectedLink.value = linkdata;
if (linkdata.domainErrors.isNotEmpty) {
generatedAssetLinksForSelectedLink.value = GenerateAssetLinksResult(
'',
'fake generated content',
);
}
}
}
| devtools/packages/devtools_app/test/deep_link_vlidation/deep_links_screen_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/deep_link_vlidation/deep_links_screen_test.dart",
"repo_id": "devtools",
"token_count": 8060
} | 151 |
## plan for integration tests
Integration tests are expected to be heavyweight and test broad areas of a
use case. We likely wouldn't have more than 1-2 dozen of them.
### startup
- start a Dart VM or a Flutter app on a sample app
- connect to it via a service protocol connection
- start a chrome process
- connect to it via a chrome debug protocol connection
- start a web serve serving a debug build of the devtools app
- switch the chrome tab page to the devtools app w/ the port of the running dart/flutter app
- wait for app initialization
### testing
- interact with devtools by invoking methods on objects registered globally
- verify expected behavior by invoking methods, or listening to events written
to the browser's console
### teardown
- tear down chrome
- tear down the web server
- tear down the running Dart/Flutter app
| devtools/packages/devtools_app/test/legacy_integration_tests/readme.md/0 | {
"file_path": "devtools/packages/devtools_app/test/legacy_integration_tests/readme.md",
"repo_id": "devtools",
"token_count": 200
} | 152 |
// 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/src/shared/memory/adapted_heap_data.dart';
import 'package:devtools_app/src/shared/memory/retainers.dart';
import 'package:flutter_test/flutter_test.dart';
import '../../../test_infra/test_data/memory/heap/heap_data.dart';
void main() {
for (var t in goldenHeapTests) {
group(t.fileName, () {
late AdaptedHeapData heap;
setUp(() async {
heap = await t.loadHeap();
});
test('has many objects and roots.', () {
expect(heap.objects.length, greaterThan(1000));
expect(
heap.objects[heap.rootIndex].outRefs.length,
greaterThan(1000),
reason: t.fileName,
);
});
test('has exactly one object of type ${t.appClassName}.', () {
final appObjects =
heap.objects.where((o) => o.heapClass.className == t.appClassName);
expect(appObjects, hasLength(1), reason: t.fileName);
});
test('has path to the object of type ${t.appClassName}.', () async {
await calculateHeap(heap);
final appObject = heap.objects
.where((o) => o.heapClass.className == t.appClassName)
.first;
expect(appObject.retainer, isNotNull, reason: t.fileName);
});
});
}
}
| devtools/packages/devtools_app/test/memory/shared/heap/heap_analyzer_golden_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/memory/shared/heap/heap_analyzer_golden_test.dart",
"repo_id": "devtools",
"token_count": 603
} | 153 |
// 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.
@TestOn('vm')
import 'package:devtools_app/devtools_app.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import '../../test_infra/test_data/performance/sample_performance_data.dart';
// TODO(kenz): add better test coverage for [FlutterFramesController].
void main() {
late MockPerformanceController mockPerformanceController;
late MockTimelineEventsController mockTimelineEventsController;
late FlutterFramesController framesController;
group('$FlutterFramesController', () {
setUp(() {
setGlobal(IdeTheme, IdeTheme());
mockPerformanceController = createMockPerformanceControllerWithDefaults();
mockTimelineEventsController = MockTimelineEventsController();
when(mockPerformanceController.timelineEventsController)
.thenReturn(mockTimelineEventsController);
framesController = FlutterFramesController(mockPerformanceController);
});
test('can toggle frame recording', () {
expect(framesController.recordingFrames.value, isTrue);
framesController.toggleRecordingFrames(false);
expect(framesController.recordingFrames.value, isFalse);
framesController.toggleRecordingFrames(true);
expect(framesController.recordingFrames.value, isTrue);
});
test('can add frames', () {
expect(framesController.flutterFrames.value, isEmpty);
framesController.addFrame(testFrame1);
expect(
framesController.flutterFrames.value.length,
equals(1),
);
// Toggle recording value so that any added frames will not be added
// directly, but will be marked as pending.
framesController.toggleRecordingFrames(false);
framesController.addFrame(testFrame2);
expect(
framesController.flutterFrames.value.length,
equals(1),
);
// Start recording again and verify that the pending frame has been added.
framesController.toggleRecordingFrames(true);
expect(
framesController.flutterFrames.value.length,
equals(2),
);
});
test('can toggle frame selection', () {
bool timelineControllerHandlerCalled = false;
when(
// ignore: discarded_futures, by design
mockTimelineEventsController.handleSelectedFrame(any),
).thenAnswer((_) {
timelineControllerHandlerCalled = true;
return Future.value();
});
expect(timelineControllerHandlerCalled, isFalse);
// Select a frame.
expect(framesController.selectedFrame.value, isNull);
framesController.handleSelectedFrame(FlutterFrame2.frame);
expect(
framesController.selectedFrame.value,
equals(FlutterFrame2.frame),
);
// Verify the other feature controller handlers are called when a
// frame is selected.
expect(timelineControllerHandlerCalled, isTrue);
// Unselect this frame.
framesController.handleSelectedFrame(FlutterFrame2.frame);
expect(
framesController.selectedFrame.value,
isNull,
);
// Select a different frame.
framesController.handleSelectedFrame(FlutterFrame4.frame);
expect(
framesController.selectedFrame.value,
equals(FlutterFrame4.frame),
);
});
test('can setOfflineData', () async {
// Ensure we are starting in an empty state.
expect(framesController.flutterFrames.value, isEmpty);
expect(framesController.selectedFrame.value, isNull);
expect(
framesController.displayRefreshRate.value,
equals(defaultRefreshRate),
);
// TODO(kenz): add some timeline events for these frames to the offline
// data and verify we correctly assign the events to their frames.
final offlineData = OfflinePerformanceData(
frames: [testFrame0, testFrame1],
selectedFrame: testFrame0,
displayRefreshRate: 120.0,
);
await framesController.setOfflineData(offlineData);
expect(framesController.flutterFrames.value.length, equals(2));
expect(framesController.selectedFrame.value, equals(testFrame0));
expect(
framesController.displayRefreshRate.value,
equals(120.0),
);
});
});
}
| devtools/packages/devtools_app/test/performance/flutter_frames/flutter_frames_controller_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/performance/flutter_frames/flutter_frames_controller_test.dart",
"repo_id": "devtools",
"token_count": 1579
} | 154 |
// 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_app/src/shared/primitives/byte_utils.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('printBytes', () {
test('${ByteUnit.kb}', () {
const int kb = 1024;
expect(printBytes(0, unit: ByteUnit.kb, fractionDigits: 0), '0');
expect(printBytes(1, unit: ByteUnit.kb, fractionDigits: 0), '1');
expect(printBytes(kb - 1, unit: ByteUnit.kb, fractionDigits: 0), '1');
expect(printBytes(kb, unit: ByteUnit.kb, fractionDigits: 0), '1');
expect(printBytes(kb + 1, unit: ByteUnit.kb, fractionDigits: 0), '2');
expect(printBytes(2000, unit: ByteUnit.kb, fractionDigits: 0), '2');
expect(printBytes(0, unit: ByteUnit.kb), '0.0');
expect(printBytes(1, unit: ByteUnit.kb), '0.0');
expect(printBytes(kb - 1, unit: ByteUnit.kb), '1.0');
expect(printBytes(kb, unit: ByteUnit.kb), '1.0');
expect(printBytes(kb + 1, unit: ByteUnit.kb), '1.0');
expect(printBytes(2000, unit: ByteUnit.kb), '2.0');
});
test('${ByteUnit.mb}', () {
const int mb = 1024 * 1024;
expect(printBytes(10 * mb, unit: ByteUnit.mb, fractionDigits: 0), '10');
expect(printBytes(10 * mb, unit: ByteUnit.mb), '10.0');
expect(
printBytes(10 * mb, unit: ByteUnit.mb, fractionDigits: 2),
'10.00',
);
expect(
printBytes(1000 * mb, unit: ByteUnit.mb, fractionDigits: 0),
'1000',
);
expect(printBytes(1000 * mb, unit: ByteUnit.mb), '1000.0');
expect(
printBytes(1000 * mb, unit: ByteUnit.mb, fractionDigits: 2),
'1000.00',
);
});
test('${ByteUnit.gb}', () {
expect(printBytes(1024, unit: ByteUnit.gb), '0.0');
expect(printBytes(1024 * 1024, unit: ByteUnit.gb), '0.0');
expect(printBytes(1024 * 1024 * 100, unit: ByteUnit.gb), '0.1');
expect(printBytes(1024 * 1024 * 1024, unit: ByteUnit.gb), '1.0');
});
});
test('prettyPrintBytes', () {
const int kb = 1024;
const int mb = 1024 * kb;
expect(prettyPrintBytes(51, includeUnit: true), '51 B');
expect(prettyPrintBytes(52, includeUnit: true), '0.1 KB');
expect(prettyPrintBytes(kb), '1.0');
expect(prettyPrintBytes(kb + 100), '1.1');
expect(prettyPrintBytes(kb + 150, kbFractionDigits: 2), '1.15');
expect(prettyPrintBytes(kb, includeUnit: true), '1.0 KB');
expect(prettyPrintBytes(kb * 1000, includeUnit: true), '1000.0 KB');
expect(prettyPrintBytes(mb), '1.0');
expect(prettyPrintBytes(mb + kb * 100), '1.1');
expect(prettyPrintBytes(mb + kb * 150, mbFractionDigits: 2), '1.15');
expect(prettyPrintBytes(mb, includeUnit: true), '1.0 MB');
expect(prettyPrintBytes(mb - kb, includeUnit: true), '1023.0 KB');
});
test('convertBytes', () {
// Number of bytes in 1 GB
const bytesInGb = 1024 * 1024 * 1024;
const kbInGb = 1024 * 1024;
const mbInGb = 1024;
expect(convertBytes(bytesInGb, to: ByteUnit.byte), bytesInGb);
expect(convertBytes(bytesInGb, to: ByteUnit.kb), kbInGb);
expect(convertBytes(bytesInGb, to: ByteUnit.mb), mbInGb);
expect(convertBytes(bytesInGb, to: ByteUnit.gb), 1);
expect(
convertBytes(kbInGb, from: ByteUnit.kb, to: ByteUnit.byte),
bytesInGb,
);
expect(convertBytes(kbInGb, from: ByteUnit.kb, to: ByteUnit.kb), kbInGb);
expect(convertBytes(kbInGb, from: ByteUnit.kb, to: ByteUnit.mb), mbInGb);
expect(convertBytes(kbInGb, from: ByteUnit.kb, to: ByteUnit.gb), 1);
expect(
convertBytes(mbInGb, from: ByteUnit.mb, to: ByteUnit.byte),
bytesInGb,
);
expect(convertBytes(mbInGb, from: ByteUnit.mb, to: ByteUnit.kb), kbInGb);
expect(convertBytes(mbInGb, from: ByteUnit.mb, to: ByteUnit.mb), mbInGb);
expect(convertBytes(mbInGb, from: ByteUnit.mb, to: ByteUnit.gb), 1);
expect(convertBytes(1, from: ByteUnit.gb, to: ByteUnit.byte), bytesInGb);
expect(convertBytes(1, from: ByteUnit.gb, to: ByteUnit.kb), kbInGb);
expect(convertBytes(1, from: ByteUnit.gb, to: ByteUnit.mb), mbInGb);
expect(convertBytes(1, from: ByteUnit.gb, to: ByteUnit.gb), 1);
});
}
| devtools/packages/devtools_app/test/primitives/byte_utils_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/primitives/byte_utils_test.dart",
"repo_id": "devtools",
"token_count": 1766
} | 155 |
// 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/enum_utils.dart';
import 'package:flutter_test/flutter_test.dart';
enum Color { red, green, blue }
void main() {
final colorUtils = EnumUtils<Color>(Color.values);
test('enumEntry', () {
expect(colorUtils.enumEntry('red'), Color.red);
expect(colorUtils.enumEntry('green'), Color.green);
expect(colorUtils.enumEntry('blue'), Color.blue);
expect(colorUtils.enumEntry('yellow'), null);
expect(colorUtils.enumEntry(null), null);
});
test('name', () {
expect(colorUtils.name(Color.red), 'red');
expect(colorUtils.name(Color.green), 'green');
expect(colorUtils.name(Color.blue), 'blue');
});
test('enum index ordering mixin', () {
expect(Size.xs < Size.s, isTrue);
expect(Size.xs <= Size.s, isTrue);
expect(Size.xs > Size.s, isFalse);
expect(Size.xs >= Size.s, isFalse);
expect(Size.xl < Size.m, isFalse);
expect(Size.xl <= Size.m, isFalse);
expect(Size.xl > Size.m, isTrue);
expect(Size.xl >= Size.m, isTrue);
});
}
enum Size with EnumIndexOrdering {
xs,
s,
m,
xl,
}
| devtools/packages/devtools_app/test/shared/enum_utils_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/shared/enum_utils_test.dart",
"repo_id": "devtools",
"token_count": 478
} | 156 |
// 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/src/service/json_to_service_cache.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:vm_service/vm_service.dart';
void main() {
group('JsonToServiceCache', () {
test('basic', () {
const data = <String, Object?>{
'id': 1,
'map': {
'foo': 'bar',
},
'list': [
1,
'2',
true,
null,
],
'aNullValue': null,
};
final cache = JsonToServiceCache();
expect(cache.length, 0);
void ensureIsInCache(Instance instance) {
final cached = cache.getObject(objectId: instance.id!);
expect(cached, isNotNull);
expect(identical(instance, cached), isTrue);
}
final instance = cache.insertJsonObject(data);
ensureIsInCache(instance);
expect(cache.length, 12);
expect(instance.kind, InstanceKind.kMap);
final associations = instance.associations!;
expect(associations.length, 4);
// 'id': 1
final idKey = associations[0].key as Instance;
expect(idKey.kind, InstanceKind.kString);
expect(idKey.valueAsString, 'id');
ensureIsInCache(idKey);
final idValue = associations[0].value as Instance;
expect(idValue.kind, InstanceKind.kInt);
expect(idValue.valueAsString, '1');
ensureIsInCache(idValue);
// 'map': { ... }
final mapKey = associations[1].key as Instance;
expect(mapKey.kind, InstanceKind.kString);
expect(mapKey.valueAsString, 'map');
ensureIsInCache(mapKey);
final mapValue = associations[1].value as Instance;
expect(mapValue.kind, InstanceKind.kMap);
ensureIsInCache(mapValue);
{
final contents = mapValue.associations!;
expect(contents, hasLength(1));
final foo = contents[0].key as Instance;
expect(foo.kind, InstanceKind.kString);
expect(foo.valueAsString, 'foo');
ensureIsInCache(foo);
final bar = contents[0].value as Instance;
expect(bar.kind, InstanceKind.kString);
expect(bar.valueAsString, 'bar');
ensureIsInCache(bar);
}
// 'list': [ ... ]
final listKey = associations[2].key as Instance;
expect(listKey.kind, InstanceKind.kString);
expect(listKey.valueAsString, 'list');
ensureIsInCache(listKey);
final listValue = associations[2].value as Instance;
expect(listValue.kind, InstanceKind.kList);
ensureIsInCache(listValue);
{
final contents = listValue.elements!.cast<Instance>();
expect(contents, hasLength(4));
expect(contents[0].kind, InstanceKind.kInt);
expect(contents[0].valueAsString, '1');
ensureIsInCache(contents[0]);
expect(contents[1].kind, InstanceKind.kString);
expect(contents[1].valueAsString, '2');
ensureIsInCache(contents[1]);
expect(contents[2].kind, InstanceKind.kBool);
expect(contents[2].valueAsString, 'true');
ensureIsInCache(contents[2]);
expect(contents[3].kind, InstanceKind.kNull);
ensureIsInCache(contents[3]);
}
cache.removeJsonObject(instance);
expect(cache.length, 0);
});
test('sub-collection support', () {
final data = <String, Object?>{
'list': [
for (int i = 0; i < 10; ++i) i,
],
'map': {
for (int i = 0; i < 10; ++i) '$i': i,
},
};
final cache = JsonToServiceCache();
final root = cache.insertJsonObject(data);
final list = root.associations![0].value as Instance;
expect(list.kind, InstanceKind.kList);
final sublist = cache.getObject(objectId: list.id!, offset: 2, count: 5)!;
expect(sublist.count, 5);
for (int i = 0; i < sublist.count!; ++i) {
final element = sublist.elements![i] as Instance;
expect(element.valueAsString, (i + 2).toString());
}
final map = root.associations![1].value as Instance;
expect(map.kind, InstanceKind.kMap);
final submap = cache.getObject(objectId: map.id!, offset: 2, count: 5)!;
expect(submap.count, 5);
for (int i = 0; i < submap.count!; ++i) {
final association = submap.associations![i];
expect(
(association.key as Instance).valueAsString,
(i + 2).toString(),
);
expect(
(association.value as Instance).valueAsString,
(i + 2).toString(),
);
}
});
});
}
| devtools/packages/devtools_app/test/shared/json_to_service_cache_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/shared/json_to_service_cache_test.dart",
"repo_id": "devtools",
"token_count": 2052
} | 157 |
// 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/shared/framework_controller.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_shared/devtools_shared.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import 'package:vm_service/vm_service.dart';
void main() {
group('visible_screens', () {
late FakeServiceConnectionManager fakeServiceConnection;
setUp(() async {
fakeServiceConnection =
FakeServiceConnectionManager(availableLibraries: []);
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(ServiceConnectionManager, fakeServiceConnection);
setGlobal(BreakpointManager, BreakpointManager());
setGlobal(FrameworkController, FrameworkController());
setGlobal(PreferencesController, PreferencesController());
setGlobal(OfflineModeController, OfflineModeController());
final scriptManager = MockScriptManager();
when(scriptManager.sortedScripts).thenReturn(
const FixedValueListenable<List<ScriptRef>>([]),
);
setGlobal(ScriptManager, scriptManager);
await whenValueNonNull(
serviceConnection.serviceManager.isolateManager.selectedIsolate,
);
});
void setupMockValues({
bool web = false,
bool flutter = false,
bool debugMode = true,
SemanticVersion? flutterVersion,
}) {
if (web) {
fakeServiceConnection.serviceManager.availableLibraries
.add('dart:js_interop');
}
mockConnectedApp(
fakeServiceConnection.serviceManager.connectedApp!,
isFlutterApp: flutter,
isProfileBuild: !debugMode,
isWebApp: web,
);
if (flutter) {
fakeServiceConnection.serviceManager.availableLibraries
.add('package:flutter/src/widgets/binding.dart');
}
flutterVersion ??= SemanticVersion(major: 2, minor: 3, patch: 1);
mockFlutterVersion(
fakeServiceConnection.serviceManager.connectedApp!,
flutterVersion,
);
}
testWidgets('are correct for Dart CLI app', (WidgetTester tester) async {
setupMockValues();
expect(
visibleScreenTypes,
equals([
HomeScreen,
// InspectorScreen,
// LegacyPerformanceScreen,
PerformanceScreen,
ProfilerScreen,
MemoryScreen,
DebuggerScreen,
NetworkScreen,
LoggingScreen,
AppSizeScreen,
DeepLinksScreen,
// VMDeveloperToolsScreen,
]),
);
});
testWidgets('are correct for Dart Web app', (WidgetTester tester) async {
setupMockValues(web: true);
expect(
visibleScreenTypes,
equals([
HomeScreen,
// InspectorScreen,
// LegacyPerformanceScreen,
PerformanceScreen,
// ProfilerScreen,
// MemoryScreen,
DebuggerScreen,
// NetworkScreen,
LoggingScreen,
// AppSizeScreen,
// DeepLinksScreen,
// VMDeveloperToolsScreen,
]),
);
});
testWidgets(
'are correct for Flutter (non-web) debug app',
(WidgetTester tester) async {
setupMockValues(flutter: true);
expect(
visibleScreenTypes,
equals([
HomeScreen,
InspectorScreen,
// LegacyPerformanceScreen,
PerformanceScreen,
ProfilerScreen,
MemoryScreen,
DebuggerScreen,
NetworkScreen,
LoggingScreen,
AppSizeScreen,
DeepLinksScreen,
// VMDeveloperToolsScreen,
]),
);
},
);
testWidgets(
'are correct for Flutter (non-web) profile app',
(WidgetTester tester) async {
setupMockValues(flutter: true, debugMode: false);
expect(
visibleScreenTypes,
equals([
HomeScreen,
// InspectorScreen,
// LegacyPerformanceScreen,
PerformanceScreen,
ProfilerScreen,
MemoryScreen,
// DebuggerScreen,
NetworkScreen,
LoggingScreen,
AppSizeScreen,
DeepLinksScreen,
// VMDeveloperToolsScreen,
]),
);
},
);
testWidgets(
'are correct for Flutter web debug app',
(WidgetTester tester) async {
setupMockValues(flutter: true, web: true);
expect(
visibleScreenTypes,
equals([
HomeScreen,
InspectorScreen,
// LegacyPerformanceScreen,
PerformanceScreen,
// ProfilerScreen,
// MemoryScreen,
DebuggerScreen,
// NetworkScreen,
LoggingScreen,
// AppSizeScreen,
// DeepLinksScreen,
// VMDeveloperToolsScreen,
]),
);
},
);
testWidgets(
'are correct for Flutter app on old Flutter version',
(WidgetTester tester) async {
setupMockValues(
flutter: true,
flutterVersion: SemanticVersion(
major: 2,
minor: 3,
// Specifying patch makes the version number more readable.
// ignore: avoid_redundant_argument_values
patch: 0,
preReleaseMajor: 15,
preReleaseMinor: 0,
),
);
expect(
visibleScreenTypes,
equals([
HomeScreen,
InspectorScreen,
PerformanceScreen,
ProfilerScreen,
MemoryScreen,
DebuggerScreen,
NetworkScreen,
LoggingScreen,
AppSizeScreen,
DeepLinksScreen,
// VMDeveloperToolsScreen,
]),
);
},
);
testWidgets('are correct when offline', (WidgetTester tester) async {
offlineController.enterOfflineMode(
offlineApp: serviceConnection.serviceManager.connectedApp!,
);
setupMockValues(web: true); // Web apps would normally hide
expect(
visibleScreenTypes,
equals([
// HomeScreen,
// InspectorScreen,
PerformanceScreen, // Works offline, so appears regardless of web flag
ProfilerScreen, // Works offline, so appears regardless of web flag
// MemoryScreen,
// DebuggerScreen,
// NetworkScreen,
// LoggingScreen,
// AppSizeScreen,
// DeepLinksScreen,
// VMDeveloperToolsScreen,
]),
);
offlineController.exitOfflineMode();
});
testWidgets(
'are correct for Dart CLI app with VM developer mode enabled',
(WidgetTester tester) async {
preferences.toggleVmDeveloperMode(true);
setupMockValues();
expect(
visibleScreenTypes,
equals([
HomeScreen,
// InspectorScreen,
// LegacyPerformanceScreen,
PerformanceScreen,
ProfilerScreen,
MemoryScreen,
DebuggerScreen,
NetworkScreen,
LoggingScreen,
AppSizeScreen,
DeepLinksScreen,
VMDeveloperToolsScreen,
]),
);
preferences.toggleVmDeveloperMode(false);
},
);
});
}
List<Type> get visibleScreenTypes => defaultScreens()
.map((s) => s.screen)
.where(shouldShowScreen)
.map((s) => s.runtimeType)
.toList();
| devtools/packages/devtools_app/test/shared/visible_screens_test.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/shared/visible_screens_test.dart",
"repo_id": "devtools",
"token_count": 3580
} | 158 |
// 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.
// This lint gets in the way of testing.
// ignore_for_file: unused_element
void somePublicExportedMethod() {}
void _somePrivateExportedMethod() {}
int exportedField = 3;
int _privateExportedField = 10;
class ExportedClass {}
class _PrivateExportedClass {}
| devtools/packages/devtools_app/test/test_infra/fixtures/flutter_app/lib/src/autocomplete_export.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/fixtures/flutter_app/lib/src/autocomplete_export.dart",
"repo_id": "devtools",
"token_count": 118
} | 159 |
// 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 'dart:io';
import 'package:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/shared/config_specific/framework_initialize/_framework_initialize_desktop.dart';
import 'package:devtools_app/src/shared/primitives/message_bus.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'flutter_test_driver.dart';
typedef FlutterDriverFactory = FlutterTestDriver Function(
Directory testAppDirectory,
);
/// The default [FlutterDriverFactory] method. Runs a normal flutter app.
FlutterRunTestDriver defaultFlutterRunDriver(Directory appDir) =>
FlutterRunTestDriver(appDir);
final defaultFlutterExecutable = Platform.isWindows ? 'flutter.bat' : 'flutter';
class FlutterTestEnvironment {
FlutterTestEnvironment(
this._runConfig, {
this.testAppDirectory = 'test/test_infra/fixtures/flutter_app',
FlutterDriverFactory? flutterDriverFactory,
}) : _flutterDriverFactory = flutterDriverFactory ?? defaultFlutterRunDriver,
_flutterExe = _parseFlutterExeFromEnv();
static String _parseFlutterExeFromEnv() {
const flutterExe = String.fromEnvironment('FLUTTER_CMD');
return flutterExe.isNotEmpty ? flutterExe : defaultFlutterExecutable;
}
FlutterRunConfiguration _runConfig;
FlutterRunConfiguration get runConfig => _runConfig;
FlutterRunTestDriver? _flutter;
FlutterRunTestDriver? get flutter => _flutter;
late VmServiceWrapper _service;
VmServiceWrapper get service => _service;
/// Path relative to the `devtools_app` dir for the test fixture.
final String testAppDirectory;
/// A factory method which can return a [FlutterRunTestDriver] for a test
/// fixture directory.
final FlutterDriverFactory _flutterDriverFactory;
/// The Flutter executable to use for this test environment.
///
/// This executable can be specified using the --dart-define flag
/// (e.g. `flutter test --dart-define=FLUTTER_CMD=path/to/flutter/bin/flutter
/// test/my_test.dart`).
final String _flutterExe;
// This function will be called after we have ran the Flutter app and the
// vmService is opened.
Future<void> Function()? _afterNewSetup;
set afterNewSetup(Future<void> Function() f) => _afterNewSetup = f;
// This function will be called for every call to [setupEnvironment], even
// when the setup is not forced or triggered by a new FlutterRunConfiguration.
Future<void> Function()? _afterEverySetup;
set afterEverySetup(Future<void> Function() f) => _afterEverySetup = f;
// The function will be called before the each tear down, including those that
// skip work due to not being forced. This usually means for each individual
// test, but it will also run as part of a final forced tear down so should
// be tolerable to being called twice after a single test.
Future<void> Function()? _beforeEveryTearDown;
set beforeEveryTearDown(Future<void> Function() f) =>
_beforeEveryTearDown = f;
// The function will be called before the final forced teardown at the end
// of the test suite (which will then stop the Flutter app).
Future<void> Function()? _beforeFinalTearDown;
set beforeFinalTearDown(Future<void> Function() f) =>
_beforeFinalTearDown = f;
bool _needsSetup = true;
Completer<bool>? _setupInProgress;
// Switch this flag to false to debug issues with non-atomic test behavior.
bool reuseTestEnvironment = true;
PreferencesController? _preferencesController;
Future<void> setupEnvironment({
bool force = false,
FlutterRunConfiguration? config,
}) async {
final setupInProgress = _setupInProgress;
if (setupInProgress != null && !setupInProgress.isCompleted) {
await setupInProgress.future;
}
// Setting up the environment is slow so we reuse the existing environment
// when possible.
if (force ||
_needsSetup ||
!reuseTestEnvironment ||
_isNewRunConfig(config)) {
_setupInProgress = Completer();
try {
// If we already have a running test device, stop it before setting up a
// new one.
if (_flutter != null) await tearDownEnvironment(force: true);
// Update the run configuration if we have a new one.
if (_isNewRunConfig(config)) _runConfig = config!;
_flutter = _flutterDriverFactory(Directory(testAppDirectory))
as FlutterRunTestDriver?;
await _flutter!.run(
flutterExecutable: _flutterExe,
runConfig: _runConfig,
);
_service = _flutter!.vmService!;
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(IdeTheme, IdeTheme());
setGlobal(Storage, FlutterDesktopStorage());
setGlobal(ServiceConnectionManager, ServiceConnectionManager());
setGlobal(OfflineModeController, OfflineModeController());
setGlobal(NotificationService, NotificationService());
final preferencesController = PreferencesController();
_preferencesController = preferencesController;
setGlobal(PreferencesController, preferencesController);
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(MessageBus, MessageBus());
setGlobal(ScriptManager, ScriptManager());
setGlobal(BreakpointManager, BreakpointManager());
setGlobal(ExtensionService, ExtensionService());
// Clear out VM service calls from the test driver.
// ignore: invalid_use_of_visible_for_testing_member
_service.clearVmServiceCalls();
await serviceConnection.serviceManager.vmServiceOpened(
_service,
onClosed: Completer<void>().future,
);
await _preferencesController!.init();
_needsSetup = false;
} finally {
_setupInProgress!.complete(!_needsSetup);
}
if (_afterNewSetup != null) await _afterNewSetup!();
}
if (_afterEverySetup != null) await _afterEverySetup!();
}
Future<void> tearDownEnvironment({bool force = false}) async {
if (_needsSetup) {
// _needsSetup=true means we've never run setup code or already cleaned up
return;
}
if (_beforeEveryTearDown != null) await _beforeEveryTearDown!();
if (!force && reuseTestEnvironment) {
// Skip actually tearing down for better test performance.
return;
}
if (_beforeFinalTearDown != null) await _beforeFinalTearDown!();
await serviceConnection.serviceManager.manuallyDisconnect();
await _service.allFuturesCompleted.timeout(
const Duration(seconds: 20),
onTimeout: () {
throw 'Timed out waiting for futures to complete during teardown. '
'${_service.activeFutures.length} futures remained:\n\n'
' ${_service.activeFutures.map((tf) => tf.name).join('\n ')}';
},
);
await _flutter!.stop();
_preferencesController?.dispose();
_preferencesController = null;
_flutter = null;
_needsSetup = true;
}
bool _isNewRunConfig(FlutterRunConfiguration? config) {
return config != null && config != _runConfig;
}
}
| devtools/packages/devtools_app/test/test_infra/flutter_test_environment.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/flutter_test_environment.dart",
"repo_id": "devtools",
"token_count": 2473
} | 160 |
>// 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.double-slash.dart
>// found in the LICENSE file.
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
>
>const $bool = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const bool$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $num = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const num$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $int = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const int$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $double = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const double$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $dynamic = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const dynamic$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $true = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const true$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $false = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const false$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $null = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const null$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $this = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const this$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $super = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const super$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $as = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const as$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $try = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const try$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $on = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const on$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $catch = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const catch$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $finally = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const finally$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $throw = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const throw$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $rethrow = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const rethrow$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $break = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const break$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $case = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const case$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $continue = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const continue$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $default = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const default$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $do = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const do$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $else = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const else$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $for = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const for$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $if = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const if$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $in = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const in$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $return = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const return$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $switch = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const switch$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $while = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const while$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $sync = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const sync$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $async = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const async$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $await = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const await$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $yield = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const yield$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $assert = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const assert$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $new = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const new$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $abstract = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const abstract$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $class = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const class$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $enum = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const enum$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $extends = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const extends$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $extension = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const extension$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $external = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const external$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $factory = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const factory$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $implements = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const implements$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $get = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const get$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $mixin = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const mixin$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $native = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const native$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $operator = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const operator$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $set = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const set$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $typedef = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const typedef$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $with = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const with$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $covariant = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const covariant$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $static = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const static$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $final = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const final$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $const = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const const$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $required = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const required$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $late = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const late$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $void = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const void$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $var = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const var$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const $is = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
>const is$ = null;
#^^^^^ storage.modifier.dart
# ^ keyword.operator.assignment.dart
# ^^^^ constant.language.dart
# ^ punctuation.terminator.dart
| devtools/packages/devtools_app/test/test_infra/goldens/syntax_highlighting/names.dart.golden/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/goldens/syntax_highlighting/names.dart.golden",
"repo_id": "devtools",
"token_count": 11613
} | 161 |
// 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/memory/panes/diff/controller/diff_pane_controller.dart';
import 'package:devtools_app/src/screens/memory/panes/profile/profile_pane_controller.dart';
import 'package:devtools_app/src/screens/memory/shared/heap/class_filter.dart';
import 'package:devtools_app/src/screens/memory/shared/heap/model.dart';
import 'package:devtools_app/src/shared/memory/adapted_heap_data.dart';
import 'package:devtools_app/src/shared/memory/adapted_heap_object.dart';
import 'package:devtools_app/src/shared/memory/class_name.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_shared/devtools_shared.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:devtools_test/helpers.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import 'package:stager/stager.dart';
import 'package:vm_service/vm_service.dart';
import '../../../test_infra/test_data/memory.dart';
import '../../../test_infra/test_data/memory/heap/heap_data.dart';
import '../../../test_infra/test_data/memory_allocation.dart';
/// To run:
/// flutter run -t test/test_infra/scenes/memory/default.stager_app.g.dart -d macos
class MemoryDefaultScene extends Scene {
late MemoryController controller;
late FakeServiceConnectionManager fakeServiceConnection;
@override
Widget build(BuildContext context) {
return wrapWithControllers(
const MemoryBody(),
memory: controller,
);
}
@override
Future<void> setUp({ClassList? classList}) async {
setGlobal(
DevToolsEnvironmentParameters,
ExternalDevToolsEnvironmentParameters(),
);
setGlobal(OfflineModeController, OfflineModeController());
setGlobal(IdeTheme, IdeTheme());
setGlobal(NotificationService, NotificationService());
setGlobal(BannerMessagesController, BannerMessagesController());
setGlobal(
PreferencesController,
PreferencesController()..memory.showChart.value = false,
);
// Load canned data testHeapSampleData.
final memoryJson =
SamplesMemoryJson.decode(argJsonString: testHeapSampleData);
final allocationJson =
AllocationMemoryJson.decode(argJsonString: testAllocationData);
fakeServiceConnection = FakeServiceConnectionManager(
service: FakeServiceManager.createFakeService(
memoryData: memoryJson,
allocationData: allocationJson,
classList: classList,
),
);
final app = fakeServiceConnection.serviceManager.connectedApp!;
mockConnectedApp(
app,
isFlutterApp: true,
isProfileBuild: true,
isWebApp: false,
);
when(fakeServiceConnection.serviceManager.vm.operatingSystem)
.thenReturn('ios');
setGlobal(ServiceConnectionManager, fakeServiceConnection);
final showAllFilter = ClassFilter(
filterType: ClassFilterType.showAll,
except: '',
only: '',
);
final diffController = DiffPaneController(_TestSnapshotTaker())
..derived.applyFilter(showAllFilter);
final profileController = ProfilePaneController()..setFilter(showAllFilter);
controller = MemoryController(
diffPaneController: diffController,
profilePaneController: profileController,
)
..offline = true
..controllers.memoryTimeline.offlineData.clear()
..controllers.memoryTimeline.offlineData.addAll(memoryJson.data);
}
@override
String get title => '$MemoryDefaultScene';
void tearDown() {}
}
/// Provides test snapshots. First time returns null.
class _TestSnapshotTaker implements SnapshotTaker {
bool firstTime = true;
int index = -1;
@override
Future<AdaptedHeapData?> take() async {
// This delay is needed for UI to start showing the progress indicator.
await Future.delayed(const Duration(milliseconds: 100));
// Return null if it is the first time to test cover the edge case.
if (firstTime) {
firstTime = false;
return null;
}
index = (index + 1) % (_simpleHeapTests.length + goldenHeapTests.length);
// Return simple test.
if (index < _simpleHeapTests.length) return _simpleHeapTests[index];
return await goldenHeapTests[index - _simpleHeapTests.length].loadHeap();
}
}
final _simpleHeapTests = <AdaptedHeapData>[
_createHeap({'A': 1, 'B': 2}),
_createHeap({'B': 1, 'C': 2, 'D': 3}),
_createHeap({'B': 1, 'C': 2, 'D': 3}),
];
AdaptedHeapData _createHeap(Map<String, int> classToInstanceCount) {
const rootIndex = 0;
final objects = <AdaptedHeapObject>[_createObject('root')];
var leafCount = 0;
// Create objects.
for (var entry in classToInstanceCount.entries) {
for (var _ in Iterable<void>.generate(entry.value)) {
objects.add(_createObject(entry.key));
leafCount++;
final objectIndex = leafCount;
objects[rootIndex].outRefs.add(objectIndex);
}
}
return AdaptedHeapData(
objects,
rootIndex: rootIndex,
);
}
var _nextCode = 1;
AdaptedHeapObject _createObject(String className) => AdaptedHeapObject(
code: _nextCode++,
outRefs: {},
heapClass: HeapClassName.fromPath(
className: className,
library: 'my_lib',
),
shallowSize: 80, // 10 bytes
);
| devtools/packages/devtools_app/test/test_infra/scenes/memory/default.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/scenes/memory/default.dart",
"repo_id": "devtools",
"token_count": 1967
} | 162 |
// 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/profiler/cpu_profile_model.dart';
import 'package:devtools_app/src/shared/primitives/utils.dart';
final Map<String, dynamic> goldenCpuProfileDataJson = {
'type': '_CpuProfileTimeline',
'samplePeriod': 50,
'sampleCount': 8,
'stackDepth': 128,
'timeOriginMicros': 47377796685,
'timeExtentMicros': 3000,
'stackFrames': goldenCpuProfileStackFrames,
'traceEvents': goldenCpuProfileTraceEvents,
};
final Map<String, dynamic> emptyCpuProfileDataJson = {
'type': '_CpuProfileTimeline',
'samplePeriod': 50,
'sampleCount': 0,
'stackDepth': 128,
'timeOriginMicros': 47377796685,
'timeExtentMicros': 0,
'stackFrames': {},
'traceEvents': [],
};
final Map<String, dynamic> cpuProfileDataWithUserTagsJson = {
'type': '_CpuProfileTimeline',
'samplePeriod': 50,
'sampleCount': 5,
'stackDepth': 128,
'timeOriginMicros': 0,
'timeExtentMicros': 250,
'stackFrames': {
'140357727781376-1': {
'category': 'Dart',
'name': 'Frame1',
'parent': 'cpuProfileRoot',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': 111,
},
'140357727781376-2': {
'category': 'Dart',
'name': 'Frame2',
'parent': '140357727781376-1',
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/compact_hash.dart',
'sourceLine': 222,
},
'140357727781376-3': {
'category': 'Dart',
'name': 'Frame3',
'parent': '140357727781376-2',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': 333,
},
'140357727781376-4': {
'category': 'Dart',
'name': 'Frame4',
'parent': '140357727781376-2',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': 444,
},
'140357727781376-5': {
'category': 'Dart',
'name': 'Frame5',
'parent': '140357727781376-1',
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/compact_hash.dart',
'sourceLine': 555,
},
'140357727781376-6': {
'category': 'Dart',
'name': 'Frame6',
'parent': '140357727781376-5',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/custom_layout.dart',
'sourceLine': 666,
},
},
'traceEvents': [
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 50,
'cat': 'Dart',
'args': {
'userTag': 'userTagA',
'vmTag': 'vmTagA',
},
'sf': '140357727781376-3',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 100,
'cat': 'Dart',
'args': {
'userTag': 'userTagB',
'vmTag': 'vmTagB',
},
'sf': '140357727781376-4',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 150,
'cat': 'Dart',
'args': {
'userTag': 'userTagA',
'vmTag': 'vmTagA',
},
'sf': '140357727781376-5',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 200,
'cat': 'Dart',
'args': {
'userTag': 'userTagC',
'vmTag': 'vmTagC',
},
'sf': '140357727781376-5',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 250,
'cat': 'Dart',
'args': {
'userTag': 'userTagC',
'vmTag': 'vmTagC',
},
'sf': '140357727781376-6',
},
],
};
const profileGroupedByUserTagsGolden = '''
all - children: 3 - excl: 0 - incl: 5
userTagA - children: 1 - excl: 0 - incl: 2
Frame1 - children: 2 - excl: 0 - incl: 2
Frame2 - children: 1 - excl: 0 - incl: 1
Frame3 - children: 0 - excl: 1 - incl: 1
Frame5 - children: 0 - excl: 1 - incl: 1
userTagB - children: 1 - excl: 0 - incl: 1
Frame1 - children: 1 - excl: 0 - incl: 1
Frame2 - children: 1 - excl: 0 - incl: 1
Frame4 - children: 0 - excl: 1 - incl: 1
userTagC - children: 1 - excl: 0 - incl: 2
Frame1 - children: 1 - excl: 0 - incl: 2
Frame5 - children: 1 - excl: 1 - incl: 2
Frame6 - children: 0 - excl: 1 - incl: 1
''';
const profileGroupedByVmTagsGolden = '''
all - children: 3 - excl: 0 - incl: 5
vmTagA - children: 1 - excl: 0 - incl: 2
Frame1 - children: 2 - excl: 0 - incl: 2
Frame2 - children: 1 - excl: 0 - incl: 1
Frame3 - children: 0 - excl: 1 - incl: 1
Frame5 - children: 0 - excl: 1 - incl: 1
vmTagB - children: 1 - excl: 0 - incl: 1
Frame1 - children: 1 - excl: 0 - incl: 1
Frame2 - children: 1 - excl: 0 - incl: 1
Frame4 - children: 0 - excl: 1 - incl: 1
vmTagC - children: 1 - excl: 0 - incl: 2
Frame1 - children: 1 - excl: 0 - incl: 2
Frame5 - children: 1 - excl: 1 - incl: 2
Frame6 - children: 0 - excl: 1 - incl: 1
''';
const goldenCpuProfileString = '''
all - children: 2 - excl: 0 - incl: 8
thread_start - children: 1 - excl: 0 - incl: 2
_pthread_start - children: 1 - excl: 0 - incl: 2
_drawFrame - children: 2 - excl: 0 - incl: 2
_WidgetsFlutterBinding.draw - children: 1 - excl: 0 - incl: 1
RendererBinding.drawFrame - children: 0 - excl: 1 - incl: 1
_RenderProxyBox.paint - children: 1 - excl: 0 - incl: 1
PaintingContext.paintChild - children: 1 - excl: 0 - incl: 1
_SyncBlock.finish - children: 0 - excl: 1 - incl: 1
[Truncated] - children: 2 - excl: 0 - incl: 6
RenderObject._getSemanticsForParent.<closure> - children: 1 - excl: 0 - incl: 1
RenderObject._getSemanticsForParent - children: 0 - excl: 1 - incl: 1
RenderPhysicalModel.paint - children: 1 - excl: 0 - incl: 5
RenderCustomMultiChildLayoutBox.paint - children: 1 - excl: 0 - incl: 5
_RenderCustomMultiChildLayoutBox.defaultPaint - children: 2 - excl: 3 - incl: 5
RenderObject._paintWithContext - children: 0 - excl: 1 - incl: 1
RenderStack.paintStack - children: 1 - excl: 0 - incl: 1
Gesture._invokeFrameCallback - children: 0 - excl: 1 - incl: 1
''';
final Map<String, dynamic> cpuProfileResponseJson = {
'type': '_CpuProfileTimeline',
'samplePeriod': 50,
'stackDepth': 128,
'sampleCount': 8,
'timeSpan': 0.003678,
'timeOriginMicros': 47377796685,
'timeExtentMicros': 3000,
'stackFrames': goldenCpuProfileStackFrames,
'traceEvents': goldenCpuProfileTraceEvents,
};
final Map<String, dynamic> cpuProfileResponseEmptyJson = {
'type': '_CpuProfileTimeline',
'samplePeriod': 0,
'stackDepth': 128,
'sampleCount': 0,
'timeSpan': 0.0,
'timeOriginMicros': 47377796685,
'timeExtentMicros': 0,
'stackFrames': {},
'traceEvents': [],
};
const String goldenSamplesIsolate = '140357727781376';
final Map<String, dynamic> goldenCpuSamplesJson = {
'type': 'CpuSamples',
'samplePeriod': 50,
'maxStackDepth': 128,
'sampleCount': 8,
'timeOriginMicros': 47377796685,
'timeExtentMicros': 3000,
'pid': 77616,
'functions': [
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl': '',
'function': {
'type': '@Function',
'id': '',
'name': 'thread_start',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl': '',
'function': {
'type': '@Function',
'id': '',
'name': '_pthread_start',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/compact_hash.dart',
'function': {
'type': '@Function',
'id': '',
'name': '_drawFrame',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/scheduler/binding.dart',
'function': {
'type': '@Function',
'id': '',
'name': '_WidgetsFlutterBinding.draw',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/binding.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'RendererBinding.drawFrame',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/list.dart',
'function': {
'type': '@Function',
'id': '',
'name': '_RenderProxyBox.paint',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
'location': {
'type': 'SourceLocation',
'script': null,
'tokenPos': -1,
'line': 123321,
},
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/painting/context.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'PaintingContext.paintChild',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl': '',
'function': {
'type': '@Function',
'id': '',
'name': '_SyncBlock.finish',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl': '',
'function': {
'type': '@Function',
'id': '',
'name': '[Truncated]',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'RenderObject._getSemanticsForParent.<closure>',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'RenderObject._getSemanticsForParent',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/proxy_box.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'RenderPhysicalModel.paint',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/custom_layout.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'RenderCustomMultiChildLayoutBox.paint',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/hash.dart',
'function': {
'type': '@Function',
'id': '',
'name': '_RenderCustomMultiChildLayoutBox.defaultPaint',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'RenderObject._paintWithContext',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/stack.dart',
'function': {
'type': '@Function',
'id': '',
'name': 'RenderStack.paintStack',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Native',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl': '',
'function': {
'type': '@Function',
'id': '',
'name':
'_WidgetsFlutterBinding&BindingBase&Gesture._invokeFrameCallback',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Tag',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl': '',
'function': {
'type': '@Function',
'id': '',
'name': 'Foo',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
{
'kind': 'Tag',
'inclusiveTicks': 0,
'exclusiveTicks': 0,
'resolvedUrl': '',
'function': {
'type': '@Function',
'id': '',
'name': 'Default',
'owner': null,
'static': false,
'const': false,
'implicit': false,
'abstract': false,
'isGetter': false,
'isSetter': false,
},
},
],
'samples': [
{
'tid': 42247,
'timestamp': 47377796685,
'stack': [4, 3, 2, 1, 0],
'truncated': true,
'userTag': 'Foo',
'vmTag': 'Dart',
},
{
'tid': 42247,
'timestamp': 47377797975,
'stack': [7, 6, 5, 2, 1, 0],
'truncated': true,
'userTag': 'Foo',
'vmTag': 'Dart',
},
{
'tid': 42247,
'timestamp': 47377799063,
'stack': [10, 9, 8],
'truncated': true,
'userTag': 'Foo',
'vmTag': 'Dart',
},
{
'tid': 42247,
'timestamp': 47377800363,
'stack': [13, 12, 11, 8],
'truncated': true,
'userTag': 'Default',
'vmTag': 'VM',
},
{
'tid': 42247,
'timestamp': 47377800463,
'stack': [13, 12, 11, 8],
'truncated': true,
'userTag': 'Default',
'vmTag': 'VM',
},
{
'tid': 42247,
'timestamp': 47377800563,
'stack': [13, 12, 11, 8],
'truncated': true,
'userTag': 'Default',
'vmTag': 'VM',
},
{
'tid': 42247,
'timestamp': 47377800663,
'stack': [14, 13, 12, 11, 8],
'truncated': true,
'userTag': 'Default',
'vmTag': 'VM',
},
{
'tid': 42247,
'timestamp': 47377800763,
'stack': [16, 15, 13, 12, 11, 8],
'truncated': true,
'userTag': 'Default',
'vmTag': 'VM',
},
],
};
final Map<String, String> goldenResolvedUriMap = {
'path/to/flutter/packages/flutter/lib/src/rendering/proxy_box.dart':
'package:flutter/lib/src/rendering/proxy_box.dart',
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/compact_hash.dart':
'dart:vm/compact_hash.dart',
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/hash.dart':
'dart:vm/hash.dart',
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/list.dart':
'dart:vm/list.dart',
'path/to/flutter/packages/flutter/lib/src/rendering/custom_layout.dart':
'package:flutter/rendering/custom_layout.dart',
'path/to/flutter/packages/flutter/lib/src/rendering/object.dart':
'package:flutter/rendering/object.dart',
'path/to/flutter/packages/flutter/lib/src/rendering/stack.dart':
'package:flutter/rendering/stack.dart',
'path/to/flutter/packages/flutter/lib/src/painting/context.dart':
'package:flutter/painting/context.dart',
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart':
'package:flutter/widgets/binding.dart',
};
final Map<String, dynamic> goldenCpuProfileStackFrames =
Map.from(subProfileStackFrames)
..addAll({
'140357727781376-12': {
'category': 'Dart',
'name': 'RenderPhysicalModel.paint',
'parent': '140357727781376-9',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/proxy_box.dart',
'packageUri': 'package:flutter/lib/src/rendering/proxy_box.dart',
'sourceLine': null,
},
'140357727781376-13': {
'category': 'Dart',
'name': 'RenderCustomMultiChildLayoutBox.paint',
'parent': '140357727781376-12',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/custom_layout.dart',
'packageUri': 'package:flutter/rendering/custom_layout.dart',
'sourceLine': null,
},
'140357727781376-14': {
'category': 'Dart',
'name': '_RenderCustomMultiChildLayoutBox.defaultPaint',
'parent': '140357727781376-13',
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/hash.dart',
'packageUri': 'dart:vm/hash.dart',
'sourceLine': null,
},
'140357727781376-15': {
'category': 'Dart',
'name': 'RenderObject._paintWithContext',
'parent': '140357727781376-14',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'packageUri': 'package:flutter/rendering/object.dart',
'sourceLine': null,
},
'140357727781376-16': {
'category': 'Dart',
'name': 'RenderStack.paintStack',
'parent': '140357727781376-14',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/stack.dart',
'packageUri': 'package:flutter/rendering/stack.dart',
'sourceLine': null,
},
'140357727781376-17': {
'category': 'Dart',
'name':
'_WidgetsFlutterBinding&BindingBase&Gesture._invokeFrameCallback',
'parent': '140357727781376-16',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
});
final subProfileStackFrames = {
'140357727781376-1': {
'category': 'Dart',
'name': 'thread_start',
'parent': 'cpuProfileRoot',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-2': {
'category': 'Dart',
'name': '_pthread_start',
'parent': '140357727781376-1',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-3': {
'category': 'Dart',
'name': '_drawFrame',
'parent': '140357727781376-2',
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/compact_hash.dart',
'packageUri': 'dart:vm/compact_hash.dart',
'sourceLine': null,
},
'140357727781376-4': {
'category': 'Dart',
'name': '_WidgetsFlutterBinding.draw',
'parent': '140357727781376-3',
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/scheduler/binding.dart',
'packageUri':
'file:///path/to/flutter/packages/flutter/lib/src/scheduler/binding.dart',
'sourceLine': null,
},
'140357727781376-5': {
'category': 'Dart',
'name': 'RendererBinding.drawFrame',
'parent': '140357727781376-4',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/binding.dart',
'packageUri':
'path/to/flutter/packages/flutter/lib/src/rendering/binding.dart',
'sourceLine': null,
},
'140357727781376-6': {
'category': 'Dart',
'name': '_RenderProxyBox.paint',
'parent': '140357727781376-3',
'resolvedUrl': 'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/list.dart',
'packageUri': 'dart:vm/list.dart',
'sourceLine': 123321,
},
'140357727781376-7': {
'category': 'Dart',
'name': 'PaintingContext.paintChild',
'parent': '140357727781376-6',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/painting/context.dart',
'packageUri': 'package:flutter/painting/context.dart',
'sourceLine': null,
},
'140357727781376-8': {
'category': 'Dart',
'name': '_SyncBlock.finish',
'parent': '140357727781376-7',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-9': {
'category': 'Dart',
'name': '[Truncated]',
'parent': 'cpuProfileRoot',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-10': {
'category': 'Dart',
'name': 'RenderObject._getSemanticsForParent.<closure>',
'parent': '140357727781376-9',
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'packageUri':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'sourceLine': null,
},
'140357727781376-11': {
'category': 'Dart',
'name': 'RenderObject._getSemanticsForParent',
'parent': '140357727781376-10',
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'packageUri':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'sourceLine': null,
},
};
final filteredStackFrames = {
'140357727781376-1': {
'category': 'Dart',
'name': 'thread_start',
'parent': 'cpuProfileRoot',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-2': {
'category': 'Dart',
'name': '_pthread_start',
'parent': '140357727781376-1',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-4': {
'category': 'Dart',
'name': '_WidgetsFlutterBinding.draw',
'parent': '140357727781376-2',
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/scheduler/binding.dart',
'packageUri':
'file:///path/to/flutter/packages/flutter/lib/src/scheduler/binding.dart',
'sourceLine': null,
},
'140357727781376-5': {
'category': 'Dart',
'name': 'RendererBinding.drawFrame',
'parent': '140357727781376-4',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/binding.dart',
'packageUri':
'path/to/flutter/packages/flutter/lib/src/rendering/binding.dart',
'sourceLine': null,
},
'140357727781376-7': {
'category': 'Dart',
'name': 'PaintingContext.paintChild',
'parent': '140357727781376-2',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/painting/context.dart',
'packageUri': 'package:flutter/painting/context.dart',
'sourceLine': null,
},
'140357727781376-8': {
'category': 'Dart',
'name': '_SyncBlock.finish',
'parent': '140357727781376-7',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-9': {
'category': 'Dart',
'name': '[Truncated]',
'parent': 'cpuProfileRoot',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
'140357727781376-10': {
'category': 'Dart',
'name': 'RenderObject._getSemanticsForParent.<closure>',
'parent': '140357727781376-9',
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'packageUri':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'sourceLine': null,
},
'140357727781376-11': {
'category': 'Dart',
'name': 'RenderObject._getSemanticsForParent',
'parent': '140357727781376-10',
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'packageUri':
'file:///path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'sourceLine': null,
},
'140357727781376-12': {
'category': 'Dart',
'name': 'RenderPhysicalModel.paint',
'parent': '140357727781376-9',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/proxy_box.dart',
'packageUri': 'package:flutter/lib/src/rendering/proxy_box.dart',
'sourceLine': null,
},
'140357727781376-13': {
'category': 'Dart',
'name': 'RenderCustomMultiChildLayoutBox.paint',
'parent': '140357727781376-12',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/custom_layout.dart',
'packageUri': 'package:flutter/rendering/custom_layout.dart',
'sourceLine': null,
},
'140357727781376-15': {
'category': 'Dart',
'name': 'RenderObject._paintWithContext',
'parent': '140357727781376-13',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/object.dart',
'packageUri': 'package:flutter/rendering/object.dart',
'sourceLine': null,
},
'140357727781376-16': {
'category': 'Dart',
'name': 'RenderStack.paintStack',
'parent': '140357727781376-13',
'resolvedUrl':
'path/to/flutter/packages/flutter/lib/src/rendering/stack.dart',
'packageUri': 'package:flutter/rendering/stack.dart',
'sourceLine': null,
},
'140357727781376-17': {
'category': 'Dart',
'name': '_WidgetsFlutterBinding&BindingBase&Gesture._invokeFrameCallback',
'parent': '140357727781376-16',
'resolvedUrl': '',
'packageUri': '',
'sourceLine': null,
},
};
final filteredCpuSampleTraceEvents = [
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377796685,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Foo',
'vmTag': 'Dart',
},
'sf': '140357727781376-5',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377797975,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Foo',
'vmTag': 'Dart',
},
'sf': '140357727781376-8',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377799063,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Foo',
'vmTag': 'Dart',
},
'sf': '140357727781376-11',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800363,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-13',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800463,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-13',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800563,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-13',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800663,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-15',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800763,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-17',
},
];
final List<Map<String, dynamic>> goldenCpuProfileTraceEvents =
List.from(subProfileTraceEvents)
..addAll([
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800363,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-14',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800463,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-14',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800563,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-14',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800663,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-15',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377800763,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Default',
'vmTag': 'VM',
},
'sf': '140357727781376-17',
},
]);
final subProfileTraceEvents = [
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377796685,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Foo',
'vmTag': 'Dart',
},
'sf': '140357727781376-5',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377797975,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Foo',
'vmTag': 'Dart',
},
'sf': '140357727781376-8',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377799063,
'cat': 'Dart',
'args': <String, Object?>{
'userTag': 'Foo',
'vmTag': 'Dart',
},
'sf': '140357727781376-11',
},
];
final responseWithMissingLeafFrame = {
'type': '_CpuProfileTimeline',
'samplePeriod': 1000,
'stackDepth': 128,
'sampleCount': 3,
'timeSpan': 0.003678,
'timeOriginMicros': 47377796685,
'timeExtentMicros': 3678,
'stackFrames': {
// Missing stack frame 140357727781376-0
'140357727781376-1': {
'category': 'Dart',
'name': 'thread_start',
'parent': 'cpuProfileRoot',
'resolvedUrl': '',
'processerdUrl': '',
},
'140357727781376-2': {
'category': 'Dart',
'name': '_pthread_start',
'parent': '140357727781376-1',
'resolvedUrl': '',
'packageUri': '',
},
'140357727781376-3': {
'category': 'Dart',
'name': '_drawFrame',
'parent': '140357727781376-2',
'resolvedUrl':
'org-dartlang-sdk:///third_party/dart/sdk/lib/vm/hash.dart',
},
'140357727781376-4': {
'category': 'Dart',
'name': '_WidgetsFlutterBinding&BindingBase',
'parent': '140357727781376-3',
'resolvedUrl':
'file:///path/to/flutter/packages/flutter/lib/src/scheduler/binding.dart',
},
},
'traceEvents': [
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377796685,
'cat': 'Dart',
'args': <String, Object?>{},
'sf': '140357727781376-0',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377797975,
'cat': 'Dart',
'args': <String, Object?>{},
'sf': '140357727781376-2',
},
{
'ph': 'P',
'name': '',
'pid': 77616,
'tid': 42247,
'ts': 47377799063,
'cat': 'Dart',
'args': <String, Object?>{},
'sf': '140357727781376-4',
},
],
};
final CpuProfileMetaData profileMetaData = CpuProfileMetaData(
sampleCount: 10,
samplePeriod: 1000,
stackDepth: 128,
time: TimeRange()
..start = const Duration()
..end = const Duration(microseconds: 10000),
);
final CpuStackFrame tagFrameA = CpuStackFrame(
id: 'id_tag_0',
name: 'TagA',
verboseName: 'TagA',
category: 'Dart',
rawUrl: '',
packageUri: '',
sourceLine: null,
parentId: CpuProfileData.rootId,
profileMetaData: profileMetaData,
isTag: true,
)..exclusiveSampleCount = 0;
final CpuStackFrame stackFrameA = CpuStackFrame(
id: 'id_0',
name: 'A',
verboseName: 'A',
category: 'Dart',
rawUrl: '',
packageUri: '',
sourceLine: null,
parentId: CpuProfileData.rootId,
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 0;
final CpuStackFrame stackFrameB = CpuStackFrame(
id: 'id_1',
name: 'B',
verboseName: 'B',
category: 'Dart',
rawUrl: 'org-dartlang-sdk:///third_party/dart/sdk/lib/async/zone.dart',
packageUri: 'dart:async/zone.dart',
sourceLine: 2222,
parentId: 'id_0',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 0;
final CpuStackFrame stackFrameC = CpuStackFrame(
id: 'id_2',
name: 'C',
verboseName: 'C',
category: 'Dart',
rawUrl:
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart',
packageUri: 'package:flutter/widgets/binding.dart',
sourceLine: 3333,
parentId: 'id_1',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 2;
final CpuStackFrame stackFrameD = CpuStackFrame(
id: 'id_3',
name: 'D',
verboseName: 'D',
category: 'Dart',
rawUrl: 'flutter::AnimatorBeginFrame',
packageUri: 'processedflutter::AnimatorBeginFrame',
sourceLine: null,
parentId: 'id_1',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 2;
final CpuStackFrame stackFrameE = CpuStackFrame(
id: 'id_4',
name: 'E',
verboseName: 'E',
category: 'Dart',
rawUrl: 'url',
packageUri: 'packageUri',
sourceLine: null,
parentId: 'id_3',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 1;
final CpuStackFrame stackFrameF = CpuStackFrame(
id: 'id_5',
name: 'F',
verboseName: 'F',
category: 'Dart',
rawUrl: 'url',
packageUri: 'processsedUrl',
sourceLine: null,
parentId: 'id_4',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 0;
final CpuStackFrame stackFrameF2 = CpuStackFrame(
id: 'id_6',
name: 'F',
verboseName: 'F',
category: 'Dart',
rawUrl: 'url',
packageUri: 'packageUri',
sourceLine: null,
parentId: 'id_3',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 3;
final CpuStackFrame stackFrameC2 = CpuStackFrame(
id: 'id_7',
name: 'C',
verboseName: 'C',
category: 'Dart',
rawUrl:
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart',
packageUri: 'package:flutter/widgets/binding.dart',
sourceLine: 3333,
parentId: 'id_5',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 1;
final CpuStackFrame stackFrameC3 = CpuStackFrame(
id: 'id_8',
name: 'C',
verboseName: 'C',
category: 'Dart',
rawUrl:
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart',
packageUri: 'package:flutter/widgets/binding.dart',
sourceLine: 3333,
parentId: 'id_6',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 1;
final CpuStackFrame stackFrameC4 = CpuStackFrame(
id: 'id_8',
name: 'C',
verboseName: 'C',
category: 'Dart',
rawUrl:
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart',
packageUri:
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart',
sourceLine: 47,
parentId: 'id_6',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 1;
final CpuStackFrame stackFrameG = CpuStackFrame(
id: 'id_9',
name: 'G',
verboseName: 'G',
category: 'Dart',
rawUrl:
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart',
packageUri:
'file:///path/to/flutter/packages/flutter/lib/src/widgets/binding.dart',
sourceLine: null,
parentId: 'id_0',
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 1;
final CpuStackFrame testStackFrameWithRoot = CpuStackFrame.root(profileMetaData)
..addChild(testStackFrame.deepCopy());
final CpuStackFrame testStackFrame = stackFrameA
..addChild(
stackFrameB
..addChild(stackFrameC)
..addChild(
stackFrameD
..addChild(stackFrameE..addChild(stackFrameF..addChild(stackFrameC2)))
..addChild(stackFrameF2..addChild(stackFrameC3)),
),
);
final CpuStackFrame testTagRootedStackFrame = tagFrameA
..addChild(
testStackFrame.deepCopy(),
);
const String testStackFrameWithRootStringGolden = '''
all - children: 1 - excl: 0 - incl: 10
A - children: 1 - excl: 0 - incl: 10
B - children: 2 - excl: 0 - incl: 10
C - children: 0 - excl: 2 - incl: 2
D - children: 2 - excl: 2 - incl: 8
E - children: 1 - excl: 1 - incl: 2
F - children: 1 - excl: 0 - incl: 1
C - children: 0 - excl: 1 - incl: 1
F - children: 1 - excl: 3 - incl: 4
C - children: 0 - excl: 1 - incl: 1
''';
const String testStackFrameStringGolden = '''
A - children: 1 - excl: 0 - incl: 10
B - children: 2 - excl: 0 - incl: 10
C - children: 0 - excl: 2 - incl: 2
D - children: 2 - excl: 2 - incl: 8
E - children: 1 - excl: 1 - incl: 2
F - children: 1 - excl: 0 - incl: 1
C - children: 0 - excl: 1 - incl: 1
F - children: 1 - excl: 3 - incl: 4
C - children: 0 - excl: 1 - incl: 1
''';
const String bottomUpPreMergeGolden = '''
C - children: 1 - excl: 2 - incl: 2
B - children: 1 - excl: 2 - incl: 2
A - children: 0 - excl: 2 - incl: 2
D - children: 1 - excl: 2 - incl: 8
B - children: 1 - excl: 2 - incl: 8
A - children: 0 - excl: 2 - incl: 8
E - children: 1 - excl: 1 - incl: 2
D - children: 1 - excl: 1 - incl: 2
B - children: 1 - excl: 1 - incl: 2
A - children: 0 - excl: 1 - incl: 2
C - children: 1 - excl: 1 - incl: 1
F - children: 1 - excl: 1 - incl: 1
E - children: 1 - excl: 1 - incl: 1
D - children: 1 - excl: 1 - incl: 1
B - children: 1 - excl: 1 - incl: 1
A - children: 0 - excl: 1 - incl: 1
F - children: 1 - excl: 3 - incl: 4
D - children: 1 - excl: 3 - incl: 4
B - children: 1 - excl: 3 - incl: 4
A - children: 0 - excl: 3 - incl: 4
C - children: 1 - excl: 1 - incl: 1
F - children: 1 - excl: 1 - incl: 1
D - children: 1 - excl: 1 - incl: 1
B - children: 1 - excl: 1 - incl: 1
A - children: 0 - excl: 1 - incl: 1
''';
const String bottomUpGolden = '''
C - children: 2 - excl: 4 - incl: 4
B - children: 1 - excl: 2 - incl: 2
A - children: 0 - excl: 2 - incl: 2
F - children: 2 - excl: 2 - incl: 2
E - children: 1 - excl: 1 - incl: 1
D - children: 1 - excl: 1 - incl: 1
B - children: 1 - excl: 1 - incl: 1
A - children: 0 - excl: 1 - incl: 1
D - children: 1 - excl: 1 - incl: 1
B - children: 1 - excl: 1 - incl: 1
A - children: 0 - excl: 1 - incl: 1
D - children: 1 - excl: 2 - incl: 8
B - children: 1 - excl: 2 - incl: 8
A - children: 0 - excl: 2 - incl: 8
E - children: 1 - excl: 1 - incl: 2
D - children: 1 - excl: 1 - incl: 2
B - children: 1 - excl: 1 - incl: 2
A - children: 0 - excl: 1 - incl: 2
F - children: 1 - excl: 3 - incl: 4
D - children: 1 - excl: 3 - incl: 4
B - children: 1 - excl: 3 - incl: 4
A - children: 0 - excl: 3 - incl: 4
''';
const String testTagRootedStackFrameStringGolden = '''
TagA - children: 1 - excl: 0 - incl: 10
A - children: 1 - excl: 0 - incl: 10
B - children: 2 - excl: 0 - incl: 10
C - children: 0 - excl: 2 - incl: 2
D - children: 2 - excl: 2 - incl: 8
E - children: 1 - excl: 1 - incl: 2
F - children: 1 - excl: 0 - incl: 1
C - children: 0 - excl: 1 - incl: 1
F - children: 1 - excl: 3 - incl: 4
C - children: 0 - excl: 1 - incl: 1
''';
const String tagRootedBottomUpGolden = '''
TagA - children: 4 - excl: 0 - incl: 10
C - children: 2 - excl: 4 - incl: 4
B - children: 1 - excl: 2 - incl: 2
A - children: 0 - excl: 2 - incl: 2
F - children: 2 - excl: 2 - incl: 2
E - children: 1 - excl: 1 - incl: 1
D - children: 1 - excl: 1 - incl: 1
B - children: 1 - excl: 1 - incl: 1
A - children: 0 - excl: 1 - incl: 1
D - children: 1 - excl: 1 - incl: 1
B - children: 1 - excl: 1 - incl: 1
A - children: 0 - excl: 1 - incl: 1
D - children: 1 - excl: 2 - incl: 8
B - children: 1 - excl: 2 - incl: 8
A - children: 0 - excl: 2 - incl: 8
E - children: 1 - excl: 1 - incl: 2
D - children: 1 - excl: 1 - incl: 2
B - children: 1 - excl: 1 - incl: 2
A - children: 0 - excl: 1 - incl: 2
F - children: 1 - excl: 3 - incl: 4
D - children: 1 - excl: 3 - incl: 4
B - children: 1 - excl: 3 - incl: 4
A - children: 0 - excl: 3 - incl: 4
''';
final CpuProfileMetaData zeroProfileMetaData = CpuProfileMetaData(
sampleCount: 0,
samplePeriod: 50,
stackDepth: 128,
time: TimeRange()
..start = const Duration()
..end = const Duration(microseconds: 100),
);
final CpuStackFrame zeroStackFrame = CpuStackFrame(
id: 'id_0',
name: 'A',
verboseName: 'A',
category: 'Dart',
rawUrl: '',
packageUri: '',
sourceLine: null,
parentId: CpuProfileData.rootId,
profileMetaData: zeroProfileMetaData,
isTag: false,
)..exclusiveSampleCount = 0;
final flutterEngineStackFrame = CpuStackFrame(
id: 'id-100',
name: 'flutter::AnimatorBeginFrame',
verboseName: 'flutter::AnimatorBeginFrame',
category: 'Dart',
rawUrl: '',
packageUri: '',
sourceLine: null,
parentId: CpuProfileData.rootId,
profileMetaData: profileMetaData,
isTag: false,
)..exclusiveSampleCount = 1;
| devtools/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_profile.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/test_data/cpu_profiler/cpu_profile.dart",
"repo_id": "devtools",
"token_count": 21807
} | 163 |
// 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.
part of 'sample_performance_data.dart';
// This is the Perfetto data from [samplePerformanceData] parsed as JSON.
final trackDescriptorEvents = [
{
'1': '31491',
'4': {'1': 5933, '2': 31491, '5': 'io.flutter.1.raster'},
'5': '5933',
},
{
'1': '22787',
'4': {'1': 5933, '2': 22787, '5': 'io.flutter.1.ui'},
'5': '5933',
},
{
'1': '5933',
'3': {'1': 5933},
},
{
'1': '1023884196851599509',
'5': '5933',
},
{
'1': '6',
'5': '5933',
},
{
'1': '1',
'5': '5933',
},
{
'1': '1023884196851599508',
'5': '5933',
},
{
'1': '1023884196851599506',
'5': '5933',
},
{
'1': '2',
'5': '5933',
},
{
'1': '3',
'5': '5933',
},
{
'1': '4',
'5': '5933',
},
{
'1': '5',
'5': '5933',
},
{
'1': '42755',
'4': {'1': 5933, '2': 42755, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '35075',
'4': {'1': 5933, '2': 35075, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '41731',
'4': {'1': 5933, '2': 41731, '5': 'DartWorker'},
'5': '5933',
},
{
'1': '43011',
'4': {'1': 5933, '2': 43011, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '34051',
'4': {'1': 5933, '2': 34051, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '34563',
'4': {'1': 5933, '2': 34563, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '26371',
'4': {'1': 5933, '2': 26371, '5': 'io.flutter.1.io'},
'5': '5933',
},
{
'1': '32771',
'4': {'1': 5933, '2': 32771, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '27395',
'4': {'1': 5933, '2': 27395, '5': 'io.flutter.1.profiler'},
'5': '5933',
},
{
'1': '41987',
'4': {'1': 5933, '2': 41987, '5': 'Dart Profiler ThreadInterrupter'},
'5': '5933',
},
{
'1': '40195',
'4': {'1': 5933, '2': 40195, '5': 'DartWorker'},
'5': '5933',
},
{
'1': '40455',
'4': {'1': 5933, '2': 40455, '5': 'DartWorker'},
'5': '5933',
},
{
'1': '35331',
'4': {'1': 5933, '2': 35331, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '33283',
'4': {'1': 5933, '2': 33283, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '33539',
'4': {'1': 5933, '2': 33539, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '34307',
'4': {'1': 5933, '2': 34307, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '38683',
'4': {'1': 5933, '2': 38683, '5': 'DartWorker'},
'5': '5933',
},
{
'1': '40743',
'4': {'1': 5933, '2': 40743, '5': 'DartWorker'},
'5': '5933',
},
{
'1': '259',
'4': {'1': 5933, '2': 259, '5': 'io.flutter.1.platform'},
'5': '5933',
},
{
'1': '6659',
'4': {'1': 5933, '2': 6659, '5': ''},
'5': '5933',
},
{
'1': '33027',
'4': {'1': 5933, '2': 33027, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '36767',
'4': {'1': 5933, '2': 36767, '5': 'DartWorker'},
'5': '5933',
},
{
'1': '35843',
'4': {'1': 5933, '2': 35843, '5': 'Dart Profiler SampleBlockProcessor'},
'5': '5933',
},
{
'1': '42243',
'4': {'1': 5933, '2': 42243, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '9987',
'4': {'1': 5933, '2': 9987, '5': ''},
'5': '5933',
},
{
'1': '43267',
'4': {'1': 5933, '2': 43267, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '42499',
'4': {'1': 5933, '2': 42499, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '34819',
'4': {'1': 5933, '2': 34819, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
{
'1': '33795',
'4': {'1': 5933, '2': 33795, '5': 'FlutterConcurrentMessageLoopWorker'},
'5': '5933',
},
];
final allTrackEventPackets = [
...frame2TrackEventPackets,
...frame4TrackEventPackets,
...frame6TrackEventPackets,
];
final frame2TrackEventPackets = [
{
'8': '713834379092000',
'10': 1,
'11': {
'4': [
{'6': '2', '10': 'frame_number'},
],
'9': 1,
'11': '22787',
'22': ['Embedder'],
'23': 'Animator::BeginFrame',
},
'58': 3,
},
{
'8': '713834379102000',
'10': 1,
'11': {
'9': 2,
'11': '22787',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836088591000',
'10': 1,
'11': {
'4': [
{'6': '2', '10': 'frame_number'},
],
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Rasterizer::DoDraw',
},
'58': 3,
},
{
'8': '713836088592000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Rasterizer::DrawToSurfaces',
},
'58': 3,
},
{
'8': '713836088607000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'GPUSurfaceMetalImpeller::AcquireFrame',
},
'58': 3,
},
{
'8': '713836088654000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceMTL::WrapCurrentMetalLayerDrawable',
},
'58': 3,
},
{
'8': '713836088655000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'WaitForNextDrawable',
},
'58': 3,
},
{
'8': '713836093541000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836093545000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836093553000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836093557000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CompositorContext::ScopedFrame::Raster',
},
'58': 3,
},
{
'8': '713836093580000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'LayerTree::Preroll',
},
'58': 3,
},
{
'8': '713836093597000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836093598000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'IOSExternalViewEmbedder::PostPrerollAction',
},
'58': 3,
},
{
'8': '713836093598000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836093599000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'LayerTree::Paint',
},
'58': 3,
},
{
'8': '713836093615000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836093615000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836093616000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceFrame::Submit',
},
'58': 3,
},
{
'8': '713836093616000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceFrame::BuildDisplayList',
},
'58': 3,
},
{
'8': '713836093621000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836094185000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'DisplayListDispatcher::EndRecordingAsPicture',
},
'58': 3,
},
{
'8': '713836094188000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836094188000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Renderer::Render',
},
'58': 3,
},
{
'8': '713836094556000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'EntityPass::OnRender',
},
'58': 3,
},
{
'8': '713836099800000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CreateGlyphAtlas',
},
'58': 3,
},
{
'8': '713836099807000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CanAppendToExistingAtlas',
},
'58': 3,
},
{
'8': '713836099810000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836099811000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'OptimumAtlasSizeForFontGlyphPairs',
},
'58': 3,
},
{
'8': '713836099835000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836099845000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CreateAtlasBitmap',
},
'58': 3,
},
{
'8': '713836103975000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836103979000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'UploadGlyphTextureAtlas',
},
'58': 3,
},
{
'8': '713836108020000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836108025000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836108700000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836108846000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836108864000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836108917000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836108931000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
];
final frame4TrackEventPackets = [
{
'8': '713836200161000',
'10': 1,
'11': {
'4': [
{'6': '4', '10': 'frame_number'},
],
'9': 1,
'11': '22787',
'22': ['Embedder'],
'23': 'Animator::BeginFrame',
},
'58': 3,
},
{
'8': '713836202351000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'LAYOUT (root)',
},
'58': 3,
},
{
'8': '713836202373000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'LAYOUT',
},
'58': 3,
},
{
'8': '713836202380000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836202383000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836202387000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'UPDATING COMPOSITING BITS (root)',
},
'58': 3,
},
{
'8': '713836202397000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'UPDATING COMPOSITING BITS',
},
'58': 3,
},
{
'8': '713836202400000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836202402000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836202408000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'PAINT (root)',
},
'58': 3,
},
{
'8': '713836202422000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'PAINT',
},
'58': 3,
},
{
'8': '713836202427000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836202429000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836202440000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'COMPOSITING',
},
'58': 3,
},
{
'8': '713836206671000',
'10': 1,
'11': {
'4': [
{'6': '4', '10': 'frame_number'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Embedder'],
'23': 'Animator::Render',
},
'58': 3,
},
{
'8': '713836206714000',
'10': 1,
'11': {
'4': [
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836206727000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836206748000',
'10': 1,
'11': {
'4': [
{'6': '4', '10': 'frame_number'},
],
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Rasterizer::DoDraw',
},
'58': 3,
},
{
'8': '713836206750000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Rasterizer::DrawToSurfaces',
},
'58': 3,
},
{
'8': '713836206752000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'SEMANTICS (root)',
},
'58': 3,
},
{
'8': '713836206755000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'GPUSurfaceMetalImpeller::AcquireFrame',
},
'58': 3,
},
{
'8': '713836206763000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceMTL::WrapCurrentMetalLayerDrawable',
},
'58': 3,
},
{
'8': '713836206764000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'WaitForNextDrawable',
},
'58': 3,
},
{
'8': '713836206785000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'SEMANTICS',
},
'58': 3,
},
{
'8': '713836206825000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836206828000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836206834000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'FINALIZE TREE',
},
'58': 3,
},
{
'8': '713836206878000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836206903000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'POST_FRAME',
},
'58': 3,
},
{
'8': '713836206925000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836206957000',
'10': 1,
'11': {
'9': 2,
'11': '22787',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210193000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210196000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210203000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210206000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CompositorContext::ScopedFrame::Raster',
},
'58': 3,
},
{
'8': '713836210219000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'LayerTree::Preroll',
},
'58': 3,
},
{
'8': '713836210225000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210226000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'IOSExternalViewEmbedder::PostPrerollAction',
},
'58': 3,
},
{
'8': '713836210226000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210240000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'LayerTree::Paint',
},
'58': 3,
},
{
'8': '713836210250000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210251000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210251000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceFrame::Submit',
},
'58': 3,
},
{
'8': '713836210251000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceFrame::BuildDisplayList',
},
'58': 3,
},
{
'8': '713836210254000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210613000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'DisplayListDispatcher::EndRecordingAsPicture',
},
'58': 3,
},
{
'8': '713836210616000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836210616000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Renderer::Render',
},
'58': 3,
},
{
'8': '713836210642000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'EntityPass::OnRender',
},
'58': 3,
},
{
'8': '713836210893000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CreateGlyphAtlas',
},
'58': 3,
},
{
'8': '713836210899000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836211061000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836211105000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836211118000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836211143000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836211160000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
];
final frame6TrackEventPackets = [
{
'8': '713836329948000',
'10': 1,
'11': {
'4': [
{'6': '6', '10': 'frame_number'},
],
'9': 1,
'11': '22787',
'22': ['Embedder'],
'23': 'Animator::BeginFrame',
},
'58': 3,
},
{
'8': '713836330239000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'LAYOUT (root)',
},
'58': 3,
},
{
'8': '713836330262000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'LAYOUT',
},
'58': 3,
},
{
'8': '713836330277000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330280000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330284000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'UPDATING COMPOSITING BITS (root)',
},
'58': 3,
},
{
'8': '713836330302000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'UPDATING COMPOSITING BITS',
},
'58': 3,
},
{
'8': '713836330306000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330307000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330324000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'PAINT (root)',
},
'58': 3,
},
{
'8': '713836330337000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'PAINT',
},
'58': 3,
},
{
'8': '713836330346000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330348000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330357000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'COMPOSITING',
},
'58': 3,
},
{
'8': '713836330691000',
'10': 1,
'11': {
'4': [
{'6': '6', '10': 'frame_number'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Embedder'],
'23': 'Animator::Render',
},
'58': 3,
},
{
'8': '713836330716000',
'10': 1,
'11': {
'4': [
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330723000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330738000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'SEMANTICS (root)',
},
'58': 3,
},
{
'8': '713836330783000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'SEMANTICS',
},
'58': 3,
},
{
'8': '713836330790000',
'10': 1,
'11': {
'4': [
{'6': '6', '10': 'frame_number'},
],
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Rasterizer::DoDraw',
},
'58': 3,
},
{
'8': '713836330791000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Rasterizer::DrawToSurfaces',
},
'58': 3,
},
{
'8': '713836330801000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'GPUSurfaceMetalImpeller::AcquireFrame',
},
'58': 3,
},
{
'8': '713836330814000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceMTL::WrapCurrentMetalLayerDrawable',
},
'58': 3,
},
{
'8': '713836330817000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'WaitForNextDrawable',
},
'58': 3,
},
{
'8': '713836330836000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330839000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330842000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330844000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330844000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330846000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CompositorContext::ScopedFrame::Raster',
},
'58': 3,
},
{
'8': '713836330848000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'FINALIZE TREE',
},
'58': 3,
},
{
'8': '713836330862000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'LayerTree::Preroll',
},
'58': 3,
},
{
'8': '713836330870000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330870000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'IOSExternalViewEmbedder::PostPrerollAction',
},
'58': 3,
},
{
'8': '713836330870000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330870000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'LayerTree::Paint',
},
'58': 3,
},
{
'8': '713836330888000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330888000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330888000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceFrame::Submit',
},
'58': 3,
},
{
'8': '713836330889000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'SurfaceFrame::BuildDisplayList',
},
'58': 3,
},
{
'8': '713836330894000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836330920000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836330964000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 1,
'11': '22787',
'22': ['Dart'],
'23': 'POST_FRAME',
},
'58': 3,
},
{
'8': '713836330989000',
'10': 1,
'11': {
'4': [
{'9': '{}', '10': 'Dart Arguments'},
{'6': 'isolates/7995498257369867', '10': 'isolateId'},
{'6': 'isolateGroups/828486766866208', '10': 'isolateGroupId'},
],
'9': 2,
'11': '22787',
'22': ['Dart'],
},
'58': 3,
},
{
'8': '713836331003000',
'10': 1,
'11': {
'9': 2,
'11': '22787',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836331274000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'DisplayListDispatcher::EndRecordingAsPicture',
},
'58': 3,
},
{
'8': '713836331276000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836331277000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'Renderer::Render',
},
'58': 3,
},
{
'8': '713836331302000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'EntityPass::OnRender',
},
'58': 3,
},
{
'8': '713836331499000',
'10': 1,
'11': {
'9': 1,
'11': '31491',
'22': ['Embedder'],
'23': 'CreateGlyphAtlas',
},
'58': 3,
},
{
'8': '713836331505000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836331633000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836331661000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836331669000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836331684000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
{
'8': '713836331692000',
'10': 1,
'11': {
'9': 2,
'11': '31491',
'22': ['Embedder'],
},
'58': 3,
},
];
| devtools/packages/devtools_app/test/test_infra/test_data/performance/_perfetto_events_raw.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/test_data/performance/_perfetto_events_raw.dart",
"repo_id": "devtools",
"token_count": 23098
} | 164 |
// 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 'dart:convert';
import 'dart:io';
import 'package:devtools_app/devtools_app.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
/// Creates a [FlutterTimelineEvent] for testing that mocks the
/// contained [PerfettoTrackEvents].
FlutterTimelineEvent testTimelineEvent({
required String name,
required TimelineEventType type,
required int startMicros,
required int endMicros,
required Map<String, Object?> args,
required Map<String, Object?> endArgs,
}) {
final mockFirstTrackEvent = MockPerfettoTrackEvent();
when(mockFirstTrackEvent.name).thenReturn(name);
when(mockFirstTrackEvent.timelineEventType).thenReturn(type);
when(mockFirstTrackEvent.args).thenReturn(args);
when(mockFirstTrackEvent.timestampMicros).thenReturn(startMicros);
final frameNumberAsString =
args[PerfettoTrackEvent.frameNumberArg] as String?;
final frameNumber =
frameNumberAsString != null ? int.tryParse(frameNumberAsString) : null;
when(mockFirstTrackEvent.flutterFrameNumber).thenReturn(frameNumber);
final devToolsTag = args[PerfettoTrackEvent.devtoolsTagArg] as String?;
final isShaderEvent = devToolsTag == PerfettoTrackEvent.shadersArg;
when(mockFirstTrackEvent.isShaderEvent).thenReturn(isShaderEvent);
final mockEndTrackEvent = MockPerfettoTrackEvent();
when(mockEndTrackEvent.timelineEventType).thenReturn(type);
when(mockEndTrackEvent.args).thenReturn(endArgs);
when(mockEndTrackEvent.timestampMicros).thenReturn(endMicros);
return FlutterTimelineEvent(mockFirstTrackEvent)
..addEndTrackEvent(mockEndTrackEvent);
}
/// Overrides the system's clipboard behaviour so that strings sent to the
/// clipboard are instead passed to [clipboardContentsCallback]
///
/// [clipboardContentsCallback] when Clipboard.setData is triggered, the text
/// contents will be passed to [clipboardContentsCallback]
void setupClipboardCopyListener({
required void Function(String?) clipboardContentsCallback,
}) {
// This intercepts the Clipboard.setData SystemChannel message,
// and stores the contents that were (attempted) to be copied.
TestDefaultBinaryMessengerBinding.instance.defaultBinaryMessenger
.setMockMethodCallHandler(
SystemChannels.platform,
(MethodCall call) {
switch (call.method) {
case 'Clipboard.setData':
clipboardContentsCallback((call.arguments as Map)['text']);
break;
case 'Clipboard.getData':
return Future.value(<String, Object?>{});
case 'Clipboard.hasStrings':
return Future.value(<String, Object?>{'value': true});
default:
break;
}
return Future.value(true);
},
);
}
Future<String> loadPageHtmlContent(String url) async {
final request = await HttpClient().getUrl(Uri.parse(url));
final response = await request.close();
final completer = Completer<String>();
final content = StringBuffer();
response.transform(utf8.decoder).listen(
(data) {
content.write(data);
},
onDone: () => completer.complete(content.toString()),
);
await completer.future;
return content.toString();
}
void setCharacterWidthForTables() {
// Modify the character width that will be used to calculate column sizes
// in the tree table. The flutter_tester device uses a redacted font.
setAssumedMonospaceCharacterWidth(16.0);
}
T getWidgetFromFinder<T>(Finder finder) =>
finder.first.evaluate().first.widget as T;
| devtools/packages/devtools_app/test/test_infra/utils/test_utils.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/test_infra/utils/test_utils.dart",
"repo_id": "devtools",
"token_count": 1227
} | 165 |
// 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/src/screens/debugger/program_explorer_controller.dart';
import 'package:devtools_app/src/screens/vm_developer/object_inspector/inbound_references_tree.dart';
import 'package:devtools_app/src/screens/vm_developer/object_inspector/object_inspector_view_controller.dart';
import 'package:devtools_app/src/screens/vm_developer/object_inspector/object_viewport.dart';
import 'package:devtools_app/src/screens/vm_developer/object_inspector/vm_object_model.dart';
import 'package:devtools_app/src/shared/diagnostics/primitives/source_location.dart';
import 'package:devtools_app/src/shared/primitives/listenable.dart';
import 'package:devtools_app/src/shared/primitives/utils.dart';
import 'package:devtools_app/src/shared/scripts/script_manager.dart';
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_test/devtools_test.dart';
import 'package:flutter/foundation.dart';
import 'package:mockito/mockito.dart';
import 'package:vm_service/vm_service.dart';
final testLib = Library(
name: 'fooLib',
uri: 'fooLib.dart',
dependencies: <LibraryDependency>[],
id: '1234',
);
final testClass = Class(
name: 'FooClass',
library: testLib,
isAbstract: false,
isConst: false,
traceAllocations: false,
superClass: testSuperClass,
superType: testSuperType,
id: '1234',
);
final testScript = Script(uri: 'fooScript.dart', library: testLib, id: '1234');
final testFunction = Func(
name: 'fooFunction',
owner: testLib,
isStatic: false,
isConst: false,
implicit: false,
id: '1234',
);
final testField = Field(
name: 'fooField',
owner: testLib,
declaredType: testType,
id: '1234',
);
final testInstance = Instance(
id: '1234',
name: 'fooInstance',
classRef: testSuperClass,
);
final testRecordInstance = Instance(
id: '1234',
kind: InstanceKind.kRecord,
name: 'fooRecord',
);
final testSuperClass =
ClassRef(name: 'fooSuperClass', library: testLib, id: '1234');
final testType = InstanceRef(
kind: '',
id: '1234',
name: 'fooType',
classRef: testClass,
);
final testSuperType = InstanceRef(
kind: '',
id: '1234',
name: 'fooSuperType',
classRef: testSuperClass,
);
const testPos = SourcePosition(line: 10, column: 4);
final testInstances = InstanceSet(totalCount: 3);
final testRequestableSize = InstanceRef(
kind: '',
id: '1234',
name: 'requestedSize',
valueAsString: '128',
);
final testParentField = Field(
name: 'fooParentField',
id: '1234',
);
final testRetainingPath = RetainingPath(
length: 1,
gcRootType: 'class table',
elements: testRetainingObjects,
);
final testRetainingObjects = [
RetainingObject(
value: testClass,
),
RetainingObject(
value: testInstance,
parentListIndex: 1,
),
RetainingObject(
value: testRecordInstance,
parentField: 1,
),
RetainingObject(
value: testRecordInstance,
parentField: 'fooParentField',
),
RetainingObject(
value: testInstance,
parentMapKey: testField,
),
RetainingObject(
value: testField,
parentField: 'fooParentField',
),
];
final testInboundRefs = TestInboundReferences(
references: testInboundRefList,
);
final testInboundRefList = [
InboundReference(
source: testFunction,
),
InboundReference(
source: testField,
parentField: testParentField,
),
InboundReference(
source: testRecordInstance,
parentField: 'fooParentField',
),
InboundReference(
source: testRecordInstance,
parentField: 1,
),
InboundReference(
source: testInstance,
parentListIndex: 1,
),
];
final testLoadTime = DateTime(2022, 8, 10, 6, 30);
class TestInboundReferences extends InboundReferences {
TestInboundReferences({required super.references});
@override
Map<String, Object?>? get json => <String, Object?>{};
}
class TestObjectInspectorViewController extends ObjectInspectorViewController {
@override
ObjectHistory get objectHistory => fakeObjectHistory;
@override
ProgramExplorerController get programExplorerController =>
mockProgramExplorerController;
final fakeObjectHistory = FakeObjectHistory();
final mockProgramExplorerController =
createMockProgramExplorerControllerWithDefaults();
}
class FakeObjectHistory extends ObjectHistory {
VmObject? _current;
@override
ValueListenable<VmObject?> get current => ValueNotifier<VmObject?>(_current);
void setCurrentObject(VmObject object) {
_current = object;
}
}
class TestInstanceObject extends InstanceObject {
TestInstanceObject({required super.ref, required this.testInstance});
Instance testInstance;
@override
Instance get obj => testInstance;
@override
String? get name => 'FooInstance';
}
void setUpMockScriptManager() {
final mockScriptManager = MockScriptManager();
when(mockScriptManager.sortedScripts).thenReturn(
FixedValueListenable<List<ScriptRef>>([testScript]),
);
when(mockScriptManager.getScriptCached(any)).thenReturn(testScript);
setGlobal(ScriptManager, mockScriptManager);
}
void mockVmObject(VmObject object) {
when(object.scriptRef).thenReturn(testScript);
when(object.script).thenReturn(testScript);
when(object.pos).thenReturn(testPos);
when(object.fetchingReachableSize).thenReturn(ValueNotifier<bool>(false));
when(object.reachableSize).thenReturn(testRequestableSize);
when(object.fetchingRetainedSize).thenReturn(ValueNotifier<bool>(false));
when(object.retainedSize).thenReturn(null);
when(object.retainingPath).thenReturn(
ValueNotifier<RetainingPath?>(testRetainingPath),
);
when(object.inboundReferencesTree).thenReturn(
ListValueNotifier<InboundReferencesTreeNode>(
InboundReferencesTreeNode.buildTreeRoots(testInboundRefs),
),
);
if (object is ClassObject) {
when(object.name).thenReturn(testClass.name);
when(object.ref).thenReturn(testClass);
when(object.obj).thenReturn(testClass);
when(object.instances).thenReturn(testInstances);
}
if (object is FieldObject) {
when(object.name).thenReturn(testField.name);
when(object.ref).thenReturn(testField);
when(object.obj).thenReturn(testField);
when(object.guardClass).thenReturn(null);
when(object.guardNullable).thenReturn(null);
when(object.guardClassKind).thenReturn(null);
}
if (object is FuncObject) {
when(object.name).thenReturn(testFunction.name);
when(object.ref).thenReturn(testFunction);
when(object.obj).thenReturn(testFunction);
when(object.kind).thenReturn(null);
when(object.deoptimizations).thenReturn(null);
when(object.isOptimizable).thenReturn(null);
when(object.isInlinable).thenReturn(null);
when(object.hasIntrinsic).thenReturn(null);
when(object.isRecognized).thenReturn(null);
when(object.isNative).thenReturn(null);
when(object.vmName).thenReturn(null);
when(object.icDataArray).thenReturn(null);
}
if (object is ScriptObject) {
when(object.name).thenReturn(fileNameFromUri(testScript.uri));
when(object.ref).thenReturn(testScript);
when(object.obj).thenReturn(testScript);
when(object.loadTime).thenReturn(testLoadTime);
}
if (object is LibraryObject) {
when(object.name).thenReturn(testLib.name);
when(object.ref).thenReturn(testLib);
when(object.obj).thenReturn(testLib);
when(object.vmName).thenReturn(null);
}
}
| devtools/packages/devtools_app/test/vm_developer/vm_developer_test_utils.dart/0 | {
"file_path": "devtools/packages/devtools_app/test/vm_developer/vm_developer_test_utils.dart",
"repo_id": "devtools",
"token_count": 2557
} | 166 |
// 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' as devtools_shared_ui;
import 'package:flutter/material.dart';
/// Example of using the [SplitPane] widget from
/// 'package:devtools_app_shared/ui.dart' with two children laid across a
/// horizontal axis.
///
/// This example does not specify the [SplitPane.splitters] parameter, so a
/// default splitter is used.
class SplitExample extends StatelessWidget {
const SplitExample({super.key});
@override
Widget build(BuildContext context) {
return devtools_shared_ui.SplitPane(
axis: Axis.horizontal,
initialFractions: const [0.3, 0.7],
minSizes: const [50.0, 100.0],
children: const [
Text('Left side'),
Text('Right side'),
],
);
}
}
/// Example of using the [SplitPane] widget from
/// 'package:devtools_app_shared/ui.dart' with three children laid across a
/// vertical axis.
///
/// This example uses custom splitters.
class MultiSplitExample extends StatelessWidget {
const MultiSplitExample({super.key});
@override
Widget build(BuildContext context) {
return devtools_shared_ui.SplitPane(
axis: Axis.vertical,
initialFractions: const [0.3, 0.3, 0.4],
minSizes: const [50.0, 50.0, 100.0],
splitters: const [
CustomSplitter(),
CustomSplitter(),
],
children: const [
Text('Top'),
Text('Middle'),
Text('Bottom'),
],
);
}
}
class CustomSplitter extends StatelessWidget implements PreferredSizeWidget {
const CustomSplitter({super.key});
static const _size = 50.0;
@override
Widget build(BuildContext context) {
return const SizedBox(
height: _size,
child: Icon(Icons.front_hand),
);
}
@override
Size get preferredSize => const Size.fromHeight(_size);
}
| devtools/packages/devtools_app_shared/example/ui/split_example.dart/0 | {
"file_path": "devtools/packages/devtools_app_shared/example/ui/split_example.dart",
"repo_id": "devtools",
"token_count": 703
} | 167 |
// 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:flutter/material.dart';
import 'package:pointer_interceptor/pointer_interceptor.dart';
import 'common.dart';
import 'theme/theme.dart';
const dialogDefaultContext = 'dialog';
/// A standardized dialog for use in DevTools.
///
/// It normalizes dialog layout, spacing, and look and feel.
final class DevToolsDialog extends StatelessWidget {
const DevToolsDialog({
super.key,
Widget? title,
required this.content,
this.includeDivider = true,
this.scrollable = true,
this.actions,
this.actionsAlignment,
}) : titleContent = title ?? const SizedBox();
static const contentPadding = 24.0;
final Widget titleContent;
final Widget content;
final bool includeDivider;
final bool scrollable;
final List<Widget>? actions;
final MainAxisAlignment? actionsAlignment;
@override
Widget build(BuildContext context) {
return PointerInterceptor(
child: AlertDialog(
scrollable: scrollable,
title: Column(
children: [
titleContent,
includeDivider
? const PaddedDivider(
padding: EdgeInsets.only(bottom: denseRowSpacing),
)
: const SizedBox(height: defaultSpacing),
],
),
contentPadding: const EdgeInsets.fromLTRB(
contentPadding,
0,
contentPadding,
contentPadding,
),
content: DefaultTextStyle(
style: Theme.of(context).regularTextStyle,
child: content,
),
actions: actions,
actionsAlignment: actionsAlignment,
buttonPadding: const EdgeInsets.symmetric(horizontal: defaultSpacing),
),
);
}
}
/// A [Text] widget styled for dialog titles.
final class DialogTitleText extends StatelessWidget {
const DialogTitleText(this.text, {super.key});
final String text;
@override
Widget build(BuildContext context) =>
Text(text, style: Theme.of(context).textTheme.titleMedium);
}
List<Widget> dialogSubHeader(ThemeData theme, String titleText) {
return [
Text(titleText, style: theme.textTheme.titleSmall),
const PaddedDivider(padding: EdgeInsets.only(bottom: denseRowSpacing)),
];
}
final singleLineDialogTextFieldDecoration = InputDecoration(
constraints: BoxConstraints(
minHeight: defaultTextFieldHeight,
maxHeight: defaultTextFieldHeight,
),
border: const OutlineInputBorder(),
);
/// A standardized dialog with help text and buttons `Reset to default`,
/// `APPLY` and `CANCEL`.
final class StateUpdateDialog extends StatelessWidget {
const StateUpdateDialog({
super.key,
required this.title,
required this.child,
required this.onResetDefaults,
required this.onApply,
this.onCancel,
this.dialogWidth,
this.helpText,
this.helpBuilder,
});
final String title;
final String? helpText;
final Widget Function(BuildContext)? helpBuilder;
final VoidCallback? onResetDefaults;
final VoidCallback? onApply;
final VoidCallback? onCancel;
final Widget child;
final double? dialogWidth;
@override
Widget build(BuildContext context) {
return DevToolsDialog(
title: _StateUpdateDialogTitle(
title: title,
onResetDefaults: onResetDefaults,
),
content: Container(
padding: const EdgeInsets.only(
left: defaultSpacing,
right: defaultSpacing,
bottom: defaultSpacing,
),
width: dialogWidth ?? defaultDialogWidth,
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
child,
if (helpText != null) ...[
const SizedBox(height: defaultSpacing),
DialogHelpText(helpText: helpText!),
],
if (helpBuilder != null) ...[
const SizedBox(height: defaultSpacing),
helpBuilder!.call(context),
],
],
),
),
actions: [
DialogApplyButton(onPressed: onApply ?? () {}),
DialogCancelButton(cancelAction: onCancel),
],
);
}
}
final class _StateUpdateDialogTitle extends StatelessWidget {
const _StateUpdateDialogTitle({required this.title, this.onResetDefaults});
final String title;
final VoidCallback? onResetDefaults;
@override
Widget build(BuildContext context) {
return Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
DialogTitleText(title),
TextButton(
onPressed: onResetDefaults,
child: const MaterialIconLabel(
label: 'Reset to default',
iconData: Icons.replay,
),
),
],
);
}
}
final class DialogHelpText extends StatelessWidget {
const DialogHelpText({super.key, required this.helpText});
static TextStyle? textStyle(BuildContext context) =>
Theme.of(context).subtleTextStyle;
final String helpText;
@override
Widget build(BuildContext context) {
return Text(
helpText,
style: textStyle(context),
);
}
}
/// A TextButton used to close a containing dialog (Close).
final class DialogCloseButton extends StatelessWidget {
const DialogCloseButton({super.key, this.onClose, this.label = 'CLOSE'});
final VoidCallback? onClose;
final String label;
@override
Widget build(BuildContext context) {
return DialogTextButton(
onPressed: () {
onClose?.call();
Navigator.of(context, rootNavigator: true).pop('dialog');
},
child: Text(label),
);
}
}
/// A TextButton used to close a containing dialog (Cancel).
final class DialogCancelButton extends StatelessWidget {
const DialogCancelButton({super.key, this.cancelAction});
final VoidCallback? cancelAction;
@override
Widget build(BuildContext context) {
return DialogTextButton(
onPressed: () {
if (cancelAction != null) cancelAction!();
Navigator.of(context).pop(dialogDefaultContext);
},
child: const Text('CANCEL'),
);
}
}
/// A TextButton used to close a containing dialog (APPLY).
final class DialogApplyButton extends StatelessWidget {
const DialogApplyButton({super.key, required this.onPressed});
final void Function() onPressed;
@override
Widget build(BuildContext context) {
return DialogTextButton(
onPressed: () {
onPressed();
Navigator.of(context).pop(dialogDefaultContext);
},
child: const Text('APPLY'),
);
}
}
final class DialogTextButton extends StatelessWidget {
const DialogTextButton({super.key, this.onPressed, required this.child});
final VoidCallback? onPressed;
final Widget child;
@override
Widget build(BuildContext context) {
return TextButton(
onPressed: onPressed,
child: child,
);
}
}
void showDevToolsDialog({
required BuildContext context,
required String title,
required Widget content,
List<Widget> actions = const <Widget>[],
}) {
unawaited(
showDialog(
context: context,
builder: (context) => DevToolsDialog(
title: DialogTitleText(title),
includeDivider: false,
content: content,
actionsAlignment:
actions.isNotEmpty ? MainAxisAlignment.spaceBetween : null,
actions: [
...actions,
const DialogCloseButton(),
],
),
),
);
}
| devtools/packages/devtools_app_shared/lib/src/ui/dialogs.dart/0 | {
"file_path": "devtools/packages/devtools_app_shared/lib/src/ui/dialogs.dart",
"repo_id": "devtools",
"token_count": 2936
} | 168 |
// 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.
export 'src/ui/common.dart';
export 'src/ui/dialogs.dart';
export 'src/ui/flex_split_column.dart';
export 'src/ui/split_pane.dart';
export 'src/ui/theme/ide_theme.dart';
export 'src/ui/theme/theme.dart';
export 'src/ui/ui_utils.dart';
| devtools/packages/devtools_app_shared/lib/ui.dart/0 | {
"file_path": "devtools/packages/devtools_app_shared/lib/ui.dart",
"repo_id": "devtools",
"token_count": 143
} | 169 |
# Dart & Flutter DevTools Extensions
Extend Dart & Flutter's developer tool suite,
[Dart DevTools](https://docs.flutter.dev/tools/devtools/overview), with your own custom tool.
DevTools' extension framework allows you to build tools that can leverage existing frameworks
and utilities from DevTools (VM service connection, theming, shared widgets, utilities, etc.).
You can add a DevTools extension to an existing pub package, or you can create a new package
that provides a DevTools extension only. In both these scenarios, the end-user must list a
dependency on the package providing the DevTools extension in order to see the extension
in DevTools.
When an app that depends on your package is connected to DevTools, your extension will
show up in its own DevTools tab:

Follow the instructions below to get started, and use the
[end-to-end example](https://github.com/flutter/devtools/tree/master/packages/devtools_extensions/example/)
for reference.
# Table of contents
1. [Setup your package hierarchy](#setup-your-package-hierarchy)
2. [Create a DevTools extension](#create-a-devtools-extension)
- [Where to put your source code](#where-to-put-your-source-code)
- [Development](#create-the-extension-web-app)
- [Debugging](#debug-the-extension-web-app)
3. [Publish your package with a DevTools extension](#publish-your-package-with-a-DevTools-extension)
4. [Resources and support](#resources-and-support)
## Setup your package hierarchy
### Standalone extensions
If you are adding a DevTools extension to an existing Dart package, proceed to the
instructions for [configuring your extension](#configure-your-extension).
If you are creating a standalone DevTools extension as a new package (i.e. not
part of an existing pub package), then you can build your extension in the same
package that it will be published with. Since the extension must be built as a
Flutter web app, you can use the following `flutter create` template:
```
flutter create --template app --platforms web my_new_tool
```
Now use the `my_new_tool` package to [configure your extension](#configure-your-extension)
in the next step.
### Configure your extension
In the Dart package that will provide the DevTools extension to users,
add a top-level `extension` directory:
```
some_pkg
extension/
lib/
...
```
Under this directory, create the following structure:
```
extension
devtools/
build/
config.yaml
```
The `config.yaml` file contains metadata that DevTools needs to load the extension.
```yaml
name: some_pkg
issueTracker: <link_to_your_issue_tracker.com>
version: 0.0.1
materialIconCodePoint: '0xe0b1'
```
Copy the `config.yaml` file content above and paste it into the `config.yaml` file you just
created in your package. **It is important that you use the exact file name and field names
as shown, or else your extension may fail to load in DevTools.**
For each key, fill in the appropriate value for your package.
* `name`: the package name that this DevTools extension belongs to. The value of this field
will be used in the extension page title bar. **(required)**
* `issueTracker`: the url for your issue tracker. When a user clicks the “Report an issue”
link in the DevTools UI, they will be directed to this url. **(required)**
* `version`: the version of your DevTools extension. This version number should evolve over
time as you ship new features for your extension. The value of this field will be used in the
extension page title bar. **(required)**

* `materialIconCodePoint`: corresponds to the codepoint value of an icon from
[material/icons.dart](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/icons.dart).
This icon will be used for the extension’s tab in the top-level DevTools tab bar. **(required)**

For the most up-to-date documentation on the `config.yaml` spec, see
[extension_config_spec.md](https://github.com/flutter/devtools/blob/master/packages/devtools_extensions/extension_config_spec.md)
Now it is time to build your extension.
## Create a DevTools extension
DevTools extensions must be written as Flutter web apps. This is because DevTools embeds
extensions in an iFrame to display them dynamically in DevTools.
### Where to put your source code
Only the pre-compiled output of your extension needs to be shipped with your pub package
in order for DevTools to load it.
#### Standalone extensions
For a standalone extension (an extension that is not being shipped as part of an existing
pub package), it is acceptable to include your source code in the same package that the
extension is shipped with. This will simplify development, and since users of your
package will add a dependency on your package as a `dev_dependency`, the size of your
package will not affect the user's app size.
```
my_new_tool
extension/
devtools/
build/
... # pre-compiled output of the Flutter web app under lib/
config.yaml
lib/ # source code for your extension Flutter web app
src/
...
```
#### Extensions that are part of an existing package
To keep the size of your pub package small, we recommend that
you develop your DevTools extension outside of your pub package. Here is the recommended package structure:
```
some_pkg/ # formerly the repository root of your pub package
packages/
some_pkg/ # your pub package
extension/
devtools/
build/
... # pre-compiled output of some_pkg_devtools_extension/lib
config.yaml
some_pkg_devtools_extension/
lib/ # source code for your extension Flutter web app
```
### Create the extension web app
1. Create the Flutter web app
- **Skip this step if you are building a standalone extension, since you already did
this when you set up your package hierarchy.**
From the directory where you want your extension source code to live, run the following
command, replacing `some_pkg_devtools_extension` with
`<your_package_name>_devtools_extension``:
```sh
flutter create --template app --platforms web some_pkg_devtools_extension
```
2. Add the `devtools_extensions` dependency to your Flutter web app.
In `pubspec.yaml`, add the following:
```yaml
devtools_extensions: ^0.0.14
```
3. Add the `DevToolsExtension` widget at the root of your Fluter web app.
In `lib/main.dart`, add the following:
```dart
import 'package:devtools_extensions/devtools_extensions.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const SomePkgDevToolsExtension());
}
class SomePkgDevToolsExtension extends StatelessWidget {
const SomePkgDevToolsExtension({super.key});
@override
Widget build(BuildContext context) {
return const DevToolsExtension(
child: Placeholder(), // Build your extension here
);
}
}
```
The `DevToolsExtension` widget automatically performs all extension initialization required
to interact with DevTools. From anywhere in your extension web app, you can access the globals:
- `extensionManager`: a manager for interacting with DevTools or the extensions framework
- `serviceManager`: a manager for interacting with the connected vm service, if present
- `dtdManager`: a manager for interacting with the Dart Tooling Daemon, if present
#### Utilize helper packages
Use [package:devtools_app_shared](https://pub.dev/packages/devtools_app_shared) for access to
service managers, common widgets, DevTools theming, utilities, and more. See
[devtools_app_shared/example](https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared/example)
for sample usages.
### Debug the extension web app
#### Use the Simulated DevTools Environment (recommended for development)
For debugging purposes, you will likely want to use the "simulated DevTools environment". This
is a simulated environment that allows you to build your extension without having to develop it
as an embedded iFrame in DevTools. Running your extension this way will wrap your extension
with an environment that simulates the DevTools-to-extension connection. It also
gives you access to hot restart and a faster development cycle.

1. Your DevTools extension.
2. The VM service URI for a test app that your DevTools extension will interact with. This app
should depend on your extension’s parent package.
3. Buttons to perform actions that a user may trigger from DevTools.
4. Logs showing the messages that will be sent between your extension and DevTools.
The simulated environment is enabled by an environment parameter `use_simulated_environment`.
To run your extension web app with this flag enabled, add a configuration to your `launch.json`
file in VS code:
```json
{
...
"configurations": [
...
{
"name": "some_pkg_devtools_extension + simulated environment",
"cwd": "packages/some_pkg_devtools_extension",
"request": "launch",
"type": "dart",
"args": [
"--dart-define=use_simulated_environment=true"
],
},
]
}
```
or launch your app from the command line with the added flag:
```sh
flutter run -d chrome --dart-define=use_simulated_environment=true
```
#### Use a real DevTools Environment
To use a real DevTools environment, you will need to perform a series of setup steps:
1. Develop your extension to a point where you are ready to test your changes in a
real DevTools environment. Build your flutter web app and copy the built assets from
`your_extension_web_app/build/web` to your pub package's `extension/devtools/build` directory.
Use the `build_and_copy` command from `package:devtools_extensions` to help with this step.
```sh
cd your_extension_web_app;
flutter pub get;
dart run devtools_extensions build_and_copy --source=. --dest=../some_pkg/extension/devtools
```
To ensure that your extension is setup properly for loading in DevTools, run the
`validate` command from `package:devtools_extensions`. The `--package` argument
should point to the root of the Dart package that this extension will be published
with.
```sh
cd your_extension_web_app;
flutter pub get;
dart run devtools_extensions validate --package=../some_pkg
```
2. Prepare and run a test application that depends on your pub package that is providing the
extension. You'll need to change the `pubspec.yaml` dependency to be a
[path](https://dart.dev/tools/pub/dependencies#path-packages) dependency that points to your
local pub package source code. Once you have done this, run `pub get` on the test app, and
then run the application.
3. Start DevTools:
* As long as you are using **Dart SDK >= todo or Flutter SDK >= todo**,
you can launch the DevTools instance that was just started by running your app (either from
a url printed to command line or from the IDE where you ran your test app). You can also run
`dart devtools` from the command line.
* **If you need local or unreleased changes from DevTools**, you'll need to build and run
DevTools from source. See the DevTools [CONTRIBUTING.md]() for a guide on how to do this.
You'll need to build DevTools with the server and the front end to test extensions - see
[instructions](https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md#development-devtools-server--devtools-flutter-web-app).
4. Connect your test app to DevTools if it is not connected already, and you should see a tab
in the DevTools app bar for your extension. The enabled or disabled state of your extension is
managed by DevTools, which is exposed from an "Extensions" menu in DevTools, available from the
action buttons in the upper right corner of the screen.
## Publish your package with a DevTools extension
In order for a package to provide a DevTools extension to its users, it must be published with the
expected content in the `your_package/extension/devtools/` directory (see the
[setup instructions](#setup-your-package-hierarchy) above).
1. Ensure the `extension/devtools/config.yaml` file exists and is configured per the
[specifications above](#setup-your-package-hierarchy).
2. Use the `build_and_copy` command provided by `package:devtools_extensions` to build
your extension and copy the output to the `extension/devtools` directory:
```sh
cd your_extension_web_app;
flutter pub get;
dart run devtools_extensions build_and_copy --source=. --dest=../some_pkg/extension/devtools
```
Then publish your package. When running `pub publish`, you will see a warning if you
do not have the `config.yaml` file and a non-empty `build` directory as required.
### What if I don't want the `extension/devtools/build/` contents checked into source control?
As a package author, the content that you check into your git repository is completely up to you.
If you want the contents of `extension/devtools/build/` to be git ignored, then you'll just need
to ensure that the extension web app is always built and included in `extension/devtools/build/`
when you publish your package. To do so, add the following to a `.pubignore` file in the
`extension/devtools/` directory:
```
!build
```
This will ensure that, even if the `extension/devtools/build` directory has been been git
ignored, the directory will still be included when publishing the package on pub.
To verify the published extension contents are always up to date, consider adding a tool
script to your repo that looks something like this:
**publish.sh**
```sh
pushd your_extension_web_app
flutter pub get
dart run devtools_extensions build_and_copy --source=. --dest=../your_pub_package/extension/devtools
popd
pushd your_pub_package
flutter pub publish
popd
```
## Resources and support
Please join the [Flutter Discord server](https://github.com/flutter/flutter/wiki/Chat) and then check out
the [#devtools-extension-authors](https://discord.com/channels/608014603317936148/1159561514072690739)
channel to connect with other DevTools extension authors and the DevTools team.
For feature requests or bugs, please [file an issue](https://github.com/flutter/devtools/issues/new)
on the DevTools Github repository.
| devtools/packages/devtools_extensions/README.md/0 | {
"file_path": "devtools/packages/devtools_extensions/README.md",
"repo_id": "devtools",
"token_count": 4296
} | 170 |
// 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.
part of '../_simulated_devtools_environment.dart';
class _UriConnectionDisplay extends StatelessWidget {
const _UriConnectionDisplay({
required this.simController,
required this.connected,
required this.connectedLabel,
required this.disconnectedLabel,
required this.disconnectedHint,
required this.onConnect,
required this.onDisconnect,
required this.currentConnection,
this.help,
});
@visibleForTesting
static const totalControlsHeight = 45.0;
final SimulatedDevToolsController simController;
final bool connected;
final String connectedLabel;
final String disconnectedLabel;
final String disconnectedHint;
final void Function(String) onConnect;
final VoidCallback onDisconnect;
final String Function() currentConnection;
final Widget? help;
@override
Widget build(BuildContext context) {
return SizedBox(
height: totalControlsHeight,
child: connected
? _ConnectedDisplay(
simController: simController,
label: connectedLabel,
onDisconnect: onDisconnect,
currentConnection: currentConnection,
help: help,
)
: _DisconnectedDisplay(
simController: simController,
label: disconnectedLabel,
hint: disconnectedHint,
onConnect: onConnect,
help: help,
),
);
}
}
class _ConnectedDisplay extends StatelessWidget {
const _ConnectedDisplay({
required this.simController,
required this.label,
required this.currentConnection,
required this.onDisconnect,
this.help,
});
final SimulatedDevToolsController simController;
final String label;
final String Function() currentConnection;
final VoidCallback onDisconnect;
final Widget? help;
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
return Row(
mainAxisSize: MainAxisSize.min,
children: [
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
label,
style: theme.regularTextStyle,
),
Text(
currentConnection(),
style: theme.boldTextStyle,
),
],
),
const Expanded(
child: SizedBox(width: denseSpacing),
),
DevToolsButton(
elevated: true,
label: 'Disconnect',
onPressed: onDisconnect,
),
if (help != null) ...[
const SizedBox(width: denseSpacing),
_ConnectionHelpButton(
dialogTitle: '$label help',
child: help!,
),
],
],
);
}
}
class _DisconnectedDisplay extends StatefulWidget {
const _DisconnectedDisplay({
required this.simController,
required this.label,
required this.hint,
required this.onConnect,
this.help,
});
final SimulatedDevToolsController simController;
final String label;
final String hint;
final void Function(String) onConnect;
final Widget? help;
@override
State<_DisconnectedDisplay> createState() => _DisconnectedDisplayState();
}
class _DisconnectedDisplayState extends State<_DisconnectedDisplay> {
static const _connectFieldWidth = 300.0;
late final TextEditingController _connectTextFieldController;
@override
void initState() {
super.initState();
_connectTextFieldController = TextEditingController();
}
@override
void dispose() {
_connectTextFieldController.dispose();
super.dispose();
}
@override
Widget build(BuildContext context) {
final theme = Theme.of(context);
return Row(
mainAxisSize: MainAxisSize.min,
children: [
SizedBox(
width: _connectFieldWidth,
child: TextField(
autofocus: true,
style: theme.regularTextStyle,
decoration: InputDecoration(
contentPadding: const EdgeInsets.all(denseSpacing),
isDense: true,
border: const OutlineInputBorder(),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(width: 0.5, color: theme.focusColor),
),
labelText: widget.label,
labelStyle: theme.regularTextStyle,
hintText: widget.hint,
hintStyle: theme.regularTextStyle,
),
onSubmitted: widget.onConnect,
controller: _connectTextFieldController,
),
),
const SizedBox(width: denseSpacing),
DevToolsButton(
elevated: true,
label: 'Connect',
onPressed: () => widget.onConnect(_connectTextFieldController.text),
),
if (widget.help != null) ...[
const SizedBox(width: denseSpacing),
_ConnectionHelpButton(
dialogTitle: '${widget.label} help',
child: widget.help!,
),
],
],
);
}
}
class _ConnectionHelpButton extends StatelessWidget {
const _ConnectionHelpButton({
required this.dialogTitle,
required this.child,
});
final String dialogTitle;
final Widget child;
static const helpContentWidth = 550.0;
@override
Widget build(BuildContext context) {
return DevToolsButton.iconOnly(
icon: Icons.help_outline,
tooltip: 'Help',
onPressed: () {
showDevToolsDialog(
context: context,
title: dialogTitle,
content: SizedBox(
width: helpContentWidth,
child: child,
),
);
},
);
}
}
| devtools/packages/devtools_extensions/lib/src/template/_simulated_devtools_environment/connection_ui/_connect.dart/0 | {
"file_path": "devtools/packages/devtools_extensions/lib/src/template/_simulated_devtools_environment/connection_ui/_connect.dart",
"repo_id": "devtools",
"token_count": 2415
} | 171 |
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:yaml/yaml.dart';
extension YamlExtension on YamlMap {
Map<String, Object?> toDartMap() {
final map = <String, Object?>{};
for (final entry in nodes.entries) {
map[entry.key.toString()] = entry.value.convertToDartType();
}
return map;
}
}
extension YamlListExtension on YamlList {
List<Object?> toDartList() {
final list = <Object>[];
for (final e in nodes) {
final element = e.convertToDartType();
if (element != null) list.add(element);
}
return list;
}
}
extension YamlNodeExtension on YamlNode {
Object? convertToDartType() {
return switch (this) {
YamlMap() => (this as YamlMap).toDartMap(),
YamlList() => (this as YamlList).toDartList(),
_ => value,
};
}
}
| devtools/packages/devtools_shared/lib/src/extensions/yaml_utils.dart/0 | {
"file_path": "devtools/packages/devtools_shared/lib/src/extensions/yaml_utils.dart",
"repo_id": "devtools",
"token_count": 377
} | 172 |
// 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';
/// A shim that imitates the interface of SseClient from package:sse.
///
/// This allows us to run DevTools with Flutter Desktop.
// TODO(https://github.com/flutter/devtools/issues/1122): Make SSE work without dart:html.
class SseClient {
SseClient(String endpoint, {String? debugKey});
Stream? get stream => null;
StreamSink? get sink => null;
}
| devtools/packages/devtools_shared/lib/src/sse/_fake_sse.dart/0 | {
"file_path": "devtools/packages/devtools_shared/lib/src/sse/_fake_sse.dart",
"repo_id": "devtools",
"token_count": 162
} | 173 |
// 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:async';
import 'package:devtools_shared/src/deeplink/deeplink_manager.dart';
class FakeDeeplinkManager extends DeeplinkManager {
String? receivedPath;
String? receivedBuildVariant;
String? receivedConfiguration;
String? receivedTarget;
late Map<String, String> responseForGetAndroidBuildVariants;
late Map<String, String> responseForGetAndroidAppLinkSettings;
late Map<String, String> responseForGetIosBuildOptions;
late Map<String, String> responseForGetIosUniversalLinkSettings;
@override
Future<Map<String, String>> getAndroidBuildVariants({
required String rootPath,
}) async {
receivedPath = rootPath;
return responseForGetAndroidBuildVariants;
}
@override
Future<Map<String, String>> getAndroidAppLinkSettings({
required String rootPath,
required String buildVariant,
}) async {
receivedPath = rootPath;
receivedBuildVariant = buildVariant;
return responseForGetAndroidAppLinkSettings;
}
@override
Future<Map<String, String>> getIosBuildOptions({
required String rootPath,
}) async {
receivedPath = rootPath;
return responseForGetIosBuildOptions;
}
@override
Future<Map<String, String>> getIosUniversalLinkSettings({
required String rootPath,
required String configuration,
required String target,
}) async {
receivedPath = rootPath;
receivedConfiguration = configuration;
receivedTarget = target;
return responseForGetIosUniversalLinkSettings;
}
}
| devtools/packages/devtools_shared/test/fakes.dart/0 | {
"file_path": "devtools/packages/devtools_shared/test/fakes.dart",
"repo_id": "devtools",
"token_count": 498
} | 174 |
// 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:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'utils.dart';
/// Navigates to each visible DevTools screen.
Future<void> navigateThroughDevToolsScreens(
WidgetController controller, {
bool runWithExpectations = true,
}) async {
final visibleScreenIds = generateVisibleScreenIds();
final tabs = controller.widgetList<Tab>(
find.descendant(
of: find.byType(DevToolsAppBar),
matching: find.byType(Tab),
),
);
var numTabs = tabs.length;
if (numTabs < visibleScreenIds.length) {
final tabOverflowMenuFinder = find.descendant(
of: find.byType(TabOverflowButton),
matching: find.byType(MenuAnchor),
);
_maybeExpect(
tabOverflowMenuFinder,
findsOneWidget,
shouldExpect: runWithExpectations,
);
final menuChildren =
controller.widget<MenuAnchor>(tabOverflowMenuFinder).menuChildren;
numTabs += menuChildren.length;
}
_maybeExpect(
numTabs,
visibleScreenIds.length,
shouldExpect: runWithExpectations,
);
final screens = (ScreenMetaData.values.toList()
..removeWhere((data) => !visibleScreenIds.contains(data.id)));
for (final screen in screens) {
await switchToScreen(
controller,
tabIcon: screen.icon!,
screenId: screen.id,
runWithExpectations: runWithExpectations,
);
}
}
List<String> generateVisibleScreenIds() {
final availableScreenIds = <String>[];
// ignore: invalid_use_of_visible_for_testing_member, valid use from package:devtools_test
for (final screen in devtoolsScreens!) {
if (shouldShowScreen(screen.screen)) {
availableScreenIds.add(screen.screen.screenId);
}
}
return availableScreenIds;
}
/// Switches to the DevTools screen with icon [tabIcon] and pumps the tester
/// to settle the UI.
Future<void> switchToScreen(
WidgetController controller, {
required IconData tabIcon,
required String screenId,
bool warnIfTapMissed = true,
bool runWithExpectations = true,
}) async {
logStatus('switching to $screenId screen (icon $tabIcon)');
final tabFinder = await findTab(controller, tabIcon);
_maybeExpect(
tabFinder,
findsOneWidget,
shouldExpect: runWithExpectations,
);
await controller.tap(tabFinder, warnIfMissed: warnIfTapMissed);
// We use pump here instead of pumpAndSettle because pumpAndSettle will
// never complete if there is an animation (e.g. a progress indicator).
await controller.pump(safePumpDuration);
}
/// Finds the tab with [icon] either in the top-level DevTools tab bar or in the
/// tab overflow menu for tabs that don't fit on screen.
Future<Finder> findTab(WidgetController controller, IconData icon) async {
// Open the tab overflow menu before looking for the tab.
final tabOverflowButtonFinder = find.byType(TabOverflowButton);
if (tabOverflowButtonFinder.evaluate().isNotEmpty) {
await controller.tap(tabOverflowButtonFinder);
await controller.pump(shortPumpDuration);
}
return find.widgetWithIcon(Tab, icon);
}
// ignore: avoid-dynamic, wrapper around `expect`, which uses dynamic types.
void _maybeExpect(dynamic actual, dynamic matcher, {bool shouldExpect = true}) {
if (shouldExpect) {
expect(actual, matcher);
}
}
Future<void> loadSampleData(
WidgetController controller,
String fileName, {
Duration waitTimeForLoad = longPumpDuration,
}) async {
await controller.tap(find.byType(DropdownButton<DevToolsJsonFile>));
await controller.pumpAndSettle();
await controller.tap(find.text(fileName).last);
await controller.pump(safePumpDuration);
await controller.tap(find.text('Load sample data'));
await controller.pump(waitTimeForLoad);
}
/// Scrolls to the end of the first [Scrollable] descendant of the [T] widget.
///
/// For example, if you have some widget in the tree 'Foo' that contains a
/// [Scrollbar] somewhere in its descendants, calling
/// `scrollToEnd<Foo>(controller)` would perform the following steps:
///
/// 1) find the [Scrollbar] widget descending from [Foo].
/// 2) access the [Scrollbar] widget's [ScrollController].
/// 3) scroll the scrollable attached to the [ScrollController] to the end of
/// the [ScrollController]'s scroll extent.
Future<void> scrollToEnd<T>(WidgetController controller) async {
final scrollbarFinder = find.descendant(
of: find.byType(T),
matching: find.byType(Scrollbar),
);
final scrollbar = controller.firstWidget<Scrollbar>(scrollbarFinder);
await scrollbar.controller!.animateTo(
scrollbar.controller!.position.maxScrollExtent,
duration: const Duration(milliseconds: 500),
curve: Curves.easeInOutCubic,
);
await controller.pump(shortPumpDuration);
}
| devtools/packages/devtools_test/lib/src/helpers/actions.dart/0 | {
"file_path": "devtools/packages/devtools_test/lib/src/helpers/actions.dart",
"repo_id": "devtools",
"token_count": 1596
} | 175 |
// 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 'dart:convert';
import 'dart:io';
import 'package:devtools_app/devtools_app.dart';
import 'package:devtools_app_shared/service.dart';
import 'package:devtools_shared/devtools_shared.dart';
import 'package:flutter/foundation.dart';
import 'package:mockito/mockito.dart';
import 'package:vm_service/vm_service.dart';
import 'generated_mocks_factories.dart';
class FakeInspectorService extends Fake implements InspectorService {
final pubRootDirectories = <String>{};
@override
ObjectGroup createObjectGroup(String debugName) {
return ObjectGroup(debugName, this);
}
@override
Future<bool> isWidgetTreeReady() async {
return false;
}
@override
Future<List<String>?> getPubRootDirectories() {
return Future.value(pubRootDirectories.toList());
}
@override
Future<void> addPubRootDirectories(List<String> rootDirectories) {
pubRootDirectories.addAll(rootDirectories);
return Future<void>.value();
}
@override
Future<void> removePubRootDirectories(List<String> rootDirectories) {
pubRootDirectories.removeAll(rootDirectories);
return Future<void>.value();
}
@override
bool get useDaemonApi => true;
@override
final Set<InspectorServiceClient> clients = {};
@override
void addClient(InspectorServiceClient client) {
clients.add(client);
}
@override
void removeClient(InspectorServiceClient client) {
clients.remove(client);
}
@override
bool get hoverEvalModeEnabledByDefault => true;
}
class TestInspectorController extends Fake implements InspectorController {
InspectorService service = FakeInspectorService();
@override
ValueListenable<InspectorTreeNode?> get selectedNode => _selectedNode;
final ValueNotifier<InspectorTreeNode?> _selectedNode = ValueNotifier(null);
@override
void setSelectedNode(InspectorTreeNode? newSelection) {
_selectedNode.value = newSelection;
}
@override
InspectorService get inspectorService => service;
}
class FakeVM extends Fake implements VM {
FakeVM();
@override
Map<String, dynamic>? json = {
'_FAKE_VM': true,
'_currentRSS': 0,
};
}
class TestCodeViewController extends CodeViewController {
@override
ProgramExplorerController get programExplorerController =>
_explorerController;
final _explorerController = createMockProgramExplorerControllerWithDefaults();
}
void mockWebVm(VM vm) {
when(vm.targetCPU).thenReturn('Web');
when(vm.architectureBits).thenReturn(-1);
when(vm.operatingSystem).thenReturn('macos');
}
void mockConnectedApp(
ConnectedApp connectedApp, {
required bool isFlutterApp,
required bool isProfileBuild,
required bool isWebApp,
String os = 'ios',
}) {
assert(!(!isFlutterApp && isProfileBuild));
// Dart VM.
when(connectedApp.isRunningOnDartVM).thenReturn(!isWebApp);
// Flutter app.
when(connectedApp.isFlutterAppNow).thenReturn(isFlutterApp);
when(connectedApp.isFlutterApp).thenAnswer((_) => Future.value(isFlutterApp));
when(connectedApp.isFlutterNativeAppNow)
.thenReturn(isFlutterApp && !isWebApp);
if (isFlutterApp) {
when(connectedApp.flutterVersionNow).thenReturn(
FlutterVersion.parse({
'type': 'Success',
'frameworkVersion': '2.10.0',
'channel': 'unknown',
'repositoryUrl': 'unknown source',
'frameworkRevision': '74432fa91c8ffbc555ffc2701309e8729380a012',
'frameworkCommitDate': '2020-05-14 13:05:34 -0700',
'engineRevision': 'ae2222f47e788070c09020311b573542b9706a78',
'dartSdkVersion': '2.9.0 (build 2.9.0-8.0.dev d6fed1f624)',
'frameworkRevisionShort': '74432fa91c',
'engineRevisionShort': 'ae2222f47e',
}),
);
} else {
when(connectedApp.flutterVersionNow).thenReturn(null);
}
// Flutter web app.
when(connectedApp.isFlutterWebAppNow).thenReturn(isFlutterApp && isWebApp);
// Web app.
when(connectedApp.isDartWebApp).thenAnswer((_) => Future.value(isWebApp));
when(connectedApp.isDartWebAppNow).thenReturn(isWebApp);
// CLI app.
final isCliApp = !isFlutterApp && !isWebApp;
when(connectedApp.isDartCliApp).thenAnswer((_) => Future.value(isCliApp));
when(connectedApp.isDartCliAppNow).thenReturn(isCliApp);
// Run mode.
when(connectedApp.isProfileBuild)
.thenAnswer((_) => Future.value(isProfileBuild));
when(connectedApp.isProfileBuildNow).thenReturn(isProfileBuild);
when(connectedApp.isDebugFlutterAppNow)
.thenReturn(isFlutterApp && !isProfileBuild);
// Operating system.
when(connectedApp.operatingSystem).thenReturn(os);
// Initialized.
when(connectedApp.connectedAppInitialized).thenReturn(true);
when(connectedApp.initialized).thenReturn(Completer()..complete(true));
}
void mockFlutterVersion(
ConnectedApp connectedApp,
SemanticVersion version,
) {
when(connectedApp.flutterVersionNow).thenReturn(
FlutterVersion.parse({
'frameworkVersion': '$version',
}),
);
when(connectedApp.connectedAppInitialized).thenReturn(true);
}
// ignore: prefer_single_quotes, false positive.
final Grammar mockGrammar = Grammar.fromJson(
jsonDecode(
'''
{
"name": "Dart",
"fileTypes": [
"dart"
],
"scopeName": "source.dart",
"patterns": [],
"repository": {}
}
''',
),
);
final mockScriptRef = ScriptRef(
uri: 'package:gallery/main.dart',
id: 'test-script-long-lines',
);
final mockLargeScriptRef = ScriptRef(
uri: 'package:front_end/src/fasta/kernel/body_builder.dart',
id: 'test-large-script',
);
final mockEmptyScriptRef = ScriptRef(
uri: 'package:gallery/src/unknown.dart',
id: 'mock-script-no-source',
);
final Script? mockScript = _loadScript('script.json');
final Script? mockLargeScript = _loadScript('large_script.json');
final Script mockEmptyScript = Script(
uri: 'package:gallery/src/unknown.dart',
id: 'mock-script-no-source',
);
Script? _loadScript(String scriptName) {
final script = File('../devtools_test/lib/src/mocks/mock_data/$scriptName');
return Script.parse(jsonDecode(script.readAsStringSync()));
}
final mockSyntaxHighlighter = SyntaxHighlighter.withGrammar(
grammar: mockGrammar,
source: mockScript!.source,
);
const coverageHitLines = <int>{
1,
3,
4,
7,
};
const coverageMissLines = <int>{
2,
5,
};
const executableLines = <int>{
...coverageHitLines,
...coverageMissLines,
};
const profilerEntries = <int, ProfileReportEntry>{
1: ProfileReportEntry(
sampleCount: 5,
line: 1,
inclusive: 2,
exclusive: 2,
),
3: ProfileReportEntry(
sampleCount: 5,
line: 3,
inclusive: 1,
exclusive: 1,
),
4: ProfileReportEntry(
sampleCount: 5,
line: 4,
inclusive: 1,
exclusive: 1,
),
7: ProfileReportEntry(
sampleCount: 5,
line: 7,
inclusive: 1,
exclusive: 1,
),
};
final mockParsedScript = ParsedScript(
script: mockScript!,
highlighter: mockSyntaxHighlighter,
executableLines: executableLines,
sourceReport: ProcessedSourceReport(
coverageHitLines: coverageHitLines,
coverageMissedLines: coverageMissLines,
profilerEntries: profilerEntries,
),
);
final mockScriptRefs = [
ScriptRef(uri: 'zoo:animals/cats/meow.dart', id: 'fake/id/1'),
ScriptRef(uri: 'zoo:animals/cats/purr.dart', id: 'fake/id/2'),
ScriptRef(uri: 'zoo:animals/dogs/bark.dart', id: 'fake/id/3'),
ScriptRef(uri: 'zoo:animals/dogs/growl.dart', id: 'fake/id/4'),
ScriptRef(uri: 'zoo:animals/insects/caterpillar.dart', id: 'fake/id/5'),
ScriptRef(uri: 'zoo:animals/insects/cicada.dart', id: 'fake/id/6'),
ScriptRef(uri: 'kitchen:food/catering/party.dart', id: 'fake/id/7'),
ScriptRef(uri: 'kitchen:food/carton/milk.dart', id: 'fake/id/8'),
ScriptRef(uri: 'kitchen:food/milk/carton.dart', id: 'fake/id/9'),
ScriptRef(uri: 'travel:adventure/cave_tours_europe.dart', id: 'fake/id/10'),
ScriptRef(uri: 'travel:canada/banff.dart', id: 'fake/id/11'),
];
| devtools/packages/devtools_test/lib/src/mocks/mocks.dart/0 | {
"file_path": "devtools/packages/devtools_test/lib/src/mocks/mocks.dart",
"repo_id": "devtools",
"token_count": 2960
} | 176 |
// Source code made available under the terms of the MIT license.
The MIT License (MIT)
Copyright (c) 2016 Roberto Huertas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
=======================================================================
// Icons made available under the terms of the CC-BY 4.0 license
Attribution 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More_considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution 4.0 International Public License ("Public License"). To the
extent this Public License may be interpreted as a contract, You are
granted the Licensed Rights in consideration of Your acceptance of
these terms and conditions, and the Licensor grants You such rights in
consideration of benefits the Licensor receives from making the
Licensed Material available under these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
d. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
e. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
f. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
g. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
h. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
i. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
4. If You Share Adapted Material You produce, the Adapter's
License You apply must not prevent recipients of the Adapted
Material from complying with this Public License.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.
| devtools/third_party/packages/codicon/LICENSE/0 | {
"file_path": "devtools/third_party/packages/codicon/LICENSE",
"repo_id": "devtools",
"token_count": 5503
} | 177 |
{
"resources": {
"assets/MaterialSymbolsOutlined.woff2": "sha256-/n860MwbjBXNu9elB7w+y0ibhcikbvw4IJjz1GnmEGE=",
"assets/Roboto-100.woff2": "sha256-IkglhK6qex103gcnkyRsZeOLQCrCMfOLsNkQKAJUMjA=",
"assets/Roboto-300.woff2": "sha256-M1MLAHBxKBqX55uqsT3ffMS53pQuvT4hIiSFczX3y5c=",
"assets/Roboto-400.woff2": "sha256-zEYyLVxNQdpEfyb3+nFIJ/LsmhEpaMEu9XNsdJSYXso=",
"assets/Roboto-500.woff2": "sha256-u0btB5w908Oa9QUbStpI8p9JFR2tT6IYEXutL9teYW8=",
"assets/RobotoCondensed-Light.woff2": "sha256-rELob/HQ/Hinhwpyz10bvwpQmoUtuh2Kvcc0iSsNSEQ=",
"assets/RobotoCondensed-Regular.woff2": "sha256-SaG04SlmRaovUTyHoOX+VqMFp+1njC9kmWMewfOzWFY=",
"assets/RobotoMono-Regular.woff2": "sha256-5DK7glyj4CZ9Yo+ttqjKY7DMo/xzRfFcfwgPeouCFl4=",
"assets/brand.png": "sha256-U34ng2vKNqzITxwkGF+PPLQiM6YdB5fvDdqyHPHqiLo=",
"assets/catapult_trace_viewer.html": "sha256-wLrVZQID01LZXrQygBUzpUlJcvHKCcoetygA1jrOjj8=",
"assets/catapult_trace_viewer.js": "sha256-tpvMkJYBPHRuDjmhKIiiuCVJzjgWa4LcIRxqsb3axf0=",
"assets/favicon.png": "sha256-0kge5x4UIrS2BqOEKGzZd9l7thrAOJsoiliiwpfn4aE=",
"assets/logo-128.png": "sha256-c+D898ryKYVcgkNLeV5Pf25yi/D/nIv0OIXwmsGv8ns=",
"assets/logo-3d.png": "sha256-cNpuyQnaU7JRoW+T+QldM5a5xk4HwKVffw45V2tiKe0=",
"assets/rec_atrace.png": "sha256-dIcpPtIGrnXSgJcwmLcsbwsg3ckX7msQ7b81ct3TnYc=",
"assets/rec_battery_counters.png": "sha256-ps4d9PYYa5i8n6wgMVauITCXGQrv+y7PBudZbZLnHyw=",
"assets/rec_board_voltage.png": "sha256-6w5TN3sBYJNevRdjj3ZkzhDDwMsUID/EsOyL/v+JA2c=",
"assets/rec_cpu_coarse.png": "sha256-gqTfM9LG4xSOLTC+auuWvy5ovTLbVG6wb4c9KP4dZSs=",
"assets/rec_cpu_fine.png": "sha256-2ncaNBPU78Waf+H1VHr8qfcwhfSrRW+2yIBW3FVShLE=",
"assets/rec_cpu_freq.png": "sha256-0GNig+HKE0ag4KNmpOZvh+12teGKnWpoyGVYyzeYSrA=",
"assets/rec_cpu_voltage.png": "sha256-ap0/YZ0p0Q3Py6GoOJqrb2mPg8i2H9/09JpotIWZYr0=",
"assets/rec_frame_timeline.png": "sha256-epQ2K8lt+sMTX7dN0iHEInzNdmJrVpfZeEGeSuZRM7w=",
"assets/rec_ftrace.png": "sha256-+SxCOHlHkJw84Ev/oJxa5IcyHjRJEgCHtJVj4YNNC7I=",
"assets/rec_gpu_mem_total.png": "sha256-M4ggVqemJEoIB14Zz0/wFL7nORk7B06q4pIM6u1U8vo=",
"assets/rec_java_heap_dump.png": "sha256-wMPAmG/jj8mZUeHj/1RLxEInic0jLm4osHKUPicLoKc=",
"assets/rec_lmk.png": "sha256-i5s7gC4FPJF898aRvxew1ob0qp77Ts7YE/I65FSnsTg=",
"assets/rec_logcat.png": "sha256-saca16fp7AqXCVCEJqZav1/h/FuiEZJOl0avdhBjUdM=",
"assets/rec_long_trace.png": "sha256-IAj0+L2YJWw/uW1mNwf0bSQF269HqNlkwowapWbRsvg=",
"assets/rec_mem_hifreq.png": "sha256-KrITVZhp3/D+MetAFyY31NC68kJsdgu1DyPiZQksBU0=",
"assets/rec_meminfo.png": "sha256-tj+d95JJdPLYN0jUgYuT6xtZe2oGvuI09yTT9iKi1ig=",
"assets/rec_native_heap_profiler.png": "sha256-u7omLys+opSmE/DJZjSzSoJdKh0zcsg9LxWo9IhBg9Q=",
"assets/rec_one_shot.png": "sha256-CLJP9CsfHBUSEFFfn/mXVVZLFjKmLJVSqVYPxPHw56U=",
"assets/rec_profiling.png": "sha256-Wur+qMgd9r3s3Dd7zvQ7G/8ul4KgDCzjbMiV6GNiY70=",
"assets/rec_ps_stats.png": "sha256-KvVjhTipkSR3xOYFPxcyKOpO+NP220BTRmhr8h1F4gM=",
"assets/rec_ring_buf.png": "sha256-IddHPrwbieCGZctKKbAHW2/1+3VQE3qXs1QwlkyoGKc=",
"assets/rec_syscalls.png": "sha256-4ePrwW8K9bI4VLHtZU5CyE0HXuMVn+DrInWejtWtQ0c=",
"assets/rec_vmstat.png": "sha256-NPpW3mqNqAU9gLehEMmEJa0qFEPjIWTFgFb+shQzxoc=",
"assets/scheduling_latency.png": "sha256-fDKu374SoZpAR5x96fagHxhg9bba9sAzhyruxILl7DU=",
"engine_bundle.js": "sha256-HxK7Q+yHcnC0SNNGwZTfoO9P2wMZqlrqyWKHfGj5Cwk=",
"frontend_bundle.js": "sha256-kLwVA+MhZHc9YBCtC7HY2hbL2wUWQwEIpJYp8CN/YE8=",
"perfetto.css": "sha256-QZY/nnc3VUrNSPUXeZDI2/JstalLf1fvs8MzvD4CyRw=",
"trace_processor.wasm": "sha256-+2d0452aHr8C2YbwZ9FQ7lbMFYS0MoB3Dhb+KFohyUk=",
"traceconv.wasm": "sha256-70ZX7oxQcESf4gun/EsgjsfcSja+RhLq/3fKFSf0Gdc=",
"traceconv_bundle.js": "sha256-u4a7IkH2gBNOvkSjHYTp7sqyYp3sQwqEXmYzBWIqulM="
}
} | devtools/third_party/packages/perfetto_ui_compiled/lib/dist/v33.0-1838a06af/manifest.json/0 | {
"file_path": "devtools/third_party/packages/perfetto_ui_compiled/lib/dist/v33.0-1838a06af/manifest.json",
"repo_id": "devtools",
"token_count": 2394
} | 178 |
name: widget_icons
description: Icons for Flutter widgets
version: 0.0.2
homepage: https://github.com/flutter/devtools/tree/master/third_party/packages/widget_icons
environment:
sdk: ^3.0.0
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
fonts:
- family: widget_icons
fonts:
- asset: fonts/widget_icons.ttf
| devtools/third_party/packages/widget_icons/pubspec.yaml/0 | {
"file_path": "devtools/third_party/packages/widget_icons/pubspec.yaml",
"repo_id": "devtools",
"token_count": 183
} | 179 |
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"dart_devtools_log": {
"title": "Dart DevTools Log Format",
"description": "Log format used for https://github.com/flutter/devtools logging.",
"url": "https://github.com/flutter/devtools",
"file-type": "json",
"level-field": "level",
"level": {
"stats": "FINER",
"notice": "FINE",
"info": "INFO",
"warning": "WARNING",
"critical": "SEVERE",
"fatal": "SHOUT"
},
"ordered-by-time": true
}
} | devtools/tool/devtools_lnav.json/0 | {
"file_path": "devtools/tool/devtools_lnav.json",
"repo_id": "devtools",
"token_count": 306
} | 180 |
// 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 'dart:io';
import 'package:args/command_runner.dart';
import 'package:devtools_tool/model.dart';
import 'package:devtools_tool/utils.dart';
import 'package:io/io.dart';
import 'package:path/path.dart' as path;
import 'shared.dart';
const _buildAppFlag = 'build-app';
const _debugServerFlag = 'debug-server';
// TODO(https://github.com/flutter/devtools/issues/7232): Consider using
// AllowAnythingParser instead of manually passing these args through.
const _machineFlag = 'machine';
const _dtdUriFlag = 'dtd-uri';
const _allowEmbeddingFlag = 'allow-embedding';
/// This command builds DevTools in release mode by running the
/// `devtools_tool build` command and then serves DevTools with a locally
/// running DevTools server.
///
/// If the [_buildAppFlag] argument is negated (e.g. --no-build-app), then the
/// DevTools web app will not be rebuilt before serving. The following arguments
/// are ignored if '--no-build-app' is present in the list of arguments passed
/// to this command. All of the following commands are passed along to the
/// `devtools_tool build` command.
///
/// If the [_debugServerFlag] argument is present, the DevTools server will be
/// started with the `--observe` flag. This will allow you to debug and profile
/// the server with a local VM service connection. By default, this will set
/// `--pause-isolates-on-start` and `--pause-isolates-on-unhandled-exceptions`
/// for the DevTools server VM service connection.
///
/// If the [BuildCommandArgs.useFlutterFromPath] argument is present, the
/// Flutter SDK will not be updated to the latest Flutter candidate before
/// building DevTools. Use this flag to save the cost of updating the Flutter
/// SDK when you already have the proper SDK checked out. This is helpful when
/// developing with the DevTools server.
///
/// If the [BuildCommandArgs.updatePerfetto] argument is present, the
/// precompiled bits for Perfetto will be updated from the
/// `devtools_tool update-perfetto` command as part of the DevTools build
/// process.
///
/// If [BuildCommandArgs.pubGet] argument is negated (e.g. --no-pub-get), then
/// `devtools_tool pub-get --only-main` command will not be run before building
/// the DevTools web app. Use this flag to save the cost of updating pub
/// packages if your pub cahce does not need to be updated. This is helpful when
/// developing with the DevTools server.
///
/// The [BuildCommandArgs.buildMode] argument specifies the Flutter build mode
/// that the DevTools web app will be built in ('release', 'profile', 'debug').
/// This defaults to 'release' if unspecified.
class ServeCommand extends Command {
ServeCommand() {
argParser
..addFlag(
_buildAppFlag,
negatable: true,
defaultsTo: true,
help:
'Whether to build the DevTools web app before starting the DevTools'
' server.',
)
..addFlag(
_debugServerFlag,
negatable: false,
defaultsTo: false,
help: 'Enable debugging for the DevTools server.',
)
..addUpdateFlutterFlag()
..addUpdatePerfettoFlag()
..addPubGetFlag()
..addBulidModeOption()
// Flags defined in the server in DDS.
..addFlag(
_machineFlag,
negatable: false,
help: 'Sets output format to JSON for consumption in tools.',
)
..addOption(
_dtdUriFlag,
help: 'Sets the dtd uri when starting the devtools server',
)
..addFlag(
_allowEmbeddingFlag,
help: 'Allow embedding DevTools inside an iframe.',
);
}
@override
String get name => 'serve';
@override
String get description =>
'Builds DevTools in release mode and serves the web app with a locally '
'running DevTools server.';
@override
Future run() async {
logStatus(
'WARNING: if you have local changes in packages/devtools_shared, you will'
' need to add a path dependency override in sdk/pkg/dds/pubspec.yaml in'
' order for these changes to be picked up.',
);
final repo = DevToolsRepo.getInstance();
final processManager = ProcessManager();
final buildApp = argResults![_buildAppFlag] as bool;
final debugServer = argResults![_debugServerFlag] as bool;
final updateFlutter =
argResults![BuildCommandArgs.updateFlutter.flagName] as bool;
final updatePerfetto =
argResults![BuildCommandArgs.updatePerfetto.flagName] as bool;
final runPubGet = argResults![BuildCommandArgs.pubGet.flagName] as bool;
final devToolsAppBuildMode =
argResults![BuildCommandArgs.buildMode.flagName] as String;
// Any flag that we aren't removing here is intended to be passed through.
final remainingArguments = List.of(argResults!.arguments)
..remove(BuildCommandArgs.updateFlutter.asArg())
..remove(BuildCommandArgs.updateFlutter.asArg(negated: true))
..remove(BuildCommandArgs.updatePerfetto.asArg())
..remove(valueAsArg(_buildAppFlag))
..remove(valueAsArg(_buildAppFlag, negated: true))
..remove(valueAsArg(_debugServerFlag))
..remove(BuildCommandArgs.pubGet.asArg())
..remove(BuildCommandArgs.pubGet.asArg(negated: true))
..removeWhere(
(element) => element.startsWith(BuildCommandArgs.buildMode.asArg()),
);
final localDartSdkLocation = Platform.environment['LOCAL_DART_SDK'];
if (localDartSdkLocation == null) {
throw Exception('LOCAL_DART_SDK environment variable not set. Please add '
'the following to your \'.bash_profile\' or \'.bashrc\' file:\n'
'export LOCAL_DART_SDK=<absolute/path/to/my/sdk>');
}
// Validate the path looks correct in case it was set without the /sdk or
// similar.
final pkgDir = Directory(path.join(localDartSdkLocation, 'pkg'));
if (!pkgDir.existsSync()) {
throw Exception(
'No pkg directory found in LOCAL_DART_SDK at "${pkgDir.path}"\n'
'Is LOCAL_DART_SDK set correctly to the "sdk" directory?',
);
}
final devToolsBuildLocation =
path.join(repo.devtoolsAppDirectoryPath, 'build', 'web');
if (buildApp) {
final process = await processManager.runProcess(
CliCommand.tool([
'build',
BuildCommandArgs.updateFlutter.asArg(negated: !updateFlutter),
if (updatePerfetto) BuildCommandArgs.updatePerfetto.asArg(),
'${BuildCommandArgs.buildMode.asArg()}=$devToolsAppBuildMode',
BuildCommandArgs.pubGet.asArg(negated: !runPubGet),
]),
);
if (process.exitCode == 1) {
throw Exception(
'Something went wrong while running `devtools_tool build`',
);
}
logStatus('completed building DevTools: $devToolsBuildLocation');
}
logStatus('running pub get for DDS in the local dart sdk');
await processManager.runProcess(
CliCommand.dart(['pub', 'get']),
workingDirectory: path.join(localDartSdkLocation, 'pkg', 'dds'),
);
logStatus('serving DevTools with a local devtools server...');
final serveLocalScriptPath = path.join(
'pkg',
'dds',
'tool',
'devtools_server',
'serve_local.dart',
);
// This call will not exit until explicitly terminated by the user.
await processManager.runProcess(
CliCommand.dart(
[
if (debugServer) ...[
'run',
'--observe=0',
],
serveLocalScriptPath,
'--devtools-build=$devToolsBuildLocation',
// Pass any args that were provided to our script along. This allows IDEs
// to pass `--machine` (etc.) so that this script can behave the same as
// the "dart devtools" command for testing local DevTools/server changes.
...remainingArguments,
],
),
workingDirectory: localDartSdkLocation,
);
}
}
| devtools/tool/lib/commands/serve.dart/0 | {
"file_path": "devtools/tool/lib/commands/serve.dart",
"repo_id": "devtools",
"token_count": 2886
} | 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/assets/asset_manager.h"
#include "flutter/assets/directory_asset_bundle.h"
#include "flutter/fml/trace_event.h"
namespace flutter {
AssetManager::AssetManager() = default;
AssetManager::~AssetManager() = default;
bool AssetManager::PushFront(std::unique_ptr<AssetResolver> resolver) {
if (resolver == nullptr || !resolver->IsValid()) {
return false;
}
resolvers_.push_front(std::move(resolver));
return true;
}
bool AssetManager::PushBack(std::unique_ptr<AssetResolver> resolver) {
if (resolver == nullptr || !resolver->IsValid()) {
return false;
}
resolvers_.push_back(std::move(resolver));
return true;
}
void AssetManager::UpdateResolverByType(
std::unique_ptr<AssetResolver> updated_asset_resolver,
AssetResolver::AssetResolverType type) {
if (updated_asset_resolver == nullptr) {
return;
}
bool updated = false;
std::deque<std::unique_ptr<AssetResolver>> new_resolvers;
for (auto& old_resolver : resolvers_) {
if (!updated && old_resolver->GetType() == type) {
// Push the replacement updated resolver in place of the old_resolver.
new_resolvers.push_back(std::move(updated_asset_resolver));
updated = true;
} else {
new_resolvers.push_back(std::move(old_resolver));
}
}
// Append resolver to the end if not used as a replacement.
if (!updated) {
new_resolvers.push_back(std::move(updated_asset_resolver));
}
resolvers_.swap(new_resolvers);
}
std::deque<std::unique_ptr<AssetResolver>> AssetManager::TakeResolvers() {
return std::move(resolvers_);
}
// |AssetResolver|
std::unique_ptr<fml::Mapping> AssetManager::GetAsMapping(
const std::string& asset_name) const {
if (asset_name.empty()) {
return nullptr;
}
TRACE_EVENT1("flutter", "AssetManager::GetAsMapping", "name",
asset_name.c_str());
for (const auto& resolver : resolvers_) {
auto mapping = resolver->GetAsMapping(asset_name);
if (mapping != nullptr) {
return mapping;
}
}
FML_DLOG(WARNING) << "Could not find asset: " << asset_name;
return nullptr;
}
// |AssetResolver|
std::vector<std::unique_ptr<fml::Mapping>> AssetManager::GetAsMappings(
const std::string& asset_pattern,
const std::optional<std::string>& subdir) const {
std::vector<std::unique_ptr<fml::Mapping>> mappings;
if (asset_pattern.empty()) {
return mappings;
}
TRACE_EVENT1("flutter", "AssetManager::GetAsMappings", "pattern",
asset_pattern.c_str());
for (const auto& resolver : resolvers_) {
auto resolver_mappings = resolver->GetAsMappings(asset_pattern, subdir);
mappings.insert(mappings.end(),
std::make_move_iterator(resolver_mappings.begin()),
std::make_move_iterator(resolver_mappings.end()));
}
return mappings;
}
// |AssetResolver|
bool AssetManager::IsValid() const {
return !resolvers_.empty();
}
// |AssetResolver|
bool AssetManager::IsValidAfterAssetManagerChange() const {
return false;
}
// |AssetResolver|
AssetResolver::AssetResolverType AssetManager::GetType() const {
return AssetResolverType::kAssetManager;
}
bool AssetManager::operator==(const AssetResolver& other) const {
const AssetManager* other_manager = other.as_asset_manager();
if (!other_manager) {
return false;
}
if (resolvers_.size() != other_manager->resolvers_.size()) {
return false;
}
for (size_t i = 0; i < resolvers_.size(); i++) {
if (*resolvers_[i] != *other_manager->resolvers_[i]) {
return false;
}
}
return true;
}
} // namespace flutter
| engine/assets/asset_manager.cc/0 | {
"file_path": "engine/assets/asset_manager.cc",
"repo_id": "engine",
"token_count": 1396
} | 182 |
#!/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 the Info.plist and adds extra fields to it like the git hash of the
engine.
Precondition: $CWD/../../flutter is the path to the flutter engine repo.
usage: copy_info_plist.py --source <src_path> --destination <dest_path>
--minversion=<deployment_target>
"""
import argparse
import os
import subprocess
import git_revision
def get_clang_version():
clang_executable = str(
os.path.join('..', '..', 'buildtools', 'mac-x64', 'clang', 'bin', 'clang++')
)
version = subprocess.check_output([clang_executable, '--version'])
return version.splitlines()[0]
def main():
parser = argparse.ArgumentParser(
description='Copies the Info.plist and adds extra fields to it like the '
'git hash of the engine'
)
parser.add_argument(
'--source', help='Path to Info.plist source template', type=str, required=True
)
parser.add_argument(
'--destination', help='Path to destination Info.plist', type=str, required=True
)
parser.add_argument('--minversion', help='Minimum device OS version like "9.0"', type=str)
args = parser.parse_args()
text = open(args.source).read()
engine_path = os.path.join(os.getcwd(), '..', '..', 'flutter')
revision = git_revision.get_repository_version(engine_path)
clang_version = get_clang_version()
text = text.format(revision=revision, clang_version=clang_version, min_version=args.minversion)
with open(args.destination, 'w') as outfile:
outfile.write(text)
if __name__ == '__main__':
main()
| engine/build/copy_info_plist.py/0 | {
"file_path": "engine/build/copy_info_plist.py",
"repo_id": "engine",
"token_count": 607
} | 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.
source_root = "//flutter/third_party/inja"
config("inja_public_config") {
include_dirs = [ "$source_root/include" ]
if (is_clang) {
cflags_cc = [
"-Wno-unused-variable",
"-Wno-newline-eof",
]
}
defines = [ "INJA_NOEXCEPTION=1" ]
}
source_set("inja") {
public_configs = [ ":inja_public_config" ]
public = [ "$source_root/include/inja/inja.hpp" ]
sources = [
"$source_root/include/inja/config.hpp",
"$source_root/include/inja/environment.hpp",
"$source_root/include/inja/exceptions.hpp",
"$source_root/include/inja/function_storage.hpp",
"$source_root/include/inja/inja.hpp",
"$source_root/include/inja/lexer.hpp",
"$source_root/include/inja/node.hpp",
"$source_root/include/inja/parser.hpp",
"$source_root/include/inja/renderer.hpp",
"$source_root/include/inja/statistics.hpp",
"$source_root/include/inja/string_view.hpp",
"$source_root/include/inja/template.hpp",
"$source_root/include/inja/token.hpp",
"$source_root/include/inja/utils.hpp",
]
public_deps = [ "//flutter/third_party/json" ]
}
| engine/build/secondary/third_party/inja/BUILD.gn/0 | {
"file_path": "engine/build/secondary/third_party/inja/BUILD.gn",
"repo_id": "engine",
"token_count": 520
} | 184 |
{
"builds": [
{
"drone_dimensions": [
"device_type=none",
"os=Linux",
"kvm=1",
"cores=8"
],
"gclient_variables": {
"use_rbe": true
},
"gn": [
"--android",
"--android-cpu=x64",
"--no-lto",
"--rbe",
"--no-goma",
"--target-dir",
"android_emulator_skia_debug_x64"
],
"dependencies": [
{
"dependency": "goldctl",
"version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"
}
],
"name": "android_emulator_skia_debug_x64",
"ninja": {
"config": "android_emulator_skia_debug_x64",
"targets": [
"flutter/impeller/toolkit/android:unittests",
"flutter/shell/platform/android:flutter_shell_native_unittests",
"flutter/testing/scenario_app"
]
},
"tests": [
{
"language": "dart",
"name": "Android Scenario App Integration Tests (Skia)",
"test_timeout_secs": 900,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
"version": "android_34_google_apis_x64.textpb"
},
{
"dependency": "avd_cipd_version",
"version": "build_id:8759428741582061553"
}
],
"contexts": [
"android_virtual_device"
],
"script": "flutter/testing/scenario_app/bin/run_android_tests.dart",
"parameters": [
"--out-dir=../out/android_emulator_skia_debug_x64",
"--no-enable-impeller"
]
},
{
"language": "dart",
"name": "Android Scenario App Integration Tests (Skia, SurfaceTexture)",
"test_timeout_secs": 900,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",
"version": "android_34_google_apis_x64.textpb"
},
{
"dependency": "avd_cipd_version",
"version": "build_id:8759428741582061553"
}
],
"contexts": [
"android_virtual_device"
],
"script": "flutter/testing/scenario_app/bin/run_android_tests.dart",
"parameters": [
"--out-dir=../out/android_emulator_skia_debug_x64",
"--no-enable-impeller",
"--force-surface-producer-surface-texture"
]
}
]
}
]
}
| engine/ci/builders/linux_android_emulator_skia.json/0 | {
"file_path": "engine/ci/builders/linux_android_emulator_skia.json",
"repo_id": "engine",
"token_count": 2311
} | 185 |
{
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"cas_archive": false,
"name": "licenses",
"tests": [
{
"name": "licenses check",
"max_attempts": 1,
"script": "flutter/ci/licenses.sh"
}
]
}
| engine/ci/builders/standalone/linux_license.json/0 | {
"file_path": "engine/ci/builders/standalone/linux_license.json",
"repo_id": "engine",
"token_count": 169
} | 186 |
====================================================================================================
LIBRARY: angle
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor_tab_autogen.cpp
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang_tab_autogen.cpp
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang_tab_autogen.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/glslang_tab.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/glslang_tab.cpp.h
TYPE: LicenseType.bison
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor_tab_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang_tab_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang_tab_autogen.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/glslang_tab.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/glslang_tab.cpp.h
----------------------------------------------------------------------------------------------------
<THIS BLOCK INTENTIONALLY LEFT BLANK>
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/thaidict.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/thaidict.txt
----------------------------------------------------------------------------------------------------
# Copyright (c) 2006-2015 International Business Machines Corporation,
# Apple Inc., and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: vulkan-validation-layers
ORIGIN: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/LICENSE.txt
TYPE: LicenseType.apache
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/.git-blame-ignore-revs
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/GOVERNANCE.md
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/VkLayer_khronos_validation-android.map
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/VkLayer_khronos_validation.exp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/VkLayer_khronos_validation.json.in
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/VkLayer_khronos_validation.map
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_as_inspection.comp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vk_layer_settings.txt
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
File: layers/external/vma/vk_mem_alloc.h
Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: flatbuffers
ORIGIN: ../../../flutter/third_party/flatbuffers/dart/LICENSE
TYPE: LicenseType.apache
FILE: ../../../flutter/third_party/flatbuffers/dart/lib/flat_buffers.dart
FILE: ../../../flutter/third_party/flatbuffers/dart/lib/flex_buffers.dart
FILE: ../../../flutter/third_party/flatbuffers/dart/lib/src/builder.dart
FILE: ../../../flutter/third_party/flatbuffers/dart/lib/src/reference.dart
FILE: ../../../flutter/third_party/flatbuffers/dart/lib/src/types.dart
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2014 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====================================================================================================
====================================================================================================
LIBRARY: abseil-cpp
LIBRARY: angle
LIBRARY: expat
LIBRARY: flatbuffers
LIBRARY: glslang
LIBRARY: perfetto
LIBRARY: shaderc
LIBRARY: spirv-cross
LIBRARY: txt
LIBRARY: vulkan-headers
LIBRARY: vulkan-utility-libraries
LIBRARY: vulkan-validation-layers
LIBRARY: wuffs
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/overlay/LICENSE.txt
ORIGIN: ../../../flutter/third_party/flatbuffers/LICENSE.txt
ORIGIN: ../../../flutter/third_party/flatbuffers/swift/LICENSE
ORIGIN: ../../../flutter/third_party/shaderc/LICENSE
ORIGIN: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/LICENSE
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/main.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cfg.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cfg.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_common.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cpp.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cpp.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.natvis
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_c.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_c.h
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_containers.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_error_handling.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_parsed_ir.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_parsed_ir.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_util.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_util.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_glsl.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_glsl.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_hlsl.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_hlsl.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_msl.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_msl.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_parser.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_parser.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_reflect.cpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_reflect.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.cppm
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_enums.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_extension_inspection.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_format_traits.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_funcs.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_handles.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_hash.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_hpp_macros.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_raii.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_shared.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_static_assertions.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_structs.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_to_string.hpp
ORIGIN: Apache-2.0 OR MIT referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_video.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/angle/include/EGL/egl.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/angle/include/EGL/eglext.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/angle/include/EGL/eglplatform.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/angle/include/GLES2/gl2platform.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/angle/include/GLES3/gl3platform.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/Package.swift
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/barrier.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/external_interface.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/image.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/internal_interface.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/sampler.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/thread_group.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/pkg-config/spirv-cross-c-shared.pc.in
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/pkg-config/spirv-cross-c.pc.in
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_av1std.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_av1std_decode.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h264std.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h264std_decode.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h264std_encode.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h265std.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h265std_decode.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h265std_encode.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codecs_common.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vk_icd.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vk_layer.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vk_platform.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_android.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_beta.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_core.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_directfb.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_fuchsia.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_ggp.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_ios.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_macos.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_metal.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_screen.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_vi.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_wayland.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_win32.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_xcb.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_xlib.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_xlib_xrandr.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/docs/generated_code.md
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/docs/layer_configuration.md
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/layer/vk_layer_settings.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/layer/vk_layer_settings.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/utility/vk_dispatch_table.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/utility/vk_format_utils.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/utility/vk_struct_helper.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/vk_enum_string_helper.h
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/scripts/gn/stub.cpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_manager.cpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_manager.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_util.cpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_util.hpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/vk_layer_settings.cpp
ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/vk_layer_settings_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_d3d10.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_d3d11.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_dx9_media_sharing.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_dx9_media_sharing_intel.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_egl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_ext.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_ext_intel.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_gl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_gl_ext.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_half.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_icd.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_layer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_platform.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_va_api_media_sharing_intel.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/cl_version.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/CL/opencl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/GLES/egl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/include/GLES/glplatform.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/layout/fragment.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-af/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-am/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ar/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-as/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-az/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-b+sr+Latn/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-be/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-bg/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-bn/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-bs/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ca/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-cs/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-da/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-de/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-el/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rAU/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rCA/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rGB/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rIN/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rXC/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-es-rUS/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-es/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-et/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-eu/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-fa/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-fi/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-fr-rCA/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-fr/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-gl/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-gu/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-hi/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-hr/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-hu/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-hy/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-in/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-is/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-it/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-iw/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ja/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ka/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-kk/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-km/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-kn/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ko/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ky/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-lo/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-lt/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-lv/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-mk/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ml/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-mn/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-mr/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ms/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-my/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-nb/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ne/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-nl/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-or/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-pa/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-pl/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-pt-rPT/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-pt/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ro/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ru/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-si/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-sk/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-sl/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-sq/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-sr/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-sv/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-sw/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ta/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-te/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-th/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-tl/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-tr/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-uk/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-ur/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-uz/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-vi/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-zh-rCN/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-zh-rHK/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-zh-rTW/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values-zu/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values/dimens.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values/drivers.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values/global_settings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values/intents.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values/preference_keys.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/values/strings.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/res/xml/main.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/AndroidManifest.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/EmptyMainActivity.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/MainActivity.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/GlobalSettings.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/MainFragment.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/Receiver.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/SearchProvider.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/common/vulkan/vk_google_filtering_precision.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/angle/src/libANGLE/Overlay_font_autogen.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/expat/expat/fuzz/xml_parse_fuzzer.c
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/expat/expat/fuzz/xml_parsebuffer_fuzzer.c
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/conan/test_package/test_package.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/FlatbuffersUtils.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/java_generator.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/java_generator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/python_generator.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/python_generator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/schema_interface.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/swift_generator.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/swift_generator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/grpc/src/compiler/ts_generator.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/allocator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/array.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/bfbs_generator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/buffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/buffer_ref.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/code_generators.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/default_allocator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/detached_buffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/flatbuffer_builder.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/flatbuffers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/flatc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/flex_flat_util.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/flexbuffers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/grpc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/hash.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/idl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/minireflect.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/pch/flatc_pch.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/pch/pch.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/reflection.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/registry.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/stl_emulation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/string.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/struct.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/table.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/util.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/vector.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/vector_downward.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/include/flatbuffers/verifier.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/BaseVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/BooleanVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ByteBufferUtil.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ByteVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Constants.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/DoubleVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FlatBufferBuilder.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FlexBuffers.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FlexBuffersBuilder.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FloatVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/IntVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/LongVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ShortVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/StringVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Struct.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Table.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/UnionVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Utf8.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Utf8Old.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/BaseVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/BooleanVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteBufferUtil.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Constants.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/DoubleVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlatBufferBuilder.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlexBuffers.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlexBuffersBuilder.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FloatVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/IntVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/LongVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ShortVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/StringVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Struct.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Table.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/UnionVector.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8Old.java
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/FlexBuffersBenchmark.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/JsonBenchmark.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/UTF8Benchmark.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Buffers.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersBuilder.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/JSON.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Utf8.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ByteArrayTest.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/FlexBuffersTest.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/JSONTest.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/kotlin/spotless/spotless.kt
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/lobster/flatbuffers.lobster
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/annotated_binary_text_gen.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/bfbs_gen.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/bfbs_gen_lua.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/bfbs_gen_lua.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/binary_annotator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/code_generators.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/flatc.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/flatc_main.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/flathash.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_cpp.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_csharp.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_dart.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_fbs.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_go.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_grpc.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_java.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_json_schema.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_kotlin.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_lobster.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_lua.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_php.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_python.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_rust.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_swift.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_text.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_gen_ts.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/idl_parser.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/reflection.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/src/util.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Package.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/[email protected]
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Constants.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Enum.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferBuilder.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferObject.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBuffersUtils.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatbuffersErrors.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Int+extension.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Message.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Mutable.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/NativeObject.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Offset.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Root.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/String+extension.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Struct.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Table.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/TableVerifier.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/VeriferOptions.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Verifiable.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Verifier.swift
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/Android.bp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/PerfettoIntegrationTests.xml
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/bazel/BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/bazel/jsoncpp.BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/bazel/linenoise.BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/bazel/llvm_demangle.BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/bazel/sqlite.BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/bazel/zlib.BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/buildtools/libbacktrace_config/backtrace-supported.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/buildtools/libbacktrace_config/config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/buildtools/rustc-demangle-capi/rustc_demangle.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/gn/standalone/.emscripten
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/heapprofd.rc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/build_config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/build_configs/android_tree/perfetto_build_flags.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/build_configs/bazel/perfetto_build_flags.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/compiler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/export.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/flat_set.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/logging.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/platform_handle.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/proc_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/status.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/task_runner.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/template_util.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/thread_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/base/time.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/android_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/base64.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/circular_queue.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/container_annotations.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/crash_keys.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/ctrl_c_handler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/endian.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/event_fd.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/file_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/flat_hash_map.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/getopt.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/getopt_compat.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/hash.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/http/http_server.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/http/sha1.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/metatrace.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/metatrace_events.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/no_destructor.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/paged_memory.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/periodic_task.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/pipe.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/platform.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/scoped_file.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/small_set.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/small_vector.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/status_or.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_splitter.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_view.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/subprocess.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/sys_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/temp_file.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_annotations.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_checker.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_task_runner.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/channel.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/future.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/future_combinators.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/poll.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/spawn.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/stream.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/stream_combinators.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/thread_pool.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/util.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/unix_socket.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/unix_task_runner.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/uuid.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/version.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/waitable_event.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/watchdog.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/watchdog_noop.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/watchdog_posix.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/base/weak_ptr.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/bigtrace/environment.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/bigtrace/orchestrator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/bigtrace/worker.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/async_result.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/basic_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/client.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/client_info.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/codegen_helpers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/deferred.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/host.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/service.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/service_descriptor.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/service_proxy.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/demangle.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/export_json.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/graph.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/graph_processor.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/memory_allocator_node_id.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/memory_graph_edge.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/raw_memory_graph_node.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/raw_process_memory_node.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/rpc/query_result_serializer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/traced/data_source_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/traced/sys_stats_counters.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/traced/traced.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/basic_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/commit_data_request.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/consumer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/observable_events.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/producer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory_arbiter.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/slice.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/trace_packet.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/trace_stats.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/trace_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/tracing_service.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/consumer_ipc_client.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/default_socket.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/producer_ipc_client.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/service_ipc_host.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/profiling/parse_smaps.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/profiling/pprof_builder.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/contiguous_memory_range.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/copyable_ptr.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/cpp_message_obj.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/field.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/field_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/gen_field_helpers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/message.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/message_arena.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/message_handle.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/packed_repeated_fields.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/proto_decoder.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/proto_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/root_message.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/scattered_heap_buffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/scattered_stream_null_delegate.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/scattered_stream_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/protozero/static_buffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/atomic.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/backend_type.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/data_source_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/export.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/heap_buffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/pb_decoder_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/producer_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/stream_writer_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/thread_utils_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/tracing_session_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/track_event_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/track_event_hl_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/abi/track_event_ll_abi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/compiler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/data_source.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/fnv1a.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/pb_decoder.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/pb_macros.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/pb_msg.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/pb_packed.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/pb_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/producer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/common/builtin_clock.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/common/data_source_descriptor.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/config/data_source_config.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/config/trace_config.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/config/track_event/track_event_config.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/interned_data/interned_data.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/test_event.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/trace.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/trace_packet.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/counter_descriptor.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/debug_annotation.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/track_descriptor.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/track_event.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/trigger.pzc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/stream_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/te_category_macros.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/te_macros.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/thread_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/tracing_session.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/public/track_event.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/basic_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/iterator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/metatrace_config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/read_trace.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/ref_counted.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/status.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_blob.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_blob_view.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_processor.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_processor_storage.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/backend_type.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/buffer_exhausted_policy.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/console_interceptor.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/chrome_config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/data_source_config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/data_source_descriptor.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/flush_flags.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/forward_decls.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/trace_config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/tracing_service_capabilities.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/tracing_service_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/data_source.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/debug_annotation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/event_context.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/interceptor.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/basic_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/compile_time_hash.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/data_source_internal.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/in_process_tracing_backend.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/interceptor_trace_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/system_tracing_backend.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/tracing_backend_fake.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/tracing_muxer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/tracing_tls.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_internal.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_interned_fields.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_macros.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/write_track_event_args.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/locked_handle.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/platform.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/string_helpers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/trace_writer_base.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/traced_proto.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/traced_value.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/traced_value_forward.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/tracing.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/tracing_backend.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/tracing_policy.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/track.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_args.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_interned_data_index.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_legacy.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_state_tracker.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/perfetto.rc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/python/BUILD
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/atrace_hal.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/atrace_hal.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/health_hal.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/health_hal.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/incident_service.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/incident_service.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/lazy_library_loader.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/lazy_library_loader.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/power_stats.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/power_stats.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/statsd.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/statsd.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/statsd_logging.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/statsd_logging.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/tracing_service_proxy.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_internal/tracing_service_proxy.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_stats/perfetto_atoms.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_stats/statsd_logging_helper.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/android_stats/statsd_logging_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/android_utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/base64.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/crash_keys.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/ctrl_c_handler.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/debug_crash_stack_trace.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/default_platform.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/event_fd.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/file_utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/flat_hash_map_benchmark.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/flat_set_benchmark.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/getopt_compat.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/http/http_server.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/http/sha1.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/log_ring_buffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/logging.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/metatrace.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/paged_memory.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/periodic_task.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/pipe.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/status.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/string_splitter.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/string_utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/string_view.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/subprocess.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/subprocess_posix.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/subprocess_windows.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/temp_file.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/thread_checker.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/thread_task_runner.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/thread_utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/threading/spawn.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/threading/stream_combinators.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/threading/thread_pool.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/time.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/unix_socket.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/unix_task_runner.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/uuid.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/version.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/virtual_destructors.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/vm_sockets.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/waitable_event.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/base/watchdog_posix.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/bigtrace/orchestrator_impl.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/bigtrace/orchestrator_impl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/bigtrace/trace_processor_wrapper.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/bigtrace/trace_processor_wrapper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/bigtrace/worker_impl.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/bigtrace/worker_impl.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kallsyms/kernel_symbol_map.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kallsyms/kernel_symbol_map.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kallsyms/kernel_symbol_map_benchmark.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kallsyms/lazy_kernel_symbolizer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kallsyms/lazy_kernel_symbolizer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kernel_utils/syscall_table.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kernel_utils/syscall_table.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_aarch32.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_aarch64.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_armeabi.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_x86.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_x86_64.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/bugreport_path.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/config.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/packet_writer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/packet_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/pbtxt_to_pb.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/pbtxt_to_pb.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd_android.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd_state.proto
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/rate_limiter.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/rate_limiter.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_perfetto.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_perfetto_main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_producer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_producer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/callstack_trie.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/callstack_trie.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/interner.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/interning_output.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/interning_output.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/proc_cmdline.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/proc_cmdline.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/proc_utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/proc_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/producer_support.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/producer_support.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/profiler_guardrails.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/profiler_guardrails.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/unwind_support.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/common/unwind_support.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/deobfuscator.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/deobfuscator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/common_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/event_config.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/event_config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/event_reader.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/event_reader.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/perf_producer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/perf_producer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/proc_descriptors.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/proc_descriptors.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/regs_parsing.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/regs_parsing.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/traced_perf.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/traced_perf.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/unwind_queue.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/unwinding.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/perf/unwinding.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_parser.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_parser.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_symbolizer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_symbolizer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/elf.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/filesystem.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/filesystem_posix.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/filesystem_windows.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/local_symbolizer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/local_symbolizer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/scoped_read_mmap.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/scoped_read_mmap_posix.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/scoped_read_mmap_windows.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/subprocess.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/subprocess_posix.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/subprocess_windows.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolize_database.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolize_database.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolizer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolizer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/field.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_common.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_generator.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_generator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_parser.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_parser.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_parser_fuzzer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_util.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_util.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter_benchmark.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter_fuzzer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/message_tokenizer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/string_filter.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/string_filter.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/filtering/string_filter_benchmark.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/gen_field_helpers.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/message.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/message_arena.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/packed_repeated_fields.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/proto_decoder.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/proto_decoder_fuzzer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/proto_ring_buffer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/proto_ring_buffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/protoc_plugin/cppgen_plugin.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/protoc_plugin/protozero_c_plugin.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/protoc_plugin/protozero_plugin.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/scattered_heap_buffer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/scattered_stream_null_delegate.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/scattered_stream_writer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/static_buffer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/protozero/virtual_destructors.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/data_source.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/heap_buffer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/intern_map.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/intern_map.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/pb_decoder.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/producer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/reset_for_testing.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/stream_writer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/stream_writer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/thread_utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/tracing_session.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/shared_lib/track_event.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/tracebox/tracebox.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/deobfuscate_profile.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/deobfuscate_profile.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/lite_fallbacks.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/pprof_builder.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/proto_full_utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/proto_full_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/symbolize_profile.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/symbolize_profile.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_hprof.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_hprof.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_json.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_json.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_profile.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_profile.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_systrace.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_systrace.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_text.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/trace_to_text.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/utils.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traceconv/utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traced_relay/relay_service.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traced_relay/relay_service.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traced_relay/relay_service_integrationtest.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traced_relay/relay_service_main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traced_relay/socket_relay_handler.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/traced_relay/socket_relay_handler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/websocket_bridge/websocket_bridge.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/websocket_bridge/websocket_bridge.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/src/websocket_bridge/websocket_bridge_main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/traced_perf.rc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/build.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/config/integrationtest_env.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/config/integrationtest_setup.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/config/integrationtest_teardown.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/config/jest.integrationtest.config.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/config/jest.unittest.config.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/config/rollup.config.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/common.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/details.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/flags_page.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/fonts.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/home_page.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/metrics_page.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/modal.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/perfetto.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/query_page.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/record.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/sidebar.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/topbar.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/trace_info_page.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/viz_page.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/anchor.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/button.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/callout.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/checkbox.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/details_shell.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/details_table.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/editor.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/empty_state.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/error.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/form.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/grid_layout.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/hotkey.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/menu.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/multiselect.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/popup.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/section.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/select.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/spinner.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/switch.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/text_input.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/text_paragraph.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/theme.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/timestamp.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/vega_view.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets/virtual_scroll_container.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/assets/widgets_page.scss
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/base/utils/index-browser.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/perfetto/ui/src/base/utils/index.js
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/android_test/test.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/dependency_info.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/dependency_info.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_compiler.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_compiler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_includer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_includer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/resource_parse.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/resource_parse.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/resource_parse_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/shader_stage.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/shader_stage.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/stage_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_arm.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_x86.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_arm.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_x86.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_asan.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug_exception.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_license_check.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_mingw_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_asan.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_license_check.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_mingw_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/ndk-build/continuous_khronos.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/ndk-build/presubmit_khronos.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/continuous_debug_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/continuous_debug_2019.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2019.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_debug_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_debug_2019.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2019.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/env.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/status.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/visibility.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/common_shaders_for_test.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_c_smoke_test.c
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_cpp_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/args.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/compiler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/counting_includer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/exceptions.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/file_finder.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/format.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/io_shaderc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/message.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/mutex.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.inc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/shader_stage.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/spirv_tools_wrapper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/string_piece.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/universal_unistd.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/version_profile.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/args.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/counting_includer_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/death_test.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/format_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/message.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/message_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/mutex_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/resources.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/shader_stage.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/spirv_tools_wrapper.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/string_piece_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/benchmarks/skparagraph_benchmarks.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/benchmarks/txt_run_all_benchmarks.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/skia/paragraph_builder_skia.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/skia/paragraph_builder_skia.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/skia/paragraph_skia.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/skia/paragraph_skia.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/asset_font_manager.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/asset_font_manager.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_asset_provider.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_asset_provider.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_collection.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_collection.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_features.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_features.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_style.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/font_weight.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/line_metrics.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/paragraph.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/paragraph_builder.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/paragraph_builder.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/paragraph_style.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/paragraph_style.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/placeholder_run.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/placeholder_run.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/run_metrics.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/test_font_manager.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/test_font_manager.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/text_baseline.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/text_decoration.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/text_decoration.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/text_shadow.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/text_shadow.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/text_style.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/text_style.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/typeface_font_asset_provider.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/typeface_font_asset_provider.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/bitutils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/hex_float.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Common.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/HexFloat.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/glslang/src/ndk_test/test.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/barrier.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/external_interface.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/image.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/internal_interface.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/sampler.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/thread_group.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/main.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cfg.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cfg.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_common.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cpp.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cpp.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.natvis
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_c.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_c.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_containers.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_error_handling.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_parsed_ir.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_parsed_ir.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_util.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_util.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_glsl.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_glsl.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_hlsl.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_hlsl.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_msl.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_msl.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_parser.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_parser.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_reflect.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_reflect.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/small_vector.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/VkLayer_khronos_validation.def
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/best_practices_error_enums.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/best_practices_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/best_practices_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_buffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_cmd_buffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_cmd_buffer_nv.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_copy_blit_resolve.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_descriptor.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_device_memory.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_drawdispatch.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_framebuffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_image.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_instance_device.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_pipeline.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_ray_tracing.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_render_pass.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_synchronization.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_video.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_wsi.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/custom_containers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/qfo_transfer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/range_vector.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/sparse_containers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/subresource_adapter.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/subresource_adapter.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_android.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_buffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_buffer_address.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_cmd_buffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_cmd_buffer_dynamic.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_copy_blit_resolve.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_descriptor.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_device.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_device_memory.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_drawdispatch.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_external_object.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_image.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_image_layout.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline_compute.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline_graphics.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline_ray_tracing.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_query.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_queue.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_ray_tracing.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_render_pass.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_shader_interface.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_shader_object.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_spirv.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_synchronization.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_video.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_wsi.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_ycbcr.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/core_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/descriptor_validator.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/descriptor_validator.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/drawdispatch_vuids.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/drawdispatch_vuids.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/error_location.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/error_location.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/logging.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/logging.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/record_object.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/unimplementable_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vma.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vma.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_action.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_copy_buffer_to_image.comp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_dispatch.comp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_draw.vert
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_trace_rays.rgen
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_shaders_constants.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/inst_bindless_descriptor.comp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/inst_buffer_device_address.comp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/debug_printf.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/debug_printf.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_descriptor_set.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_descriptor_set.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_error_message.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_error_message.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_image_layout.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_record.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_settings.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_setup.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_state_tracker.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_state_tracker.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_subclasses.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_subclasses.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_validation.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_vuids.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_vuids.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/bindless_descriptor_pass.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/bindless_descriptor_pass.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/buffer_device_address_pass.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/buffer_device_address_pass.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/function_basic_block.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/function_basic_block.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/instruction.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/instruction.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/link.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/module.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/module.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/pass.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/pass.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/type_manager.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/type_manager.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/layer_chassis_dispatch_manual.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/layer_options.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/layer_options.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/object_tracker/object_lifetime_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/object_tracker/object_tracker_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/buffer_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/buffer_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/cmd_buffer_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/cmd_buffer_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/descriptor_sets.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/descriptor_sets.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/device_memory_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/device_memory_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/device_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/fence_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/fence_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_layout_map.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_layout_map.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_layout_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_layout_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_sub_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_sub_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/query_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/queue_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/queue_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/ray_tracing_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/render_pass_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/render_pass_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/sampler_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/semaphore_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/semaphore_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_instruction.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_instruction.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_module.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_module.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_object_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_object_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_object.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_object.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_tracker.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_tracker.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/video_session_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/video_session_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_buffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_cmd_buffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_cmd_buffer_dynamic.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_descriptor.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_device_memory.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_external_object.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_framebuffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_image.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_instance_device.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_pipeline.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_ray_tracing.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_render_pass.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_shader_object.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_synchronization.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_wsi.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/stateless_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_context.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_context.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_state.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_state.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_commandbuffer.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_commandbuffer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_common.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_common.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_op.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_op.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_renderpass.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_renderpass.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_submit.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_submit.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_validation.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_vuid_maps.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_vuid_maps.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/thread_tracker/thread_safety_validation.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/thread_tracker/thread_safety_validation.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/android_ndk_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/cast_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/convert_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/convert_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/hash_util.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/hash_util.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/hash_vk_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/image_layout_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/image_layout_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/ray_tracing_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/ray_tracing_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/shader_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/shader_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_extension_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_extension_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_utils.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vk_layer_config.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vk_layer_config.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/best_practices.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/best_practices.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/chassis.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/chassis.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/chassis_dispatch_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/command_validation.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/dynamic_state_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/dynamic_state_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/enum_flag_bits.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/error_location_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/error_location_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/feature_requirements_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/feature_requirements_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_as_inspection_comp.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_inst_shader_hash.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_copy_buffer_to_image_comp.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_dispatch_comp.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_draw_vert.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_trace_rays_rgen.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/inst_bindless_descriptor_comp.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/inst_buffer_device_address_comp.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/layer_chassis_dispatch.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/layer_chassis_dispatch.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/object_tracker.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/object_tracker.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/pnext_chain_extraction.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/pnext_chain_extraction.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_grammar_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_grammar_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_tools_commit_id.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_validation_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/state_tracker_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/state_tracker_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/stateless_validation_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/stateless_validation_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/sync_validation_types.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/sync_validation_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_commands.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_counter_bodies.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_counter_definitions.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_counter_instances.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/valid_enum_values.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/valid_enum_values.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/valid_flag_values.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_api_version.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_dispatch_table_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_dispatch_table_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_extension_helper.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_extension_helper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_function_pointers.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_function_pointers.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_layer_dispatch_table.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_object_types.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_object_types.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_core.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_ext.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_khr.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_utils.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_vendor.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_validation_error_messages.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/MODULE.bazel
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/WORKSPACE.bzlmod
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/algorithm/algorithm.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/algorithm/container.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/attributes.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/call_once.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/casts.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/const_init.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/dynamic_annotations.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_a.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_b.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock_config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/direct_mmap.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/endian.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/errno_saver.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_testing.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/fast_type_id.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/hide_ptr.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/identity.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/invoke.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/nullability_impl.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/per_thread_tls.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/pretty_function.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/scheduling_mode.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_akaros.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_posix.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_win32.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unaligned_access.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock_config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/macros.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/nullability.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/optimization.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/options.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/policy_checks.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/port.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/prefetch.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/spinlock_test_common.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/thread_annotations.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/cleanup/cleanup.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/cleanup/internal/cleanup.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/btree_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/btree_map.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/btree_set.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_map.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_set.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree_container.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/common.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/common_policy_traits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/container_memory.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/inlined_vector.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/node_slot_policy.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_map.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_probe_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_allocator.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/tracked.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_map.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_set.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32_x86_arm_combined_simd.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c_inline.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_internal.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_arm_combined.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_arm_intrinsics.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_emscripten-inl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_powerpc-inl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_riscv-inl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_x86-inl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/symbolize.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_elf.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_emscripten.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_unimplemented.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_win32.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/declare.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag_test_defs.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag_msvc.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/parse.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/path_util.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/registry.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/sequence_lock.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/parse.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/parse.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/any_invocable.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/bind_front.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/function_ref.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/function_type_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/internal/any_invocable.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/internal/front_binder.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/internal/function_ref.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/overload.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/hash.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/hash_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/hash_testing.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/absl_check.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/absl_log.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/absl_vlog_is_on.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/check.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/check_test_impl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/flags.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/flags.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/globals.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/globals.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/initialize.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/initialize.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/append_truncated.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_impl.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/flags.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_impl.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullstream.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/strip.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/structured.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/voidify.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_basic_test_impl.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_sink_registry.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_streamer.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/structured.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/vlog_is_on.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/memory/memory.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/meta/type_traits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/bits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/bits_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_have_intrinsic.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_no_intrinsic.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/bits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/representation.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/benchmarks.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/bernoulli_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/beta_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/bit_gen_ref.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/distributions.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/exponential_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/gaussian_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_caller.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/fastmath.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/gaussian_distribution_gentables.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/generate_real.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_helpers.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_overload_set.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/nonsecure_base.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/pcg_engine.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/platform.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_benchmarks.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_engine.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_traits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/sequence_urbg.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/traits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/uniform_helper.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/wide_multiply.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/mock_distributions.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/mocking_bit_gen.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/poisson_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/random.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/uniform_int_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/uniform_real_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/zipf_distribution.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/internal/statusor_internal.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/statusor.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/statusor.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/ascii_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charconv_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charset.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charset_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_test_helpers.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cordz_test_helpers.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/escaping_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/has_absl_stringify.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/has_ostream_operator.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/has_absl_stringify.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_join_internal.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_split_internal.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/string_constant.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/match.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/match.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/numbers_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_format.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_join.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_join_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_split_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/string_view_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/strip.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/civil_time_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/clock.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/clock.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/clock_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/duration.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/duration_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/format.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/format_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/cctz_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/get_current_time_chrono.inc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/time.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/time.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/time_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/any.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/compare.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/internal/optional.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/internal/span.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/internal/variant.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/optional.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/span.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/variant.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/variant_benchmark.cc
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/utility/internal/if_constexpr.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/utility/utility.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/ci/absl_alternate_options.h
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/wuffs/release/c/wuffs-v0.2.c
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/wuffs/release/c/wuffs-v0.3.c
TYPE: LicenseType.apache
FILE: ../../../flutter/third_party/abseil-cpp/MODULE.bazel
FILE: ../../../flutter/third_party/abseil-cpp/WORKSPACE.bzlmod
FILE: ../../../flutter/third_party/abseil-cpp/absl/algorithm/algorithm.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/algorithm/container.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/attributes.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/call_once.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/casts.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/const_init.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/dynamic_annotations.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_a.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_b.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock_config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/direct_mmap.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/endian.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/errno_saver.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_testing.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/fast_type_id.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/hide_ptr.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/identity.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/invoke.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/nullability_impl.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/per_thread_tls.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/pretty_function.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/scheduling_mode.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_akaros.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_posix.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_win32.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unaligned_access.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock_config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/macros.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/nullability.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/optimization.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/options.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/policy_checks.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/port.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/prefetch.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/spinlock_test_common.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/base/thread_annotations.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/cleanup/cleanup.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/cleanup/internal/cleanup.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/btree_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/btree_map.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/btree_set.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_map.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_set.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree_container.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/common.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/common_policy_traits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/container_memory.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/inlined_vector.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/node_slot_policy.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_map.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_probe_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_allocator.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/tracked.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_map.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_set.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32_x86_arm_combined_simd.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c_inline.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_internal.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_arm_combined.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_arm_intrinsics.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_emscripten-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_powerpc-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_riscv-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_x86-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/symbolize.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_elf.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_emscripten.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_unimplemented.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_win32.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/declare.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag_test_defs.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag_msvc.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/parse.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/path_util.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/registry.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/sequence_lock.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/parse.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/parse.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/any_invocable.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/bind_front.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/function_ref.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/function_type_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/internal/any_invocable.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/internal/front_binder.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/internal/function_ref.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/overload.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/hash.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/hash_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/hash_testing.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/absl_check.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/absl_log.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/absl_vlog_is_on.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/check.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/check_test_impl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/flags.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/flags.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/globals.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/globals.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/initialize.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/initialize.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/append_truncated.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_impl.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/flags.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_impl.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullstream.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/strip.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/structured.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/voidify.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_basic_test_impl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_sink_registry.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_streamer.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/structured.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/log/vlog_is_on.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/memory/memory.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/meta/type_traits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/bits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/bits_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_have_intrinsic.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_no_intrinsic.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/bits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/representation.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/benchmarks.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/bernoulli_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/beta_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/bit_gen_ref.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/distributions.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/exponential_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/gaussian_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_caller.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/fastmath.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/gaussian_distribution_gentables.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/generate_real.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_helpers.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_overload_set.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/nonsecure_base.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/pcg_engine.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/platform.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_benchmarks.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_engine.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_traits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/sequence_urbg.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/traits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/uniform_helper.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/wide_multiply.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/mock_distributions.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/mocking_bit_gen.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/poisson_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/random.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/uniform_int_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/uniform_real_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/zipf_distribution.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/internal/statusor_internal.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/statusor.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/status/statusor.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/ascii_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charconv_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charset.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charset_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_test_helpers.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cordz_test_helpers.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/escaping_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/has_absl_stringify.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/has_ostream_operator.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/has_absl_stringify.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_join_internal.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_split_internal.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/string_constant.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/match.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/match.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/numbers_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_format.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_join.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_join_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_split_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/string_view_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/strip.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/civil_time_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/clock.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/clock.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/clock_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/duration.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/duration_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/format.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/format_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/cctz_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/get_current_time_chrono.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/time.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/time.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/time_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/any.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/compare.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/internal/optional.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/internal/span.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/internal/variant.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/optional.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/span.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/variant.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/types/variant_benchmark.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/utility/internal/if_constexpr.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/utility/utility.h
FILE: ../../../flutter/third_party/abseil-cpp/ci/absl_alternate_options.h
FILE: ../../../flutter/third_party/angle/include/CL/cl.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_d3d10.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_d3d11.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_dx9_media_sharing.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_dx9_media_sharing_intel.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_egl.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_ext.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_ext_intel.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_gl.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_gl_ext.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_half.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_icd.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_layer.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_platform.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_va_api_media_sharing_intel.h
FILE: ../../../flutter/third_party/angle/include/CL/cl_version.h
FILE: ../../../flutter/third_party/angle/include/CL/opencl.h
FILE: ../../../flutter/third_party/angle/include/EGL/egl.h
FILE: ../../../flutter/third_party/angle/include/EGL/eglext.h
FILE: ../../../flutter/third_party/angle/include/EGL/eglplatform.h
FILE: ../../../flutter/third_party/angle/include/GLES/egl.h
FILE: ../../../flutter/third_party/angle/include/GLES/glplatform.h
FILE: ../../../flutter/third_party/angle/include/GLES2/gl2platform.h
FILE: ../../../flutter/third_party/angle/include/GLES3/gl3platform.h
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/layout/fragment.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-af/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-am/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ar/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-as/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-az/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-b+sr+Latn/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-be/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-bg/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-bn/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-bs/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ca/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-cs/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-da/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-de/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-el/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rAU/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rCA/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rGB/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rIN/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-en-rXC/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-es-rUS/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-es/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-et/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-eu/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-fa/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-fi/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-fr-rCA/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-fr/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-gl/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-gu/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-hi/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-hr/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-hu/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-hy/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-in/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-is/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-it/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-iw/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ja/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ka/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-kk/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-km/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-kn/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ko/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ky/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-lo/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-lt/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-lv/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-mk/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ml/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-mn/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-mr/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ms/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-my/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-nb/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ne/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-nl/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-or/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-pa/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-pl/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-pt-rPT/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-pt/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ro/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ru/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-si/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-sk/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-sl/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-sq/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-sr/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-sv/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-sw/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ta/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-te/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-th/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-tl/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-tr/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-uk/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-ur/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-uz/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-vi/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-zh-rCN/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-zh-rHK/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-zh-rTW/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-zu/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values/dimens.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values/drivers.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values/global_settings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values/intents.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values/preference_keys.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values/strings.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/xml/main.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/AndroidManifest.xml
FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/EmptyMainActivity.java
FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/MainActivity.java
FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/GlobalSettings.java
FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/MainFragment.java
FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/Receiver.java
FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/android/angle/common/SearchProvider.java
FILE: ../../../flutter/third_party/angle/src/common/vulkan/vk_google_filtering_precision.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay_font_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/overlay/RobotoMono-Bold.ttf
FILE: ../../../flutter/third_party/expat/expat/fuzz/xml_parse_fuzzer.c
FILE: ../../../flutter/third_party/expat/expat/fuzz/xml_parsebuffer_fuzzer.c
FILE: ../../../flutter/third_party/flatbuffers/composer.json
FILE: ../../../flutter/third_party/flatbuffers/conan/test_package/test_package.cpp
FILE: ../../../flutter/third_party/flatbuffers/grpc/boringssl.patch
FILE: ../../../flutter/third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/FlatbuffersUtils.java
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/cpp_generator.cc
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/cpp_generator.h
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/go_generator.cc
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/go_generator.h
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/java_generator.cc
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/java_generator.h
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/python_generator.cc
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/python_generator.h
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/schema_interface.h
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/swift_generator.cc
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/swift_generator.h
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/ts_generator.cc
FILE: ../../../flutter/third_party/flatbuffers/grpc/src/compiler/ts_generator.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/allocator.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/array.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/base.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/bfbs_generator.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/buffer.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/buffer_ref.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/code_generators.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/default_allocator.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/detached_buffer.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/flatbuffer_builder.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/flatbuffers.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/flatc.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/flex_flat_util.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/flexbuffers.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/grpc.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/hash.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/idl.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/minireflect.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/pch/flatc_pch.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/pch/pch.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/reflection.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/reflection_generated.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/registry.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/stl_emulation.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/string.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/struct.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/table.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/util.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/vector.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/vector_downward.h
FILE: ../../../flutter/third_party/flatbuffers/include/flatbuffers/verifier.h
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ArrayReadWriteBuf.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/BaseVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/BooleanVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ByteBufferReadWriteBuf.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ByteBufferUtil.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ByteVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Constants.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/DoubleVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FlatBufferBuilder.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FlexBuffers.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FlexBuffersBuilder.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/FloatVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/IntVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/LongVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ReadBuf.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ReadWriteBuf.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/ShortVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/StringVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Struct.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Table.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/UnionVector.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Utf8.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Utf8Old.java
FILE: ../../../flutter/third_party/flatbuffers/java/com/google/flatbuffers/Utf8Safe.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/build.gradle.kts
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ArrayReadWriteBuf.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/BaseVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/BooleanVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteBufferReadWriteBuf.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteBufferUtil.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Constants.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/DoubleVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlatBufferBuilder.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlexBuffers.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlexBuffersBuilder.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FloatVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/IntVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/LongVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ReadBuf.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ReadWriteBuf.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ShortVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/StringVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Struct.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Table.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/UnionVector.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8Old.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8Safe.java
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/FlexBuffersBenchmark.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/JsonBenchmark.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/UTF8Benchmark.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/build.gradle.kts
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/build.gradle.kts
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Buffers.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersBuilder.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/JSON.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Utf8.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ByteArrayTest.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/FlexBuffersTest.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/JSONTest.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/libs.versions.toml
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/META-INF/MANIFEST.MF
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/gradle-wrapper-classpath.properties
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/AbstractCommandLineConverter.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/AbstractPropertiesCommandLineConverter.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineArgumentException.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineConverter.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineOption.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$1.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$AfterFirstSubCommand.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$AfterOptions.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$BeforeFirstSubCommand.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$CaseInsensitiveStringComparator.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$KnownOptionParserState.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$MissingOptionArgState.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$OptionAwareParserState.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$OptionComparator.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$OptionParserState.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$OptionString.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$OptionStringComparator.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$ParserState.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser$UnknownOptionParserState.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/CommandLineParser.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/ParsedCommandLine.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/ParsedCommandLineOption.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/ProjectPropertiesCommandLineConverter.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/cli/SystemPropertiesCommandLineConverter.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/BootstrapMainStarter$1.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/BootstrapMainStarter.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Download$1.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Download$DefaultDownloadProgressListener.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Download$ProxyAuthenticator.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Download.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/DownloadProgressListener.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/ExclusiveFileAccessManager.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/GradleUserHomeLookup.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/GradleWrapperMain.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/IDownload.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Install$1.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Install$InstallCheck.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Install.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/Logger.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/PathAssembler$LocalDistribution.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/PathAssembler.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/SystemPropertiesHandler.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/WrapperConfiguration.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar!/org/gradle/wrapper/WrapperExecutor.class
FILE: ../../../flutter/third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.properties
FILE: ../../../flutter/third_party/flatbuffers/kotlin/settings.gradle.kts
FILE: ../../../flutter/third_party/flatbuffers/kotlin/spotless/spotless.kt
FILE: ../../../flutter/third_party/flatbuffers/lobster/flatbuffers.lobster
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/binaryarray.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/builder.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/compat.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/compat_5_1.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/compat_5_3.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/compat_luajit.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/numTypes.lua
FILE: ../../../flutter/third_party/flatbuffers/lua/flatbuffers/view.lua
FILE: ../../../flutter/third_party/flatbuffers/reflection/reflection.fbs
FILE: ../../../flutter/third_party/flatbuffers/src/annotated_binary_text_gen.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/annotated_binary_text_gen.h
FILE: ../../../flutter/third_party/flatbuffers/src/bfbs_gen.h
FILE: ../../../flutter/third_party/flatbuffers/src/bfbs_gen_lua.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/bfbs_gen_lua.h
FILE: ../../../flutter/third_party/flatbuffers/src/bfbs_namer.h
FILE: ../../../flutter/third_party/flatbuffers/src/binary_annotator.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/binary_annotator.h
FILE: ../../../flutter/third_party/flatbuffers/src/code_generators.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/flatc.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/flatc_main.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/flathash.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_cpp.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_csharp.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_dart.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_fbs.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_go.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_grpc.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_java.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_json_schema.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_kotlin.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_lobster.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_lua.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_php.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_python.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_rust.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_swift.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_text.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_gen_ts.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/idl_namer.h
FILE: ../../../flutter/third_party/flatbuffers/src/idl_parser.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/namer.h
FILE: ../../../flutter/third_party/flatbuffers/src/reflection.cpp
FILE: ../../../flutter/third_party/flatbuffers/src/util.cpp
FILE: ../../../flutter/third_party/flatbuffers/swift/FlatBuffers.podspec
FILE: ../../../flutter/third_party/flatbuffers/swift/Package.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/[email protected]
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Constants.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Documentation.md
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_1.fbs
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_2.fbs
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_3.fbs
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_4.fbs
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_5.fbs
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_6.fbs
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_7.fbs
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_1.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_10.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_11.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_12.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_13.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_2.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_3.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_4.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_5.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_6.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_7.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_8.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_9.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/images/tutorial_cover_image_1.png
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/Tutorial_Table_of_Contents.tutorial
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/create_your_first_buffer.tutorial
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/creating_flatbuffer_schema.tutorial
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/reading_bytebuffer.tutorial
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Enum.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferBuilder.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferObject.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBuffersUtils.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/FlatbuffersErrors.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Int+extension.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Message.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Mutable.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/NativeObject.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Offset.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Root.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/String+extension.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Struct.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Table.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/TableVerifier.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/VeriferOptions.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Verifiable.swift
FILE: ../../../flutter/third_party/flatbuffers/swift/Sources/FlatBuffers/Verifier.swift
FILE: ../../../flutter/third_party/flatbuffers/tsconfig.json
FILE: ../../../flutter/third_party/flatbuffers/tsconfig.mjs.json
FILE: ../../../flutter/third_party/flatbuffers/yarn.lock
FILE: ../../../flutter/third_party/perfetto/Android.bp
FILE: ../../../flutter/third_party/perfetto/BUILD
FILE: ../../../flutter/third_party/perfetto/PerfettoIntegrationTests.xml
FILE: ../../../flutter/third_party/perfetto/bazel/BUILD
FILE: ../../../flutter/third_party/perfetto/bazel/jsoncpp.BUILD
FILE: ../../../flutter/third_party/perfetto/bazel/linenoise.BUILD
FILE: ../../../flutter/third_party/perfetto/bazel/llvm_demangle.BUILD
FILE: ../../../flutter/third_party/perfetto/bazel/sqlite.BUILD
FILE: ../../../flutter/third_party/perfetto/bazel/zlib.BUILD
FILE: ../../../flutter/third_party/perfetto/buildtools/libbacktrace_config/backtrace-supported.h
FILE: ../../../flutter/third_party/perfetto/buildtools/libbacktrace_config/config.h
FILE: ../../../flutter/third_party/perfetto/buildtools/rustc-demangle-capi/rustc_demangle.h
FILE: ../../../flutter/third_party/perfetto/gn/standalone/.emscripten
FILE: ../../../flutter/third_party/perfetto/heapprofd.rc
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/build_config.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/build_configs/android_tree/perfetto_build_flags.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/build_configs/bazel/perfetto_build_flags.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/compiler.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/export.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/flat_set.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/logging.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/platform_handle.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/proc_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/status.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/task_runner.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/template_util.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/thread_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/base/time.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/android_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/base64.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/circular_queue.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/container_annotations.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/crash_keys.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/ctrl_c_handler.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/endian.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/event_fd.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/file_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/flat_hash_map.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/getopt.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/getopt_compat.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/hash.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/http/http_server.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/http/sha1.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/metatrace.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/metatrace_events.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/no_destructor.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/paged_memory.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/periodic_task.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/pipe.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/platform.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/scoped_file.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/small_set.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/small_vector.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/status_or.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_splitter.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_view.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/string_writer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/subprocess.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/sys_types.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/temp_file.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_annotations.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_checker.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_task_runner.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/thread_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/channel.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/future.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/future_combinators.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/poll.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/spawn.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/stream.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/stream_combinators.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/thread_pool.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/threading/util.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/unix_socket.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/unix_task_runner.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/uuid.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/version.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/waitable_event.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/watchdog.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/watchdog_noop.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/watchdog_posix.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/base/weak_ptr.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/bigtrace/environment.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/bigtrace/orchestrator.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/bigtrace/worker.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/async_result.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/basic_types.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/client.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/client_info.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/codegen_helpers.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/deferred.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/host.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/service.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/service_descriptor.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/ipc/service_proxy.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/demangle.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/export_json.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/graph.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/graph_processor.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/memory_allocator_node_id.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/memory_graph_edge.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/raw_memory_graph_node.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/raw_process_memory_node.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/trace_processor/rpc/query_result_serializer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/traced/data_source_types.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/traced/sys_stats_counters.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/traced/traced.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/basic_types.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/commit_data_request.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/consumer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/observable_events.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/producer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory_arbiter.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/slice.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/trace_packet.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/trace_stats.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/trace_writer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/core/tracing_service.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/consumer_ipc_client.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/default_socket.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/producer_ipc_client.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/ext/tracing/ipc/service_ipc_host.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/profiling/parse_smaps.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/profiling/pprof_builder.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/contiguous_memory_range.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/copyable_ptr.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/cpp_message_obj.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/field.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/field_writer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/gen_field_helpers.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/message.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/message_arena.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/message_handle.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/packed_repeated_fields.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/proto_decoder.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/proto_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/root_message.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/scattered_heap_buffer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/scattered_stream_null_delegate.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/scattered_stream_writer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/protozero/static_buffer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/atomic.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/backend_type.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/data_source_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/export.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/heap_buffer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/pb_decoder_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/producer_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/stream_writer_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/thread_utils_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/tracing_session_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/track_event_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/track_event_hl_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/abi/track_event_ll_abi.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/compiler.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/data_source.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/fnv1a.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/pb_decoder.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/pb_macros.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/pb_msg.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/pb_packed.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/pb_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/producer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/common/builtin_clock.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/common/data_source_descriptor.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/config/data_source_config.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/config/trace_config.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/config/track_event/track_event_config.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/interned_data/interned_data.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/test_event.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/trace.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/trace_packet.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/counter_descriptor.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/debug_annotation.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/track_descriptor.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/track_event/track_event.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/protos/trace/trigger.pzc.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/stream_writer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/te_category_macros.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/te_macros.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/thread_utils.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/tracing_session.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/public/track_event.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/basic_types.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/iterator.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/metatrace_config.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/read_trace.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/ref_counted.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/status.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_blob.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_blob_view.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_processor.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/trace_processor/trace_processor_storage.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/backend_type.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/buffer_exhausted_policy.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/console_interceptor.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/chrome_config.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/data_source_config.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/data_source_descriptor.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/flush_flags.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/forward_decls.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/trace_config.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/tracing_service_capabilities.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/core/tracing_service_state.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/data_source.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/debug_annotation.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/event_context.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/interceptor.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/basic_types.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/compile_time_hash.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/data_source_internal.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/in_process_tracing_backend.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/interceptor_trace_writer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/system_tracing_backend.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/tracing_backend_fake.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/tracing_muxer.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/tracing_tls.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_data_source.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_internal.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_interned_fields.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/track_event_macros.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/write_track_event_args.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/locked_handle.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/platform.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/string_helpers.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/trace_writer_base.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/traced_proto.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/traced_value.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/traced_value_forward.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/tracing.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/tracing_backend.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/tracing_policy.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/track.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_args.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_interned_data_index.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_legacy.h
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/track_event_state_tracker.h
FILE: ../../../flutter/third_party/perfetto/perfetto.rc
FILE: ../../../flutter/third_party/perfetto/python/BUILD
FILE: ../../../flutter/third_party/perfetto/src/android_internal/atrace_hal.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/atrace_hal.h
FILE: ../../../flutter/third_party/perfetto/src/android_internal/health_hal.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/health_hal.h
FILE: ../../../flutter/third_party/perfetto/src/android_internal/incident_service.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/incident_service.h
FILE: ../../../flutter/third_party/perfetto/src/android_internal/lazy_library_loader.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/lazy_library_loader.h
FILE: ../../../flutter/third_party/perfetto/src/android_internal/power_stats.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/power_stats.h
FILE: ../../../flutter/third_party/perfetto/src/android_internal/statsd.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/statsd.h
FILE: ../../../flutter/third_party/perfetto/src/android_internal/statsd_logging.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/statsd_logging.h
FILE: ../../../flutter/third_party/perfetto/src/android_internal/tracing_service_proxy.cc
FILE: ../../../flutter/third_party/perfetto/src/android_internal/tracing_service_proxy.h
FILE: ../../../flutter/third_party/perfetto/src/android_stats/perfetto_atoms.h
FILE: ../../../flutter/third_party/perfetto/src/android_stats/statsd_logging_helper.cc
FILE: ../../../flutter/third_party/perfetto/src/android_stats/statsd_logging_helper.h
FILE: ../../../flutter/third_party/perfetto/src/base/android_utils.cc
FILE: ../../../flutter/third_party/perfetto/src/base/base64.cc
FILE: ../../../flutter/third_party/perfetto/src/base/crash_keys.cc
FILE: ../../../flutter/third_party/perfetto/src/base/ctrl_c_handler.cc
FILE: ../../../flutter/third_party/perfetto/src/base/debug_crash_stack_trace.cc
FILE: ../../../flutter/third_party/perfetto/src/base/default_platform.cc
FILE: ../../../flutter/third_party/perfetto/src/base/event_fd.cc
FILE: ../../../flutter/third_party/perfetto/src/base/file_utils.cc
FILE: ../../../flutter/third_party/perfetto/src/base/flat_hash_map_benchmark.cc
FILE: ../../../flutter/third_party/perfetto/src/base/flat_set_benchmark.cc
FILE: ../../../flutter/third_party/perfetto/src/base/getopt_compat.cc
FILE: ../../../flutter/third_party/perfetto/src/base/http/http_server.cc
FILE: ../../../flutter/third_party/perfetto/src/base/http/sha1.cc
FILE: ../../../flutter/third_party/perfetto/src/base/log_ring_buffer.h
FILE: ../../../flutter/third_party/perfetto/src/base/logging.cc
FILE: ../../../flutter/third_party/perfetto/src/base/metatrace.cc
FILE: ../../../flutter/third_party/perfetto/src/base/paged_memory.cc
FILE: ../../../flutter/third_party/perfetto/src/base/periodic_task.cc
FILE: ../../../flutter/third_party/perfetto/src/base/pipe.cc
FILE: ../../../flutter/third_party/perfetto/src/base/status.cc
FILE: ../../../flutter/third_party/perfetto/src/base/string_splitter.cc
FILE: ../../../flutter/third_party/perfetto/src/base/string_utils.cc
FILE: ../../../flutter/third_party/perfetto/src/base/string_view.cc
FILE: ../../../flutter/third_party/perfetto/src/base/subprocess.cc
FILE: ../../../flutter/third_party/perfetto/src/base/subprocess_posix.cc
FILE: ../../../flutter/third_party/perfetto/src/base/subprocess_windows.cc
FILE: ../../../flutter/third_party/perfetto/src/base/temp_file.cc
FILE: ../../../flutter/third_party/perfetto/src/base/thread_checker.cc
FILE: ../../../flutter/third_party/perfetto/src/base/thread_task_runner.cc
FILE: ../../../flutter/third_party/perfetto/src/base/thread_utils.cc
FILE: ../../../flutter/third_party/perfetto/src/base/threading/spawn.cc
FILE: ../../../flutter/third_party/perfetto/src/base/threading/stream_combinators.cc
FILE: ../../../flutter/third_party/perfetto/src/base/threading/thread_pool.cc
FILE: ../../../flutter/third_party/perfetto/src/base/time.cc
FILE: ../../../flutter/third_party/perfetto/src/base/unix_socket.cc
FILE: ../../../flutter/third_party/perfetto/src/base/unix_task_runner.cc
FILE: ../../../flutter/third_party/perfetto/src/base/utils.cc
FILE: ../../../flutter/third_party/perfetto/src/base/uuid.cc
FILE: ../../../flutter/third_party/perfetto/src/base/version.cc
FILE: ../../../flutter/third_party/perfetto/src/base/virtual_destructors.cc
FILE: ../../../flutter/third_party/perfetto/src/base/vm_sockets.h
FILE: ../../../flutter/third_party/perfetto/src/base/waitable_event.cc
FILE: ../../../flutter/third_party/perfetto/src/base/watchdog_posix.cc
FILE: ../../../flutter/third_party/perfetto/src/bigtrace/orchestrator_impl.cc
FILE: ../../../flutter/third_party/perfetto/src/bigtrace/orchestrator_impl.h
FILE: ../../../flutter/third_party/perfetto/src/bigtrace/trace_processor_wrapper.cc
FILE: ../../../flutter/third_party/perfetto/src/bigtrace/trace_processor_wrapper.h
FILE: ../../../flutter/third_party/perfetto/src/bigtrace/worker_impl.cc
FILE: ../../../flutter/third_party/perfetto/src/bigtrace/worker_impl.h
FILE: ../../../flutter/third_party/perfetto/src/kallsyms/kernel_symbol_map.cc
FILE: ../../../flutter/third_party/perfetto/src/kallsyms/kernel_symbol_map.h
FILE: ../../../flutter/third_party/perfetto/src/kallsyms/kernel_symbol_map_benchmark.cc
FILE: ../../../flutter/third_party/perfetto/src/kallsyms/lazy_kernel_symbolizer.cc
FILE: ../../../flutter/third_party/perfetto/src/kallsyms/lazy_kernel_symbolizer.h
FILE: ../../../flutter/third_party/perfetto/src/kernel_utils/syscall_table.cc
FILE: ../../../flutter/third_party/perfetto/src/kernel_utils/syscall_table.h
FILE: ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_aarch32.h
FILE: ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_aarch64.h
FILE: ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_armeabi.h
FILE: ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_x86.h
FILE: ../../../flutter/third_party/perfetto/src/kernel_utils/syscalls_x86_64.h
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/bugreport_path.h
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/config.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/config.h
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/main.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/packet_writer.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/packet_writer.h
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/pbtxt_to_pb.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/pbtxt_to_pb.h
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd.h
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd_android.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/perfetto_cmd_state.proto
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/rate_limiter.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/rate_limiter.h
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_perfetto.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_perfetto_main.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_producer.cc
FILE: ../../../flutter/third_party/perfetto/src/perfetto_cmd/trigger_producer.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/callstack_trie.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/callstack_trie.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/interner.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/interning_output.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/interning_output.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/proc_cmdline.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/proc_cmdline.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/proc_utils.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/proc_utils.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/producer_support.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/producer_support.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/profiler_guardrails.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/profiler_guardrails.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/unwind_support.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/common/unwind_support.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/deobfuscator.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/deobfuscator.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/common_types.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/event_config.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/event_config.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/event_reader.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/event_reader.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/main.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/perf_producer.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/perf_producer.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/proc_descriptors.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/proc_descriptors.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/regs_parsing.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/regs_parsing.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/traced_perf.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/traced_perf.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/unwind_queue.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/unwinding.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/perf/unwinding.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_parser.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_parser.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_symbolizer.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/breakpad_symbolizer.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/elf.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/filesystem.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/filesystem_posix.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/filesystem_windows.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/local_symbolizer.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/local_symbolizer.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/scoped_read_mmap.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/scoped_read_mmap_posix.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/scoped_read_mmap_windows.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/subprocess.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/subprocess_posix.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/subprocess_windows.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolize_database.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolize_database.h
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolizer.cc
FILE: ../../../flutter/third_party/perfetto/src/profiling/symbolizer/symbolizer.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/field.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_common.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_generator.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_generator.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_parser.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_parser.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_bytecode_parser_fuzzer.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_util.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/filter_util.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter_benchmark.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/message_filter_fuzzer.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/message_tokenizer.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/string_filter.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/string_filter.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/filtering/string_filter_benchmark.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/gen_field_helpers.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/message.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/message_arena.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/packed_repeated_fields.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/proto_decoder.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/proto_decoder_fuzzer.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/proto_ring_buffer.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/proto_ring_buffer.h
FILE: ../../../flutter/third_party/perfetto/src/protozero/protoc_plugin/cppgen_plugin.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/protoc_plugin/protozero_c_plugin.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/protoc_plugin/protozero_plugin.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/scattered_heap_buffer.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/scattered_stream_null_delegate.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/scattered_stream_writer.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/static_buffer.cc
FILE: ../../../flutter/third_party/perfetto/src/protozero/virtual_destructors.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/data_source.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/heap_buffer.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/intern_map.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/intern_map.h
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/pb_decoder.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/producer.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/reset_for_testing.h
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/stream_writer.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/stream_writer.h
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/thread_utils.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/tracing_session.cc
FILE: ../../../flutter/third_party/perfetto/src/shared_lib/track_event.cc
FILE: ../../../flutter/third_party/perfetto/src/tracebox/tracebox.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/deobfuscate_profile.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/deobfuscate_profile.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/lite_fallbacks.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/main.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/pprof_builder.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/proto_full_utils.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/proto_full_utils.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/symbolize_profile.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/symbolize_profile.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_hprof.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_hprof.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_json.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_json.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_profile.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_profile.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_systrace.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_systrace.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_text.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/trace_to_text.h
FILE: ../../../flutter/third_party/perfetto/src/traceconv/utils.cc
FILE: ../../../flutter/third_party/perfetto/src/traceconv/utils.h
FILE: ../../../flutter/third_party/perfetto/src/traced_relay/relay_service.cc
FILE: ../../../flutter/third_party/perfetto/src/traced_relay/relay_service.h
FILE: ../../../flutter/third_party/perfetto/src/traced_relay/relay_service_integrationtest.cc
FILE: ../../../flutter/third_party/perfetto/src/traced_relay/relay_service_main.cc
FILE: ../../../flutter/third_party/perfetto/src/traced_relay/socket_relay_handler.cc
FILE: ../../../flutter/third_party/perfetto/src/traced_relay/socket_relay_handler.h
FILE: ../../../flutter/third_party/perfetto/src/websocket_bridge/websocket_bridge.cc
FILE: ../../../flutter/third_party/perfetto/src/websocket_bridge/websocket_bridge.h
FILE: ../../../flutter/third_party/perfetto/src/websocket_bridge/websocket_bridge_main.cc
FILE: ../../../flutter/third_party/perfetto/traced_perf.rc
FILE: ../../../flutter/third_party/perfetto/ui/build.js
FILE: ../../../flutter/third_party/perfetto/ui/config/integrationtest_env.js
FILE: ../../../flutter/third_party/perfetto/ui/config/integrationtest_setup.js
FILE: ../../../flutter/third_party/perfetto/ui/config/integrationtest_teardown.js
FILE: ../../../flutter/third_party/perfetto/ui/config/jest.integrationtest.config.js
FILE: ../../../flutter/third_party/perfetto/ui/config/jest.unittest.config.js
FILE: ../../../flutter/third_party/perfetto/ui/config/rollup.config.js
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/common.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/details.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/flags_page.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/fonts.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/home_page.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/metrics_page.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/modal.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/perfetto.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/query_page.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/record.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/sidebar.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/topbar.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/trace_info_page.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/viz_page.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/anchor.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/button.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/callout.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/checkbox.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/details_shell.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/details_table.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/editor.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/empty_state.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/error.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/form.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/grid_layout.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/hotkey.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/menu.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/multiselect.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/popup.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/section.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/select.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/spinner.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/switch.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/text_input.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/text_paragraph.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/theme.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/timestamp.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/vega_view.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/virtual_scroll_container.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets_page.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/base/utils/index-browser.js
FILE: ../../../flutter/third_party/perfetto/ui/src/base/utils/index.js
FILE: ../../../flutter/third_party/shaderc/DEVELOPMENT.howto.md
FILE: ../../../flutter/third_party/shaderc/android_test/test.cpp
FILE: ../../../flutter/third_party/shaderc/downloads.md
FILE: ../../../flutter/third_party/shaderc/glslc/src/dependency_info.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/dependency_info.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/file.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_compiler.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_compiler.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_includer.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_includer.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_test.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/main.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/resource_parse.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/resource_parse.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/resource_parse_test.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/shader_stage.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/shader_stage.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/stage_test.cc
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_arm.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_x86.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_arm.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_x86.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/img/linux.png
FILE: ../../../flutter/third_party/shaderc/kokoro/img/macos.png
FILE: ../../../flutter/third_party/shaderc/kokoro/img/windows.png
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_asan.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug_exception.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_license_check.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_mingw_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_asan.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_license_check.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_mingw_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/ndk-build/continuous_khronos.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/ndk-build/presubmit_khronos.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/continuous_debug_2017.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/continuous_debug_2019.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2017.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2019.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_debug_2017.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_debug_2019.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2017.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2019.cfg
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/env.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.hpp
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/status.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/visibility.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/common_shaders_for_test.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_c_smoke_test.c
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_cpp_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/args.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/compiler.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/counting_includer.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/exceptions.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/file_finder.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/format.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/io_shaderc.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/message.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/mutex.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.inc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/shader_stage.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/spirv_tools_wrapper.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/string_piece.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/universal_unistd.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/version_profile.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/args.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/counting_includer_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/death_test.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/format_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/message.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/message_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/mutex_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/resources.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/shader_stage.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/spirv_tools_wrapper.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/string_piece_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile_test.cc
FILE: ../../../flutter/third_party/txt/benchmarks/skparagraph_benchmarks.cc
FILE: ../../../flutter/third_party/txt/benchmarks/txt_run_all_benchmarks.cc
FILE: ../../../flutter/third_party/txt/src/skia/paragraph_builder_skia.cc
FILE: ../../../flutter/third_party/txt/src/skia/paragraph_builder_skia.h
FILE: ../../../flutter/third_party/txt/src/skia/paragraph_skia.cc
FILE: ../../../flutter/third_party/txt/src/skia/paragraph_skia.h
FILE: ../../../flutter/third_party/txt/src/txt/asset_font_manager.cc
FILE: ../../../flutter/third_party/txt/src/txt/asset_font_manager.h
FILE: ../../../flutter/third_party/txt/src/txt/font_asset_provider.cc
FILE: ../../../flutter/third_party/txt/src/txt/font_asset_provider.h
FILE: ../../../flutter/third_party/txt/src/txt/font_collection.cc
FILE: ../../../flutter/third_party/txt/src/txt/font_collection.h
FILE: ../../../flutter/third_party/txt/src/txt/font_features.cc
FILE: ../../../flutter/third_party/txt/src/txt/font_features.h
FILE: ../../../flutter/third_party/txt/src/txt/font_style.h
FILE: ../../../flutter/third_party/txt/src/txt/font_weight.h
FILE: ../../../flutter/third_party/txt/src/txt/line_metrics.h
FILE: ../../../flutter/third_party/txt/src/txt/paragraph.h
FILE: ../../../flutter/third_party/txt/src/txt/paragraph_builder.cc
FILE: ../../../flutter/third_party/txt/src/txt/paragraph_builder.h
FILE: ../../../flutter/third_party/txt/src/txt/paragraph_style.cc
FILE: ../../../flutter/third_party/txt/src/txt/paragraph_style.h
FILE: ../../../flutter/third_party/txt/src/txt/placeholder_run.cc
FILE: ../../../flutter/third_party/txt/src/txt/placeholder_run.h
FILE: ../../../flutter/third_party/txt/src/txt/run_metrics.h
FILE: ../../../flutter/third_party/txt/src/txt/test_font_manager.cc
FILE: ../../../flutter/third_party/txt/src/txt/test_font_manager.h
FILE: ../../../flutter/third_party/txt/src/txt/text_baseline.h
FILE: ../../../flutter/third_party/txt/src/txt/text_decoration.cc
FILE: ../../../flutter/third_party/txt/src/txt/text_decoration.h
FILE: ../../../flutter/third_party/txt/src/txt/text_shadow.cc
FILE: ../../../flutter/third_party/txt/src/txt/text_shadow.h
FILE: ../../../flutter/third_party/txt/src/txt/text_style.cc
FILE: ../../../flutter/third_party/txt/src/txt/text_style.h
FILE: ../../../flutter/third_party/txt/src/txt/typeface_font_asset_provider.cc
FILE: ../../../flutter/third_party/txt/src/txt/typeface_font_asset_provider.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/bitutils.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/hex_float.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Common.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/HexFloat.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/ndk_test/test.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/Package.swift
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/barrier.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/external_interface.h
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/image.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/internal_interface.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/sampler.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/include/spirv_cross/thread_group.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/main.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/pkg-config/spirv-cross-c-shared.pc.in
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/pkg-config/spirv-cross-c.pc.in
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/access-chain-invalidate.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/atomic-decrement.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/atomic-increment.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/bitcast_icmp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/block-name-alias-global.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/control-flow-hints.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/global-parameter-name-alias.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/nmin-max-clamp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/comp/nmin-max-clamp.relax-nan.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/array-of-structured-buffers.structured.fxconly.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/combined-sampler-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/empty-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/frem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/function-overload-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/image-extract-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/implicit-read-dep-phi.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/inf-nan-constant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/line-directive.line.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/lut-promotion-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/pass-by-value.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/sample-and-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/single-function-private-lut.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/srem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/storage-class-output-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/structured-buffer.structured.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/texel-fetch-no-lod.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/texture-sampling-fp16.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/unknown-depth-state.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/frag/unreachable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/vert/extract-transposed-matrix-from-struct.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/vert/spec-constant-op-composite.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/vert/uint-vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/access-chain-load-composite.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/access-chains.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/access-chains.force-uav.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/address-buffers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/barriers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/builtins.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/composite-array-initialization.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/globallycoherent.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/image.nonwritable-uav-texture.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/inverse.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/num-workgroups-alone.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/num-workgroups-with-builtins.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/outer-product.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/rayquery.nofxc.fxconly.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/rmw-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/rwbuffer-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/scalar-std450-distance-length-normalize.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/shared.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/spec-constant-op-member-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/spec-constant-work-group-size.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/ssbo-array-length.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/ssbo-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/comp/ssbo-store-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/array.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/basic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/copy.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/dynamic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/matrix-conversion.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/matrixindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/multiindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/push-constant.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/struct.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/struct.rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/swizzle.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/flatten/types.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/array-lut-no-loop-variable.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/basic-color-3comp.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/basic-color-3comp.sm50.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/basic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/bit-conversions.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/boolean-mix.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/builtins.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/bvec-operations.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/clip-cull-distance.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/complex-expression-in-access-chain.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/constant-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/control-dependent-in-branch.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/demote-to-helper.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/depth-greater-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/depth-less-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/dual-source-blending.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/early-fragment-test.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/for-loop-continue-control-flow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/fp16-packing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/front-facing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/hyperbolic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/image-query-selective.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/image-query-uav.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/image-query-uav.nonwritable-uav-texture.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/image-query.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/input-attachment-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/input-attachment.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/io-block.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/legacy-tex-modifiers.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/lut-promotion.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/matrix-input.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/mod.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/mrt.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/no-return.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/no-return2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/nonuniform-qualifier.nonuniformresource.sm51.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/partial-write-preserve.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/pixel-interlock-ordered.sm51.fxconly.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/point-coord-compat.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/query-lod.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/readonly-coherent-ssbo.force-uav.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/readonly-coherent-ssbo.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/resources.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/row-major-layout-in-struct.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/sample-cmp-level-zero.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/sample-mask-in-and-out.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/sample-mask-in.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/sample-mask-out.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/sampler-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/sampler-image-arrays.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/scalar-refract-reflect.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/separate-combined-fake-overload.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/spec-constant-block-size.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/spec-constant-ternary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/switch-unreachable-break.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/switch-unsigned-case.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/swizzle-scalar.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/tex-sampling-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/tex-sampling.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/tex-sampling.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/texel-fetch-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/texture-proj-shadow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/unary-enclose.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/unorm-snorm-packing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/frag/various-glsl-ops.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/mesh/mesh-shader-basic-lines.spv14.vk.nocompat.mesh
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/mesh/mesh-shader-basic-triangle.spv14.vk.nocompat.mesh
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/task/task-basic.spv14.vk.nocompat.task
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/basic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/clip-cull-distance.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/instancing.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/invariant.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/legacy-int-attribute.sm30.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/locations.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/matrix-attribute.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/matrix-output.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/no-contraction.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/no-input.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/point-size-compat.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/point-size.sm30.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/qualifiers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/read-from-row-major-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/return-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/sampler-buffers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/struct-composite-decl.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-hlsl/vert/texture_buffer.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/amd/shader_trinary_minmax.msl21.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/atomic-decrement.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/atomic-increment.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/bitcast_iadd.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/bitcast_icmp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/bitcast_sar.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/bitcast_slr.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/block-name-alias-global.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/buffer-write-relative-addr.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/buffer-write.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/copy-object-ssbo-to-ssbo.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/copy-object-ubo-to-ssbo.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/duplicate-spec-id.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/global-parameter-name-alias.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/image-load-store-short-vector.invalid.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/multiple-entry.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/op-spec-constant-op-vector-related.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/quantize.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/relaxed-block-layout.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/struct-resource-name-aliasing.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/uint_smulextended.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/undefined-constant-composite.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/undefined-spec-constant-composite.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/variable-pointers-2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/variable-pointers-store-forwarding.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/vector-builtin-type-cast-func.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/comp/vector-builtin-type-cast.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/combined-sampler-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/default-member-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/depth-array-texture-lod.lod-as-grad.1d-as-2d.agx-cube-grad.msl23.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/depth-image-color-format-fetch.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/depth-image-color-format-sampled.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/descriptor-array-unnamed.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/disable-renamed-output.frag-output.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/empty-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/extract-packed-from-composite.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/frem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/function-overload-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/image-extract-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/implicit-read-dep-phi.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/inf-nan-constant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/interpolation-qualifiers-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/line-directive.line.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/locations-components.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/lut-promotion-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/min-lod.msl22.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/op-constant-null.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/op-image-sampled-image.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/pass-by-value.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/phi-loop-variable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/pull-model-interpolation.asm.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/sample-and-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/single-function-private-lut.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/srem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/storage-class-output-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/switch-different-sizes.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/switch-long-case.asm.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/switch-unsigned-long-case.asm.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/texel-fetch-no-lod.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/texture-atomics.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/texture-atomics.asm.graphics-robust-access.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/texture-sampling-fp16.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/undef-variable-store.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/unknown-depth-state.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/unord-relational-op.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/unord-relational-op.relax-nan.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/unreachable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/tesc/tess-level-overrun.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/tesc/tess-level-overrun.multi-patch.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/tese/unnamed-builtin-array.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/clip-distance-plain-variable.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/clip-distance-plain-variable.no-user-varying.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/copy-memory-interface.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/extract-transposed-matrix-from-struct.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/fake-builtin-input.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/invariant.msl21.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/packed-bool-to-uint.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/packed-bool2-to-packed_uint2.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/packing-test.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/spec-constant-op-composite.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/asm/vert/uint-vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/access-private-workgroup-in-function.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/argument-buffers-discrete.msl2.argument.discrete.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/argument-buffers-image-load-store.ios.msl2.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/argument-buffers-image-load-store.msl2.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/argument-buffers-runtime-array-buffer.argument.device-argument-buffer.argument-tier-1.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/argument-buffers-runtime-array-buffer.rich-descriptor.argument.device-argument-buffer.argument-tier-1.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/argument-buffers-runtime-array.argument.device-argument-buffer.argument-tier-1.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/array-length.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/array-length.msl2.argument.discrete.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/atomic-float.msl3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/atomic-image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/atomic-image.msl31.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/barriers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/basic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/basic.dispatchbase.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/basic.dispatchbase.msl11.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/basic.inline-block.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/buffer_device_address-packed-vec-and-cast-to-and-from-uvec2.msl23.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/buffer_device_address-recursive-struct-pointers.msl23.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/buffer_device_address.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/builtins.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/cfg-preserve-parameter.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/coherent-block.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/coherent-image-atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/coherent-image-atomic.msl2.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/coherent-image-atomic.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/coherent-image-atomic.msl31.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/coherent-image-atomic.msl31.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/coherent-image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/complex-composite-constant-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/complex-type-alias.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/composite-array-initialization.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/composite-array-initialization.force-native-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/composite-construct.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/copy-array-of-arrays.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/copy-array-of-arrays.force-native-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/culling.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/defer-parens.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/dowhile.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/force-recompile-hooks.swizzle.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/functions.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/global-invocation-id.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/image-atomic-automatic-bindings.argument.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/image-atomic-automatic-bindings.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/image-cube-array-load-store.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/insert.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/inverse.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/local-invocation-id.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/local-invocation-index.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/local-size-duplicate-spec-id.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/mat3-row-maj-read-write-const.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/mat3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/metal3_1_regression_patch.replace-recursive-inputs.msl3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/mod.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/modf.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/outer-product.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/packing-test-1.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/packing-test-2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/raw-buffer-descriptor-aliasing.argument.discrete.device-argument-buffer.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/raw-buffer-descriptor-aliasing.argument.discrete.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/ray-query.nocompat.spv14.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/ray-query.spv14.vk.ios.msl24..invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/read-write-only.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/rmw-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/rmw-opt.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/scalar-std450-distance-length-normalize.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shader_ballot.msl22.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shader_group_vote.msl21.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shared-array-of-arrays.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shared-matrix-array-of-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shared-matrix-cast.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shared-matrix-nested-struct-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shared-matrix-nested-struct.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shared-struct-bool-cast.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/shared.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/spec-constant-op-member-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/spec-constant-work-group-size.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/storage-buffer-std140-vector-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/struct-layout.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/struct-nested.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/struct-packing.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/threadgroup-boolean-workaround.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/torture-loop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/type-alias.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/type_casting_i64.msl22.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/udiv.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/comp/writable-ssbo.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/comp/extended-arithmetic.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/frag/image-ms.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/frag/query-levels.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/tesc/arrayed-output.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/tesc/basic.desktop.sso.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/tesc/basic.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/tese/triangle.desktop.sso.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/vert/clip-cull-distance..no-user-varying.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/flatten/basic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/flatten/multiindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/flatten/push-constant.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/flatten/rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/flatten/struct.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/flatten/swizzle.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/flatten/types.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/argument-buffers.msl2.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/array-component-io.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/array-lut-no-loop-variable.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/array-of-array-lut.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.argument.discrete.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/array-of-texture-swizzle.msl2.argument.discrete.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/array-of-texture-swizzle.msl2.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/barycentric-nv-nopersp.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/barycentric-nv.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/basic.force-sample.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/basic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/binary-func-unpack-pack-arguments.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/binary-unpack-pack-arguments.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/bitcasting.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/bitcasting.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/buffer-read-write.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/buffer-read-write.texture-buffer-native.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/builtins.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/clip-distance-varying.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/complex-expression-in-access-chain.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/composite-extract-forced-temporary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/constant-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/constant-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/control-dependent-in-branch.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/cull-distance-varying.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/depth-array-texture-lod.lod-as-grad.1d-as-2d.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/depth-greater-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/depth-less-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/depth-out-early-frag-tests.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/depth-out-no-early-frag-tests.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/disable-frag-output.frag-output.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/dual-source-blending.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/early-fragment-tests.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/false-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/flush_params.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/for-loop-continue-control-flow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/for-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/fp16-packing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/frag-demote-checks.discard-checks.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/frag-demote-checks.discard-checks.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/frag-discard-checks-continue-block.discard-checks.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/frag-discard-checks-continue-block.discard-checks.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/frag-discard-checks.discard-checks.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/frag-discard-checks.discard-checks.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/fragment-component-padding.pad-fragment.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/front-facing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/gather-dref.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/gather-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/helper-invocation.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/huge-argument-buffer.device-argument-buffer.argument.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/illegal-name-test-0.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/image-query-lod.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/in_block.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/in_block_with_multiple_structs_of_same_type.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/in_mat.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/input-attachment-ms.arrayed-subpass.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/input-attachment-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/input-attachment-ms.multiview.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/input-attachment.arrayed-subpass.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/input-attachment.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/input-attachment.multiview.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/interpolation-qualifiers-block.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/interpolation-qualifiers.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/lut-promotion.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/mix.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/modf-access-tracking-function.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/mrt-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/nonuniform-qualifier.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/packed-expression-vector-shuffle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/packing-test-3.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/pixel-interlock-ordered.msl2.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/pixel-interlock-ordered.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/pixel-interlock-ordered.msl31.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/pixel-interlock-ordered.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/pls.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/post-depth-coverage.ios.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/post-depth-coverage.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/private-variable-prototype-declaration.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/ray-query-object-in-function.spv14.vk.msl24.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/read-cull-clip-distance-in-function.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/readonly-ssbo.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/return-value-after-discard-terminator.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/runtime_array_as_argument_buffer.msl3.argument-tier-1.rich-descriptor.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/runtime_array_as_argument_buffer_buf.msl3.argument-tier-1.rich-descriptor.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-depth-propagate-state-from-resource.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-depth-separate-image-sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-mask-in-and-out.fixed-sample-mask.force-sample.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-mask-in-and-out.fixed-sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-mask-not-used.fixed-sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-mask.fixed-sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-position-func.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-position.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-rate-frag-coord-sample-id.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-rate-frag-coord-sample-input.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-rate-frag-coord-sample-pos.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sample-rate-frag-coord.force-sample.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-1d-lod.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-1d-lod.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-compare-bias.msl23.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-compare-cascade-gradient.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-compare-cascade-gradient.ios.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-compare-cascade-gradient.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-cube-grad.agx-cube-grad.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-image-arrays.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/scalar-refract-reflect.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/separate-image-sampler-argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/shader-arithmetic-8bit.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/spec-constant-block-size.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/spec-constant-ternary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/stencil-export.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/subgroup-builtins.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/subgroup-globals-extract.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/switch-unreachable-break.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/switch-unsigned-case.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/texel-fetch-offset.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/texel-fetch-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/texture-cube-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/texture-cube-array.ios.emulate-cube-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/texture-multisample-array.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/texture-proj-shadow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/ubo_layout.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/unary-enclose.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/vecsize-mismatch.shader-inputs.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/frag/write-depth-in-function.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/intel/shader-integer-functions2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/legacy/vert/transpose.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/copy-arrays.mask-location-0.msl2.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/copy-arrays.mask-location-0.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/copy-arrays.mask-location-1.msl2.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/copy-arrays.mask-location-1.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-0.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-0.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-0.multi-patch.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-0.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-1.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-1.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-1.multi-patch.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs-block.mask-location-1.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-clip-distance.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-0.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-0.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-0.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-0.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-0.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-1.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-1.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-1.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-1.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-location-1.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-point-size.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-point-size.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-point-size.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-point-size.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-position.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/masking/write-outputs.mask-position.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/arrayed-block-io.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/basic.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/basic.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/complex-control-point-inout-types.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/complex-control-point-inout-types.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/complex-patch-out-types.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/load-control-point-array-of-matrix.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/load-control-point-array-of-matrix.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/load-control-point-array-of-struct.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/load-control-point-array-of-struct.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/load-control-point-array.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/load-control-point-array.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/matrix-output.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/reload-tess-level.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/reload-tess-level.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/struct-output.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/water_tess.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tesc/water_tess.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/in-array-of-struct.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/in-block-with-nested-struct.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/in-block-with-nested-struct.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/input-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/input-types.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/input-types.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/load-control-point-array-of-matrix.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/load-control-point-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/quad.domain.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/quad.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/read-patch-vertices-in-func.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/read-tess-level-in-func-quad.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/read-tess-level-in-func-quad.raw-tess-in.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/read-tess-level-in-func.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/read-tess-level-in-func.raw-tess-in.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/set-from-function.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/triangle-tess-level.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/triangle.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/water_tess.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/tese/water_tess.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/array-component-io.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/array-component-io.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/basic.capture.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/basic.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/basic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/buffer_device_address.msl2.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/clip-distance-block.no-user-varying.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/clip-distance-block.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/copy.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/dynamic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/float-math.invariant-float-math.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/float-math.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/functions.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/implicit-position-1.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/implicit-position-2.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/in_out_array_mat.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/interface-block-block-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/interface-block-block-composites.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/interface-block-single-element-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/interpolation-qualifiers-block.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/interpolation-qualifiers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/invariant.msl21.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/leaf-function.capture.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/leaf-function.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/no-contraction.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/no-disable-vertex-out.frag-output.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/no_stage_out.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/no_stage_out.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/no_stage_out.write_buff.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/no_stage_out.write_buff_atomic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/no_stage_out.write_tex.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/out-block-with-nested-struct-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/out-block-with-struct-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/out_block.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/packed-bool-to-uint.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/packed-bool2-to-packed_uint2.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/packed_matrix.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/pointsize.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/read-from-row-major-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/resource-arrays-leaf.ios.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/resource-arrays.ios.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/return-array.force-native-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/return-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/set_builtin_in_func.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/sign-int-types.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/signedness-mismatch.shader-inputs.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/texture_buffer.texture-buffer-native.msl21.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/texture_buffer.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/ubo.alignment.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/ubo.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/uniform-struct-out-of-order-offests.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/uniform-struct-packing-nested.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vert/unused-position.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/basic.multiview.no-layered.nocompat.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/basic.multiview.nocompat.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.ios.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/push-constant.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/spec-constant.msl11.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/frag/spec-constant.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/vert/device-group.multiview.viewfromdev.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/vert/device-group.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/vert/multiview.multiview.no-layered.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/vert/multiview.multiview.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/vert/multiview.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/vert/small-storage.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/depth-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/global-constant-arrays.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/padded-float-array-member-defef.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/sample-mask-not-array.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/subpass-input.ios.framebuffer-fetch.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/subpass-input.msl23.framebuffer-fetch.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/texture-atomics.asm.argument.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/texture-atomics.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/frag/texture-atomics.asm.graphics-robust-access.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/tesc/hs-incorrect-base-type.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/tesc/hs-input-array-access.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/tesc/hs-texcoord-array.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/tese/ds-double-gl-in-deref.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/tese/ds-patch-input-fixes.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/tese/ds-patch-inputs.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/vert/array-missing-copies.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders-ue4/asm/vert/texture-buffer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/amd/gcn_shader.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/amd/shader_ballot.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/amd/shader_group_vote.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/amd/shader_trinary_minmax.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/atomic-decrement.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/atomic-increment.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/bitcast_iadd.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/bitcast_icmp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/bitcast_iequal.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/bitcast_sar.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/bitcast_sdiv.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/bitcast_slr.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/block-name-alias-global.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/builtin-compute-bitcast.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/control-flow-hints.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/decoration-group.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/global-parameter-name-alias.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/hlsl-functionality.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/logical.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/multiple-entry.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/nmin-max-clamp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/nmin-max-clamp.relax-nan.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/op-phi-swap.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/quantize.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/recompile-block-naming.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/specialization-constant-workgroup.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/switch-break-ladder.asm.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/comp/undefined-constant-composite.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/complex-name-workarounds.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/default-member-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/do-while-statement-fallback.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/empty-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/for-loop-phi-only-continue.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/frem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/function-overload-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-extract-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-query-no-sampler.vk.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/image-query-no-sampler.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/implicit-read-dep-phi.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/inf-nan-constant-double.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/inf-nan-constant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/invalidation.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/line-directive.line.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/locations-components.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/loop-header-to-continue.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/lut-promotion-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/multi-for-loop-init.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/op-constant-null.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/op-phi-swap-continue-block.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/out-of-bounds-access-opspecconstant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/out-of-bounds-access.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/pack-and-unpack-uint2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/pass-by-value.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/phi-loop-variable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/sample-and-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/sampler-buffer-array-without-sampler.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/single-function-private-lut.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/srem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/storage-class-output-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/switch-label-shared-block.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/switch-preserve-sign-extension.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/temporary-name-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/temporary-phi-hoisting.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/texel-fetch-no-lod.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/undef-variable-store.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/unknown-depth-state.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/unknown-depth-state.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/unreachable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/frag/vector-shuffle-oom.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/geom/block-name-namespace.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/geom/inout-split-access-chain-handle.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/geom/split-access-chain-input.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/geom/unroll-glposition-load.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/tese/unroll-input-array-load.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/empty-io.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/extract-transposed-matrix-from-struct.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/global-builtin.sso.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/invariant-block.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/invariant-block.sso.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/invariant.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/invariant.sso.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/asm/vert/uint-vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/bake_gradient.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/barriers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/basic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/casts.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/cfg-preserve-parameter.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/cfg.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/coherent-block.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/coherent-image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/composite-array-initialization.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/composite-construct.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/culling.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/defer-parens.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/dowhile.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/generate_height.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/insert.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/mat3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/mod.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/modf.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/outer-product.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/read-write-only.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/rmw-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/rmw-opt.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/scalar-std450-distance-length-normalize.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/shared.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/ssbo-array-length.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/ssbo-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/struct-layout.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/struct-packing.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/torture-loop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/type-alias.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/comp/udiv.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/comp/enhanced-layouts.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/comp/extended-arithmetic.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/comp/fp64.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/comp/int64.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/clip-cull-distance.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/control-dependent-in-branch.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/depth-greater-than.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/depth-less-than.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/dual-source-blending.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/image-ms.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/image-query.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/image-size.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/image-size.no-qualifier-deduction.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/in-block-qualifiers.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/layout-component.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/query-levels.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/query-lod.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/stencil-export.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/geom/basic.desktop.sso.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/geom/viewport-index.desktop.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/tesc/basic.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/tese/triangle.desktop.sso.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/basic.desktop.sso.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/clip-cull-distance.desktop.sso.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/out-block-qualifiers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/array.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/basic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/copy.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/dynamic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/matrix-conversion.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/matrixindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/multiindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/push-constant.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/struct.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/struct.rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/swizzle.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/flatten/types.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/array-lut-no-loop-variable.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/avoid-expression-lowering-to-loop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/barycentric-khr.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/barycentric-nv.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/basic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/block-match-sad.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/block-match-ssd.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/box-filter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/complex-expression-in-access-chain.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/composite-extract-forced-temporary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/constant-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/constant-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/false-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/flush_params.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/for-loop-continue-control-flow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/for-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/frexp-modf.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/front-facing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/gather-dref.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/ground.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/helper-invocation.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/hoisted-temporary-use-continue-block-as-value.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/image-load-store-uint-coord.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/inside-loop-dominated-variable-preservation.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/loop-dominator-and-switch-default.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/lut-promotion.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/mix.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/modf-pointer-function-analysis.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/partial-write-preserve.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/pixel-interlock-ordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/pixel-interlock-unordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/pls.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/post-depth-coverage-es.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/post-depth-coverage.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/round-even.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/round.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/sample-interlock-ordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/sample-interlock-unordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/sample-parameter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/sample-weighted.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/sampler-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/sampler-proj.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/scalar-refract-reflect.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/selection-block-dominator.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/shader-clock.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/struct-type-unrelated-alias.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/switch-unreachable-break.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/switch-unsigned-case.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/texel-fetch-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/ubo-load-row-major-workaround.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/ubo_layout.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/frag/unary-enclose.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/basic.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/geometry-passthrough.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/lines-adjacency.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/lines.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/multi-stream.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/points.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/single-invocation.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/transform-feedback-streams.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/triangles-adjacency.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/geom/triangles.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/explicit-lod.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/explicit-lod.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/fma.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/hyperbolic.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/io-blocks.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/isnan-isinf.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/modf.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/multiple-struct-flattening.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/round.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/struct-varying.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/fragment/switch.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/implicit-lod.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/int-attribute.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/inverse.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/io-block.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/outer-product.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/struct-flatten-inner-array.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/struct-flatten-stores-multi-dimension.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/struct-varying.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/switch-nested.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/legacy/vert/transpose.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/mesh/mesh-shader-basic-lines.spv14.vk.nocompat.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/mesh/mesh-shader-basic-points.spv14.vk.nocompat.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/mesh/mesh-shader-basic-triangle.spv14.vk.nocompat.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tesc/basic.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tesc/water_tess.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/ccw.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/cw.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/equal.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/fractional_even.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/fractional_odd.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/input-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/line.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/load-array-of-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/patch-input-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/read-patch-vertices-in-func.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/triangle.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/tese/water_tess.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/basic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/ground.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/invariant.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/no-contraction.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/ocean.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/read-from-row-major-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/return-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/row-major-workaround.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/texture_buffer.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/transform-feedback-decorations.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vert/ubo.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/array-of-buffer-reference.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/buffer-reference-atomic.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/buffer-reference-base-alignment-promote.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/buffer-reference-bitcast-uvec2-2.nocompat.invalid.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/buffer-reference-bitcast-uvec2.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/buffer-reference-bitcast.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/buffer-reference-decorations.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/buffer-reference.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/fp-atomic.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/ray-query.nocompat.spv14.invalid.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/block-match-sad.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/block-match-ssd.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/box-filter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/demote-to-helper.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/nonuniform-qualifier.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/push-constant.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/push-constant.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/sample-weighted.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/shader-arithmetic-8bit.nocompat.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/spec-constant-block-size.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/spec-constant-block-size.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/spec-constant-ternary.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/frag/spec-constant-ternary.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rahit/terminators.khr.spv14.nocompat.vk.rahit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rahit/terminators.nocompat.vk.rahit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rcall/incoming-callable.khr.spv14.nocompat.vk.rcall.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_block.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_block.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_block_in_function.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_block_in_function.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_plain.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_plain.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_struct.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_attribute_struct.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_kind.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_kind.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_t.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/hit_t.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/incoming_ray_flags.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/incoming_ray_flags.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/instance_custom_id.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/instance_custom_id.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/instance_id.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/instance_id.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/object_ray_direction.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/object_ray_direction.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/object_ray_origin.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/object_ray_origin.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/object_to_world.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/object_to_world.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/payloads.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/payloads.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/primitive_id.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/primitive_id.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/ray_tmax.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/ray_tmax.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/ray_tmin.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/ray_tmin.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/ray_tracing.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/ray_tracing.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/world_ray_direction.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/world_ray_direction.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/world_ray_origin.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/world_ray_origin.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/world_to_object.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rchit/world_to_object.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/convert-u-to-as.spv14.vk.nocompat.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/execute_callable.nocompat.khr.spv14.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/execute_callable.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/launch_id.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/launch_id.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/launch_size.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/launch_size.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/payloads.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/payloads.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/pure_call.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/pure_call.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/ray_tracing.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/ray_tracing.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/shader_record_buffer.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rgen/shader_record_buffer.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rint/report-intersection.khr.spv14.nocompat.vk.rint.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rint/report-intersection.nocompat.vk.rint.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rmiss/ray_tracing.khr.spv14.nocompat.vk.rmiss.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rmiss/ray_tracing.nocompat.vk.rmiss.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/rmiss/ray_tracing_trace_incoming.khr.spv14.nocompat.vk.rmiss.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/vert/device-group.nocompat.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/vert/small-storage.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/vert/small-storage.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/access-chain-load-store-composite.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/atomic-load-store.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/atomic-result-temporary.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/bitfield-signed-operations.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/bitscan.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/buffer-atomic-nonuniform.asm.sm51.nonuniformresource.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/constant-composite-undef.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/constant-lut-name-aliasing.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/eliminate-globals-not-in-entry-point.noeliminate.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/glsl-signed-operations.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/glsl.std450.frexp-modf-struct.fxconly.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/image-atomic-nonuniform.asm.sm51.nonuniformresource.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/local-size-id-override.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/local-size-id.asm.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/num-workgroups.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/spec-constant-name-aliasing.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/specialization-constant-workgroup.nofxc.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.nofxc.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/anonymous-inner-struct-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/composite-insert-inheritance.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/empty-struct-in-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/image-fetch-uint-coord.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/nonuniform-bracket-handling-2.nonuniformresource.sm51.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/nonuniform-qualifier-propagation.nonuniformresource.sm51.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/nonuniform-ssbo.sm51.nonuniformresource.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/only-initializer-frag-depth.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/phi.zero-initialize.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/pixel-interlock-callstack.sm51.fxconly.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/pixel-interlock-control-flow.sm51.fxconly.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/pixel-interlock-split-functions.sm51.fxconly.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/reserved-function-identifier.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/sample-mask-load-store-array-uint.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/sample-mask-load-store-array.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/scalar-select.spv14.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/struct-packing-last-element-array-matrix-rule.invalid.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/subgroup-arithmetic-cast.invalid.nofxc.sm60.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/unordered-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/unordered-compare.relax-nan.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/vec4-straddle-packing-holes.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/mesh/mesh-shader-dxil-spirv.flip-vert-y.asm.spv14.nofxc.nocompat.vk.mesh
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/mesh/mesh-shader-plain-builtin-outputs.spv14.asm.vk.nocompat.mesh
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/temporary.zero-initialize.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/vert/block-struct-initializer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/vert/builtin-output-initializer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/vert/complex-link-by-name.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/asm/vert/empty-struct-composite.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/bitfield.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/glsl.std450.fxconly.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/illegal-struct-name.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/intmin-literal.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/subgroups-boolean.invalid.nofxc.sm60.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/subgroups.invalid.nofxc.sm60.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/substruct-cbuffer-packing-straddle-top-level.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/substruct-cbuffer-packing-straddle.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/trivial-select-cast-vector.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/comp/trivial-select-matrix.spv14.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/cbuffer-packing-straddle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/constant-buffer-array.invalid.sm51.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/fp16.invalid.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/frag-coord.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/helper-invocation.fxconly.nofxc.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/native-16bit-types.fxconly.nofxc.sm62.native-16bit.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/nonuniform-constructor.sm51.nonuniformresource.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/pixel-interlock-simple-callstack.sm51.fxconly.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/spec-constant.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/texture-gather-uint-component.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/ubo-offset-out-of-order.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/variables.zero-initialize.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/frag/volatile-helper-invocation.fxconly.nofxc.spv16.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/mesh/mesh-shader-basic-triangle.spv14.vk.nocompat.nofxc.flip-vert-y.mesh
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/vert/base-instance.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/vert/base-vertex.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/vert/block-io-auto-location-assignment.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/vert/empty-shader.nofxc.sm30.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/vert/flatten-matrix-input.flatten-matrix-vertex-input.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl-no-opt/vert/pass-array-by-value.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/access-chain-invalidate.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/atomic-decrement.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/atomic-increment.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/bitcast_icmp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/block-name-alias-global.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/control-flow-hints.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/global-parameter-name-alias.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/nmin-max-clamp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/comp/nmin-max-clamp.relax-nan.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/array-of-structured-buffers.structured.fxconly.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/combined-sampler-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/empty-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/frem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/function-overload-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/image-extract-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/implicit-read-dep-phi.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/inf-nan-constant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/line-directive.line.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/lut-promotion-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/pass-by-value.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/sample-and-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/single-function-private-lut.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/srem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/storage-class-output-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/structured-buffer.structured.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/texel-fetch-no-lod.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/texture-sampling-fp16.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/unknown-depth-state.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/frag/unreachable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/vert/extract-transposed-matrix-from-struct.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/vert/spec-constant-op-composite.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/vert/uint-vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/access-chain-load-composite.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/access-chains.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/access-chains.force-uav.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/address-buffers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/barriers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/builtins.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/composite-array-initialization.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/globallycoherent.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/image.nonwritable-uav-texture.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/inverse.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/num-workgroups-alone.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/num-workgroups-with-builtins.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/outer-product.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/rayquery.nofxc.fxconly.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/rmw-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/rwbuffer-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/scalar-std450-distance-length-normalize.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/shared.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/spec-constant-op-member-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/spec-constant-work-group-size.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/ssbo-array-length.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/ssbo-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/comp/ssbo-store-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/array.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/basic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/copy.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/dynamic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/matrix-conversion.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/matrixindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/multiindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/push-constant.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/struct.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/struct.rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/swizzle.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/flatten/types.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/array-lut-no-loop-variable.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/basic-color-3comp.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/basic-color-3comp.sm50.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/basic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/bit-conversions.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/boolean-mix.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/builtins.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/bvec-operations.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/clip-cull-distance.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/combined-texture-sampler-parameter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/combined-texture-sampler-shadow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/complex-expression-in-access-chain.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/constant-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/control-dependent-in-branch.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/demote-to-helper.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/depth-greater-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/depth-less-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/dual-source-blending.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/early-fragment-test.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/for-loop-continue-control-flow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/fp16-packing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/front-facing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/hyperbolic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/image-query-selective.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/image-query-uav.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/image-query-uav.nonwritable-uav-texture.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/image-query.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/input-attachment-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/input-attachment.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/io-block.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/legacy-tex-modifiers.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/lut-promotion.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/matrix-input.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/mod.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/mrt.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/no-return.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/no-return2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/nonuniform-qualifier.nonuniformresource.sm51.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/partial-write-preserve.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/pixel-interlock-ordered.sm51.fxconly.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/point-coord-compat.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/query-lod.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/readonly-coherent-ssbo.force-uav.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/readonly-coherent-ssbo.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/resources.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/row-major-layout-in-struct.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/sample-cmp-level-zero.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/sample-mask-in-and-out.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/sample-mask-in.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/sample-mask-out.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/sampler-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/sampler-image-arrays.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/scalar-refract-reflect.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/separate-combined-fake-overload.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/spec-constant-block-size.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/spec-constant-ternary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/switch-unreachable-break.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/switch-unsigned-case.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/swizzle-scalar.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/tex-sampling-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/tex-sampling.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/tex-sampling.sm30.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/texel-fetch-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/texture-proj-shadow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/texture-size-combined-image-sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/unary-enclose.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/unorm-snorm-packing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/frag/various-glsl-ops.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/mesh/mesh-shader-basic-lines.spv14.vk.nocompat.mesh
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/mesh/mesh-shader-basic-triangle.spv14.vk.nocompat.mesh
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/task/task-basic.spv14.vk.nocompat.task
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/basic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/clip-cull-distance.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/instancing.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/invariant.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/legacy-int-attribute.sm30.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/locations.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/matrix-attribute.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/matrix-output.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/no-contraction.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/no-input.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/point-size-compat.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/point-size.sm30.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/qualifiers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/read-from-row-major-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/return-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/sampler-buffers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/struct-composite-decl.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-hlsl/vert/texture_buffer.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/arithmetic-conversion-signs.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/atomic-load-store.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/atomic-min-max-sign.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/atomic-result-temporary.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/bda-to-array-in-buffer.asm.spv16.msl24.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/bitcast-fp16-fp32.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/bitfield-signed-operations.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/bitscan.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/block-like-array-type-construct-2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/block-like-array-type-construct.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/buffer-device-address-ptr-casting.msl24.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/composite-construct-buffer-struct.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/constant-composite-undef.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/constant-lut-name-aliasing.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/copy-logical-2.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/copy-logical-offset-and-array-stride-diffs.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/copy-logical.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/device-array-load-temporary.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/device-array-load-temporary.force-native-array.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/device-constant-array-load-store.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/device-constant-array-load-store.force-native-array.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/eliminate-globals-not-in-entry-point.noeliminate.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/glsl-signed-operations.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/glsl.std450.frexp-modf-struct.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/groupshared-inner-array-of-struct-copy.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/local-size-id-override.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/local-size-id.asm.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/modf-storage-class.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/opptrdiff-basic.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/opptrdiff-opptraccesschain-elem-offset.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/opptrequal-basic.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/opptrequal-row-maj-mtx-bypass-transpose.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/opptrnotequal-basic.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/spec-constant-name-aliasing.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/storage-buffer-basic.invalid.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/storage-buffer-pointer-argument.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/variable-pointers-2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/variable-pointers-3.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/variable-pointers-vector-to-scalar.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/variable-pointers.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/comp/workgroup-uint-to-uchar-alias-ptr-access-chain.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/access-chain-array-ubo-partial.argument.msl2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/access-chain-array-ubo-partial.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/anonymous-inner-struct-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/component-insert-packed-expression.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/composite-insert-inheritance.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/constant-composite-block-no-array-stride-2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/copy-memory-block-like-thread-local.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/empty-struct-in-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/fixup-entry-point-identifier.nomain.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/image-fetch-uint-coord.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/image-gather.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/image-type-normal-comparison-usage.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/in_block_with_aliased_struct_and_name.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/input-attachment-unused-frag-coord.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/modf-frexp-scalar-access-chain-output.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/only-initializer-frag-depth.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/phi.zero-initialize.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/pixel-interlock-callstack.msl2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/pixel-interlock-control-flow.msl2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/pixel-interlock-split-functions.msl2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/private-initializer-direct-store.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/reserved-function-identifier.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/sample-mask-load-store-array-uint.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/sample-mask-load-store-array.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/scalar-select.spv14.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/subgroup-arithmetic-cast.msl21.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/texture-access.swizzle.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/usage-tracking-modf-io-pointer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-location-0.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-location-0.multi-patch.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-location-1.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-location-1.multi-patch.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-point-size.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-point-size.multi-patch.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-position.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers-block.mask-position.multi-patch.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-location-0.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-location-0.msl2.multi-patch.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-location-1.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-location-1.multi-patch.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-point-size.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-point-size.msl2.multi-patch.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-position.msl2.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/masking/initializers.mask-position.msl2.multi-patch.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/composite-extract-row-major.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-3.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-4.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-5.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/packed-vector-extract-insert.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/row-major-split-access-chain.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-array-float2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-array-float3-one-element.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-array-float3.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float2x2-col-major.invalid.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float2x2-row-major.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float2x3-col-major.invalid.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float2x3-row-major.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float3x2-col-major.invalid.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float3x2-row-major.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float3x3-col-major.invalid.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/packing/scalar-float3x3-row-major.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/temporary.zero-initialize.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/array-control-point-initializer.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/block-control-point-initializer.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/builtin-control-point-initializer.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/composite-control-point-initializer.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/copy-memory-control-point.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/copy-tess-level-tri.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/plain-control-point-initializer.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.multi-patch.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/tess-level-initializer-quad.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/tess-level-initializer-triangle.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tesc/tess-level-read-write-in-function-tri.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tese/copy-tess-level.asm.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/tese/split-access-chain.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/block-io-use-in-function.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/block-struct-initializer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/builtin-output-initializer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/composite-extract-physical-type-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/constant-composite-block-no-array-stride.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/duplicate-view-index.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/empty-struct-composite.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/op-load-forced-temporary-array.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/asm/vert/pointer-to-pointer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/array-copy-threadgroup-memory.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/basic.dynamic-buffer.msl2.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/bda-restrict-pointer-variable.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/bitcast-16bit-1.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/bitcast-16bit-2.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/bitfield.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/buffer-device-address-from-pointer-complex-chain.msl23.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/extract-atomics-from-function.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/glsl.std450.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/illegal-struct-name.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/image-array-atomic.msl31.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/implicit-integer-promotion.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/int16min-literal.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/int64.invalid.msl22.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/int64min-literal.msl22.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/integer-dot-product.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/intmin-literal.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/loop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/return.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/std140-array-load-composite-construct.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/struct-packing-scalar.nocompat.invalid.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl12.emulate-subgroup.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl21.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl21.fixed-subgroup.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl21.ios.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl22.ios.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl23.ios.simd.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/trivial-select-cast-vector.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/comp/trivial-select-matrix.spv14.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/components/fragment-input-component.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/components/fragment-output-component.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/components/fragment-output-component.pad-fragment.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/components/vertex-input-component.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/components/vertex-output-component.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/16bit-constants.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/combined-sampler-parameter-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/demote-to-helper.vk.nocompat.msl21.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/depth-image-gather.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/force-active-resources.msl2.argument..force-active.discrete.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/fp16.desktop.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/image-gather.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/in_block_assign.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/min-max-clamp.invalid.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/min-max-clamp.relax-nan.invalid.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/nonuniform-constructor.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/pixel-interlock-simple-callstack.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/pull-interpolant-access-chain.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/ray-query-mutability.spv14.vk.msl24.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/scalar-block-layout-ubo-std430.vk.nocompat.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/shadow-compare-global-alias.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/struct-bool-edge-cases.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subgroups.nocompat.invalid.vk.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input-attachment-index-fallback.msl20.ios.framebuffer-fetch.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input-attachment-index-fallback.msl23.framebuffer-fetch.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input-function-argument.framebuffer-fetch.ios.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input-function-argument.framebuffer-fetch.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input.decoration-binding.framebuffer-fetch.msl23.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input.decoration-binding.framebuffer-fetch.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input.decoration-binding.ios.framebuffer-fetch.msl2.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/subpass-input.decoration-binding.ios.framebuffer-fetch.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/texture-access-int.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/texture-access-leaf.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/texture-access-uint.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/texture-access.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/texture-gather-uint-component.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/ubo-array-multiple-structs-access-chain.argument.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/ubo-array-multiple-structs-access-chain.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/ubo-offset-out-of-order.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/variables.zero-initialize.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/frag/volatile-helper-invocation.msl23.spv16.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/array-of-vec3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/array-of-vec4.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/isolated-scalar-access.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/load-store-col-rows.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x2-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x2-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x2-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x3-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x3-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x3-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x4-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x4-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-2x4-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x2-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x2-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x2-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x3-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x3-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x3-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x4-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x4-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-3x4-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x2-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x2-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x2-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x3-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x3-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x3-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x4-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x4-std140.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-4x4-std430.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-multiply-row-major.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-col-major-2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-col-major.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-row-major-2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-row-major.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/member-padding.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/std140-array-of-vectors.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/std140-half-matrix-and-array-write.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/std140-half-matrix-and-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/struct-alignment.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/struct-packing-array-of-scalar.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/struct-packing-recursive.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/struct-packing.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/struct-size-padding-array-of-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/packing/struct-size-padding.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/tesc/copy-tess-level.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/tesc/passthrough-clip-cull.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/tesc/tess-level-read-write-in-function-quad.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/tese/builtin-input-automatic-attribute-assignment.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/tese/load-clip-cull.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/cull-distance.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/functions_nested.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/layer.msl11.invalid.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/modf-storage-class.capture.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/pass-array-by-value.force-native-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/pass-array-by-value.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/uninitialized-vertex-output.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/unused-subgroup-builtin.msl22.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vert/viewport-index.msl2.invalid.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl-no-opt/vulkan/frag/texture-access-function.swizzle.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/amd/shader_trinary_minmax.msl21.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/atomic-decrement.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/atomic-increment.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/bitcast_iadd.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/bitcast_icmp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/bitcast_sar.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/bitcast_sdiv.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/bitcast_slr.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/block-name-alias-global.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/buffer-write-relative-addr.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/buffer-write.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/copy-object-ssbo-to-ssbo.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/copy-object-ubo-to-ssbo.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/duplicate-spec-id.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/global-parameter-name-alias.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/image-load-store-short-vector.invalid.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/multiple-entry.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/op-spec-constant-op-vector-related.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/quantize.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/relaxed-block-layout.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/struct-resource-name-aliasing.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/uint_smulextended.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/undefined-constant-composite.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/undefined-spec-constant-composite.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/variable-pointers-2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/variable-pointers-store-forwarding.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/vector-builtin-type-cast-func.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/comp/vector-builtin-type-cast.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/combined-sampler-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/default-member-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/depth-array-texture-lod.lod-as-grad.1d-as-2d.agx-cube-grad.msl23.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/depth-image-color-format-fetch.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/depth-image-color-format-sampled.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/descriptor-array-unnamed.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/disable-renamed-output.frag-output.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/empty-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/extract-packed-from-composite.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/frem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/function-overload-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/image-extract-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/implicit-read-dep-phi.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/inf-nan-constant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/interpolation-qualifiers-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/line-directive.line.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/locations-components.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/lut-promotion-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/min-lod.msl22.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/op-constant-null.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/op-image-sampled-image.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/pass-by-value.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/phi-loop-variable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/pull-model-interpolation.asm.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/sample-and-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/single-function-private-lut.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/srem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/storage-class-output-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/switch-different-sizes.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/switch-long-case.asm.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/switch-unsigned-long-case.asm.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/texel-fetch-no-lod.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/texture-atomics.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/texture-atomics.asm.graphics-robust-access.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/texture-sampling-fp16.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/undef-variable-store.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/unknown-depth-state.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/unord-relational-op.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/unord-relational-op.relax-nan.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/unreachable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/tesc/tess-level-overrun.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/tesc/tess-level-overrun.multi-patch.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/tese/unnamed-builtin-array.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/clip-distance-plain-variable.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/clip-distance-plain-variable.no-user-varying.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/copy-memory-interface.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/extract-transposed-matrix-from-struct.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/fake-builtin-input.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/invariant.msl21.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/packed-bool-to-uint.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/packed-bool2-to-packed_uint2.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/packing-test.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/spec-constant-op-composite.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/asm/vert/uint-vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/access-private-workgroup-in-function.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/argument-buffers-discrete.msl2.argument.discrete.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/argument-buffers-image-load-store.ios.msl2.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/argument-buffers-image-load-store.msl2.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/argument-buffers-runtime-array-buffer.argument.device-argument-buffer.argument-tier-1.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/argument-buffers-runtime-array-buffer.rich-descriptor.argument.device-argument-buffer.argument-tier-1.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/argument-buffers-runtime-array.argument.device-argument-buffer.argument-tier-1.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/array-length.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/array-length.msl2.argument.discrete.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/atomic-float.msl3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/atomic-image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/atomic-image.msl31.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/barriers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/basic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/basic.dispatchbase.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/basic.dispatchbase.msl11.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/basic.inline-block.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/buffer_device_address-packed-vec-and-cast-to-and-from-uvec2.msl23.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/buffer_device_address-recursive-struct-pointers.msl23.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/buffer_device_address.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/builtins.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/cfg-preserve-parameter.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/coherent-block.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/coherent-image-atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/coherent-image-atomic.msl2.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/coherent-image-atomic.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/coherent-image-atomic.msl31.argument.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/coherent-image-atomic.msl31.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/coherent-image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/complex-composite-constant-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/complex-type-alias.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/composite-array-initialization.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/composite-array-initialization.force-native-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/composite-construct.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/copy-array-of-arrays.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/copy-array-of-arrays.force-native-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/culling.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/defer-parens.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/dowhile.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/force-recompile-hooks.swizzle.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/functions.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/global-invocation-id.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/image-atomic-automatic-bindings.argument.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/image-atomic-automatic-bindings.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/image-cube-array-load-store.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/insert.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/inverse.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/local-invocation-id.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/local-invocation-index.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/local-size-duplicate-spec-id.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/mat3-row-maj-read-write-const.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/mat3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/metal3_1_regression_patch.replace-recursive-inputs.msl3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/mod.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/modf.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/outer-product.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/packing-test-1.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/packing-test-2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/raw-buffer-descriptor-aliasing.argument.discrete.device-argument-buffer.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/raw-buffer-descriptor-aliasing.argument.discrete.msl2.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/ray-query.spv14.vk.ios.msl24..invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/read-write-only.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/rmw-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/rmw-opt.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/scalar-std450-distance-length-normalize.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shader_ballot.msl22.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shader_group_vote.msl21.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shared-array-of-arrays.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shared-matrix-array-of-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shared-matrix-cast.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shared-matrix-nested-struct-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shared-matrix-nested-struct.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shared-struct-bool-cast.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/shared.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/spec-constant-op-member-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/spec-constant-work-group-size.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/storage-buffer-std140-vector-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/struct-layout.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/struct-nested.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/struct-packing.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/threadgroup-boolean-workaround.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/torture-loop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/type-alias.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/type_casting_i64.msl22.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/udiv.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/comp/writable-ssbo.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/comp/extended-arithmetic.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/frag/image-ms.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/frag/query-levels.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/tesc/arrayed-output.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/tesc/basic.desktop.sso.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/tesc/basic.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/tese/triangle.desktop.sso.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/vert/basic.desktop.sso.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/vert/clip-cull-distance..no-user-varying.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/flatten/basic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/flatten/multiindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/flatten/push-constant.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/flatten/rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/flatten/struct.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/flatten/swizzle.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/flatten/types.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/argument-buffers.msl2.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/array-component-io.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/array-lut-no-loop-variable.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/array-of-array-lut.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.argument.discrete.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/array-of-texture-swizzle.msl2.argument.discrete.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/array-of-texture-swizzle.msl2.swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/barycentric-nv-nopersp.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/barycentric-nv.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/basic.force-sample.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/basic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/binary-func-unpack-pack-arguments.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/binary-unpack-pack-arguments.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/bitcasting.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/bitcasting.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/buffer-read-write.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/buffer-read-write.texture-buffer-native.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/builtins.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/clip-distance-varying.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/complex-expression-in-access-chain.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/composite-extract-forced-temporary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/constant-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/constant-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/control-dependent-in-branch.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/cull-distance-varying.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/depth-array-texture-lod.lod-as-grad.1d-as-2d.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/depth-greater-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/depth-less-than.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/depth-out-early-frag-tests.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/depth-out-no-early-frag-tests.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/disable-frag-output.frag-output.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/dual-source-blending.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/early-fragment-tests.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/false-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/flush_params.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/for-loop-continue-control-flow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/for-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/fp16-packing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/frag-demote-checks.discard-checks.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/frag-demote-checks.discard-checks.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/frag-discard-checks-continue-block.discard-checks.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/frag-discard-checks-continue-block.discard-checks.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/frag-discard-checks.discard-checks.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/frag-discard-checks.discard-checks.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/fragment-component-padding.pad-fragment.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/front-facing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/gather-dref.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/gather-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/helper-invocation.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/huge-argument-buffer.device-argument-buffer.argument.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/illegal-name-test-0.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/image-query-lod.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/in_block.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/in_block_with_multiple_structs_of_same_type.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/in_mat.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/input-attachment-ms.arrayed-subpass.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/input-attachment-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/input-attachment-ms.multiview.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/input-attachment.arrayed-subpass.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/input-attachment.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/input-attachment.multiview.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/interpolation-qualifiers-block.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/interpolation-qualifiers.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/lut-promotion.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/mix.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/modf-access-tracking-function.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/mrt-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/nonuniform-qualifier.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/packed-expression-vector-shuffle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/packing-test-3.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/pixel-interlock-ordered.msl2.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/pixel-interlock-ordered.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/pixel-interlock-ordered.msl31.argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/pixel-interlock-ordered.msl31.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/pls.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/post-depth-coverage.ios.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/post-depth-coverage.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/private-variable-prototype-declaration.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/ray-query-object-in-function.spv14.vk.msl24.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/read-cull-clip-distance-in-function.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/readonly-ssbo.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/return-value-after-discard-terminator.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/runtime_array_as_argument_buffer.msl3.argument-tier-1.rich-descriptor.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/runtime_array_as_argument_buffer_buf.msl3.argument-tier-1.rich-descriptor.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-depth-propagate-state-from-resource.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-depth-separate-image-sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-mask-in-and-out.fixed-sample-mask.force-sample.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-mask-in-and-out.fixed-sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-mask-not-used.fixed-sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-mask.fixed-sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-mask.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-position-func.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-position.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-rate-frag-coord-sample-id.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-rate-frag-coord-sample-input.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-rate-frag-coord-sample-pos.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sample-rate-frag-coord.force-sample.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-1d-lod.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-1d-lod.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-compare-bias.msl23.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-compare-cascade-gradient.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-compare-cascade-gradient.ios.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-compare-cascade-gradient.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-cube-grad.agx-cube-grad.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-image-arrays.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/scalar-refract-reflect.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/separate-image-sampler-argument.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/shader-arithmetic-8bit.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/spec-constant-block-size.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/spec-constant-ternary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/stencil-export.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/subgroup-builtins.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/subgroup-globals-extract.msl22.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/switch-unreachable-break.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/switch-unsigned-case.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/texel-fetch-offset.1d-as-2d.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/texel-fetch-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/texture-cube-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/texture-cube-array.ios.emulate-cube-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/texture-multisample-array.msl21.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/texture-proj-shadow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/ubo_layout.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/unary-enclose.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/vecsize-mismatch.shader-inputs.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/frag/write-depth-in-function.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/intel/shader-integer-functions2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/legacy/vert/transpose.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/copy-arrays.mask-location-0.msl2.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/copy-arrays.mask-location-0.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/copy-arrays.mask-location-1.msl2.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/copy-arrays.mask-location-1.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-0.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-0.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-0.multi-patch.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-0.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-1.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-1.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-1.multi-patch.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs-block.mask-location-1.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-clip-distance.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-0.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-0.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-0.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-0.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-0.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-1.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-1.msl2.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-1.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-1.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-location-1.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-point-size.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-point-size.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-point-size.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-point-size.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-position.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/masking/write-outputs.mask-position.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/arrayed-block-io.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/basic.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/basic.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/complex-control-point-inout-types.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/complex-control-point-inout-types.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/complex-patch-out-types.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/load-control-point-array-of-matrix.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/load-control-point-array-of-matrix.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/load-control-point-array-of-struct.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/load-control-point-array-of-struct.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/load-control-point-array.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/load-control-point-array.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/matrix-output.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/reload-tess-level.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/reload-tess-level.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/struct-output.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/water_tess.multi-patch.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tesc/water_tess.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/in-array-of-struct.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/in-block-with-nested-struct.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/in-block-with-nested-struct.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/input-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/input-types.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/input-types.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/load-control-point-array-of-matrix.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/load-control-point-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/quad.domain.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/quad.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/read-patch-vertices-in-func.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/read-tess-level-in-func-quad.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/read-tess-level-in-func-quad.raw-tess-in.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/read-tess-level-in-func.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/read-tess-level-in-func.raw-tess-in.msl2.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/set-from-function.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/triangle-tess-level.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/triangle.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/water_tess.raw-tess-in.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/tese/water_tess.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/array-component-io.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/array-component-io.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/basic.capture.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/basic.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/basic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/buffer_device_address.msl2.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/clip-distance-block.no-user-varying.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/clip-distance-block.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/copy.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/dynamic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/float-math.invariant-float-math.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/float-math.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/functions.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/implicit-position-1.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/implicit-position-2.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/in_out_array_mat.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/interface-block-block-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/interface-block-block-composites.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/interface-block-single-element-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/interpolation-qualifiers-block.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/interpolation-qualifiers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/invariant.msl21.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/leaf-function.capture.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/leaf-function.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/no-contraction.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/no-disable-vertex-out.frag-output.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/no_stage_out.for-tess.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/no_stage_out.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/no_stage_out.write_buff.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/no_stage_out.write_buff_atomic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/no_stage_out.write_tex.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/out-block-with-nested-struct-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/out-block-with-struct-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/out_block.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/packed-bool-to-uint.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/packed-bool2-to-packed_uint2.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/packed_matrix.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/pointsize.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/read-from-row-major-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/resource-arrays-leaf.ios.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/resource-arrays.ios.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/return-array.force-native-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/return-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/set_builtin_in_func.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/sign-int-types.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/signedness-mismatch.shader-inputs.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/texture_buffer.texture-buffer-native.msl21.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/texture_buffer.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/ubo.alignment.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/ubo.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/uniform-struct-out-of-order-offests.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/uniform-struct-packing-nested.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vert/unused-position.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/basic.multiview.no-layered.nocompat.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/basic.multiview.nocompat.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.ios.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/push-constant.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/spec-constant.msl11.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/frag/spec-constant.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/vert/device-group.multiview.viewfromdev.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/vert/device-group.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/vert/multiview.multiview.no-layered.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/vert/multiview.multiview.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/vert/multiview.nocompat.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/vert/small-storage.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/access-chain-dominator-in-loop-body-2.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/access-chain-dominator-in-loop-body.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/access-tracking-function-call-result.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/arithmetic-conversion-signs.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/atomic-load-store.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/atomic-result-temporary.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/basic.spv16.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/bda-to-array-in-buffer.asm.spv16.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/bitcast-fp16-fp32.asm.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/bitcast-fp16-fp32.asm.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/bitfield-signed-operations.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/bitscan.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/block-undef.noeliminate.invalid.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-atomic-nonuniform.vk.nocompat.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-device-address-ptr-casting.vk.nocompat.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-aliased-block-name.nocompat.vk.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-chained-access.spv16.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-pointer-to-plain-struct.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-pointer-to-pod-in-buffer.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-pointer-to-std140-std430-array.asm.spv16.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-pointer-to-unused-pod-in-buffer.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-synthesized-pointer-2.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-synthesized-pointer-to-pointer.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/buffer-reference-synthesized-pointer.asm.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/constant-composite-undef.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/constant-lut-name-aliasing.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/copy-logical.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/eliminate-globals-not-in-entry-point.noeliminate.spv14.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/empty-ubo-block.noeliminate.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/expression-nesting-limits.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/extended-debug-extinst.invalid.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/fuzz-collapse-degenerate-loop.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/fuzz-loop-variable-dominator-with-unreachable-continue-block.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/glsl-signed-operations.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/glsl.std450.frexp-modf-struct.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/image-atomic-nonuniform.vk.nocompat.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/local-size-id-override.vk.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/local-size-id-override.vk.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/local-size-id.vk.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/local-size-id.vk.invalid.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/local-size-id.vk.invalid.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/loop-variable-early-read-with-initializer.asm.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/loop-variable-early-read-with-undef.asm.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/loop-variable-with-initializer.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/multi-break-switch-out-of-loop.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/nonuniform-bracket-handling.vk.nocompat.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/phi-temporary-copy-loop-variable.asm.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/ray-query-force-temporary-rtas.spv14.asm.vk.nocompat.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/ray-query-function-object.spv14.asm.vk.nocompat.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/spec-constant-name-aliasing.vk.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/spec-constant-name-aliasing.vk.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/spec-constant-op-convert-sign.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/storage-buffer-basic.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/comp/temorary-access-terminator.vk.nocompat.asm.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/degenerate-selection-constructs.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/anonymous-inner-struct-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/array-builtin-bitcast-load-store.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/collapsed-switch-phi-flush.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/combined-image-sampler-dxc-min16float.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/complex-opaque-handle-reuse-in-loop.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/composite-insert-hoisted-temporaries-1.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/composite-insert-hoisted-temporaries-2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/composite-insert-inheritance.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/demote-impure-function-call.vk.nocompat.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/discard-impure-function-call.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/do-while-continue-phi.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/do-while-loop-inverted-test.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/early-conditional-return-switch.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/empty-struct-in-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/for-loop-dedicated-merge-block-inverted.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/for-loop-dedicated-merge-block-non-inverted.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/for-loop-inverted-test.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/image-fetch-uint-coord.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/inliner-dominator-inside-loop.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/late-expression-invalidation-2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/late-expression-invalidation.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/ldexp-uint-exponent.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/loop-merge-to-continue.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/nonuniform-bracket-handling-2.vk.nocompat.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/nonuniform-qualifier-propagation.vk.nocompat.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/nonuniform-ssbo.nocompat.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/only-initializer-frag-depth.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/opaque-id-literal-alias.preserve.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/out-of-order-struct-id.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/phi-alternative-precision.asm..vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/phi.zero-initialize.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/pixel-interlock-callstack.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/pixel-interlock-control-flow.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/pixel-interlock-split-functions.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/relaxed-precision-inheritance-rules-hoisted-temporaries.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/relaxed-precision-inheritance-rules-hoisted-temporary.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/relaxed-precision-inheritance-rules.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/reserved-function-identifier.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/reserved-identifiers.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/sample-mask-load-store-array-uint.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/sample-mask-load-store-array.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/scalar-select.spv14.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/selection-merge-to-continue.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/sparse-texture-feedback-uint-code.asm.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/subgroup-arithmetic-cast.nocompat.vk.asm.invalid.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/subgroup-ballot-only.vk.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/subgroup-ballot-only.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/switch-merge-to-continue.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/switch-non-default-fallthrough-no-phi.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/switch-single-case-multiple-exit-cfg.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/terminate-impure-function-call.spv16.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/texel-fetch-ms-uint-sample.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/unordered-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/unordered-compare.relax-nan.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/vector-extract-dynamic-spec-constant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/frag/while-loop-inverted-test.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/geom/store-uint-layer.invalid.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/loop-header-self-continue-break.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/mesh/invariant-position-dx-style.vk.nocompat.spv14.asm.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/mesh/mesh-shader-clip-cull.vk.nocompat.spv14.asm.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/mesh/mesh-shader-plain-builtin-outputs.spv14.asm.vk.nocompat.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/rgen/acceleration-nonuniform.spv14.vk.nocompat.asm.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/task/task-shader.vk.nocompat.spv14.asm.task.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/temporary.zero-initialize.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/tesc/array-of-block-output-initializer.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/tesc/copy-memory-control-point.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/tesc/tess-level-initializer.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/block-struct-initializer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/builtin-output-initializer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/complex-link-by-name.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/complex-link-by-name.force-flattened-io.legacy.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/constant-composite-extract.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/debug-printf.asm.vk.nocompat.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/empty-struct-composite.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/fma-legacy-fallback.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/asm/vert/semantic-decoration.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/bitcast-16bit-1.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/bitcast-16bit-2.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/bitfield.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/glsl.std450.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/illegal-struct-name.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/image-load-formatted.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/inout-struct.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/int16min-literal.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/int64min-literal.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/intmin-literal.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/loop-break-merge-after-inner-continue.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/loop-resolve-debug-semantics.g.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/loop-resolve-debug-semantics.gV.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/loop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/return.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/shader_ballot_nonuniform_invocations.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/specialization-constant-evaluation.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/struct-packing-scalar.nocompat.invalid.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups.nocompat.invalid.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_fadd.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_fadd.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_fmul.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_fmul.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_iadd.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_iadd.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_imul.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_arithmetic_imul.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_basicvoteballot.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/subgroups_basicvoteballot.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/trivial-select-cast-vector.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/comp/trivial-select-matrix.spv14.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/16bit-constants.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/fp16.invalid.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/frag-fully-covered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/fs.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/image-gather.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/mesh-shader-perprimitive.spv14.nocompat.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/modf-non-function-purity-analysis.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/multi-dimensional.desktop.invalid.flatten_dim.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/nonuniform-constructor.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/pixel-interlock-simple-callstack.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/scalar-block-layout-ubo-std430.vk.nocompat.invalid.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/sparse-texture-clamp.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/sparse-texture-feedback.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.framebuffer-fetch-noncoherent.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.legacy.framebuffer-fetch-noncoherent.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/texture-gather-offsets.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/texture-gather-uint-component.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/texture1d-emulation.es.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/texture1d-emulation.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/frag/variables.zero-initialize.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/legacy/frag/switch-single-case-multiple-exit-cfg.legacy.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/mesh/invariant-position-mesh.spv14.nocompat.vk.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/task/task-shader-basic-2.vk.spv14.nocompat.task.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/task/task-shader-basic.vk.spv14.nocompat.task.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vert/io-blocks.force-flattened-io.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vert/pass-array-by-value.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vulkan/comp/image-64bit.vk.nocompat.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vulkan/frag/shading-rate.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vulkan/frag/spec-constant.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vulkan/frag/spec-constant.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vulkan/frag/ubo-offset-out-of-order.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vulkan/frag/volatile-helper-invocation.vk.nocompat.spv16.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-no-opt/vulkan/vert/primitive-shading-rate.vk.nocompat.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/aliased-entry-point-names.asm.multi.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/comp/pointer-to-array-of-physical-pointer.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-glsl-ssbo-1.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-glsl-ssbo-2.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-hlsl-uav-1.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-hlsl-uav-2.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-none-ssbo-1.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-none-ssbo-2.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-none-uav-1.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/asm/op-source-none-uav-2.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/comp/array-of-physical-pointer.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/comp/function-pointer.invalid.asm.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/comp/out-of-order-block-offsets.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/comp/physical-pointer.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/comp/struct-layout.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/comp/struct-packing.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/comp/workgroup-size-spec-constant.comp.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/combined-texture-sampler-shadow.vk.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/combined-texture-sampler.vk.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/image-load-store-uint-coord.asm.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/input-attachment-ms.vk.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/input-attachment.vk.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/push-constant.vk.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/separate-sampler-texture-array.vk.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/frag/spec-constant.vk.frag.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/rgen/acceleration_structure.vk.rgen.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/vert/array-size-reflection.vert.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/vert/read-from-row-major-array.vert.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/vert/stride-reflection.vert.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-reflection/vert/texture_buffer.vert.json
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4-no-opt/asm/frag/accesschain-invalid-expression.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4-no-opt/asm/frag/array-copy-error.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4-no-opt/asm/frag/phi-variable-declaration.asm.invalid.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4-no-opt/asm/tese/ds-texcoord-array.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4-no-opt/asm/vert/loop-accesschain-writethrough.asm.invalid.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/depth-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/global-constant-arrays.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/padded-float-array-member-defef.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/sample-mask-not-array.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/subpass-input.ios.framebuffer-fetch.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/subpass-input.msl23.framebuffer-fetch.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/texture-atomics.asm.argument.msl2.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/texture-atomics.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/frag/texture-atomics.asm.graphics-robust-access.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/tesc/hs-incorrect-base-type.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/tesc/hs-input-array-access.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/tesc/hs-texcoord-array.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.invalid.asm.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/tese/ds-double-gl-in-deref.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/tese/ds-patch-input-fixes.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/tese/ds-patch-inputs.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/vert/array-missing-copies.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders-ue4/asm/vert/texture-buffer.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/amd/gcn_shader.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/amd/shader_ballot.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/amd/shader_group_vote.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/amd/shader_trinary_minmax.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/atomic-decrement.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/atomic-increment.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/bitcast_iadd.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/bitcast_icmp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/bitcast_iequal.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/bitcast_sar.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/bitcast_sdiv.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/bitcast_slr.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/block-name-alias-global.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/builtin-compute-bitcast.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/control-flow-hints.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/decoration-group.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/global-parameter-name-alias.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/hlsl-functionality.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/logical.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/multiple-entry.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/nmin-max-clamp.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/nmin-max-clamp.relax-nan.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/op-phi-swap.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/quantize.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/recompile-block-naming.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/specialization-constant-workgroup.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/switch-break-ladder.asm.invalid.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/comp/undefined-constant-composite.asm.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/complex-name-workarounds.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/default-member-names.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/do-while-statement-fallback.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/empty-struct.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/for-loop-phi-only-continue.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/frem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/function-overload-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-extract-reuse.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-query-no-sampler.vk.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/image-query-no-sampler.vk.asm.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/implicit-read-dep-phi.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/inf-nan-constant-double.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/inf-nan-constant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/invalidation.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/line-directive.line.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/locations-components.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/loop-header-to-continue.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/lut-promotion-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/multi-for-loop-init.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/op-constant-null.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/op-phi-swap-continue-block.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/out-of-bounds-access-opspecconstant.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/out-of-bounds-access.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/pack-and-unpack-uint2.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/pass-by-value.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/phi-loop-variable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/sample-and-compare.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/sampler-buffer-array-without-sampler.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/single-function-private-lut.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/srem.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/storage-class-output-initializer.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/switch-label-shared-block.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/switch-preserve-sign-extension.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/temporary-name-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/temporary-phi-hoisting.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/texel-fetch-no-lod.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/undef-variable-store.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/unknown-depth-state.asm.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/unknown-depth-state.asm.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/unreachable.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/frag/vector-shuffle-oom.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/geom/block-name-namespace.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/geom/inout-split-access-chain-handle.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/geom/split-access-chain-input.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/geom/unroll-glposition-load.asm.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/tese/unroll-input-array-load.asm.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/empty-io.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/extract-transposed-matrix-from-struct.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/global-builtin.sso.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/invariant-block.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/invariant-block.sso.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/invariant.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/invariant.sso.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/asm/vert/uint-vertex-id-instance-id.asm.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/atomic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/bake_gradient.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/barriers.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/basic.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/casts.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/cfg-preserve-parameter.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/cfg.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/coherent-block.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/coherent-image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/composite-array-initialization.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/composite-construct.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/culling.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/defer-parens.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/dowhile.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/generate_height.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/image.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/insert.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/mat3.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/mod.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/modf.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/outer-product.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/read-write-only.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/rmw-matrix.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/rmw-opt.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/scalar-std450-distance-length-normalize.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/shared.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/ssbo-array-length.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/ssbo-array.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/struct-layout.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/struct-packing.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/torture-loop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/type-alias.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/comp/udiv.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/comp/enhanced-layouts.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/comp/extended-arithmetic.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/comp/fp64.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/comp/int64.desktop.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/clip-cull-distance.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/control-dependent-in-branch.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/depth-greater-than.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/depth-less-than.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/dual-source-blending.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/image-ms.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/image-query.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/image-size.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/image-size.no-qualifier-deduction.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/in-block-qualifiers.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/layout-component.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/query-levels.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/query-lod.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/sampler-ms-query.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/stencil-export.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/geom/basic.desktop.sso.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/geom/viewport-index.desktop.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/tesc/basic.desktop.sso.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/tese/triangle.desktop.sso.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/basic.desktop.sso.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/clip-cull-distance.desktop.sso.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/clip-cull-distance.desktop.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/out-block-qualifiers.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/array.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/basic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/copy.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/dynamic.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/matrix-conversion.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/matrixindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/multiindex.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/push-constant.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/struct.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/struct.rowmajor.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/swizzle.flatten.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/flatten/types.flatten.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/array-lut-no-loop-variable.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/avoid-expression-lowering-to-loop.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/barycentric-khr.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/barycentric-nv.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/basic.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/block-match-sad.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/block-match-ssd.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/box-filter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/complex-expression-in-access-chain.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/composite-extract-forced-temporary.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/constant-array.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/constant-composites.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/false-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/flush_params.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/for-loop-continue-control-flow.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/for-loop-init.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/frexp-modf.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/front-facing.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/gather-dref.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/ground.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/helper-invocation.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/hoisted-temporary-use-continue-block-as-value.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/image-load-store-uint-coord.asm.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/inside-loop-dominated-variable-preservation.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/loop-dominator-and-switch-default.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/lut-promotion.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/mix.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/modf-pointer-function-analysis.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/partial-write-preserve.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/pixel-interlock-ordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/pixel-interlock-unordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/pls.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/post-depth-coverage-es.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/post-depth-coverage.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/round-even.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/round.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/sample-interlock-ordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/sample-interlock-unordered.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/sample-parameter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/sample-weighted.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/sampler-ms.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/sampler-proj.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/sampler.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/scalar-refract-reflect.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/selection-block-dominator.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/shader-clock.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/struct-type-unrelated-alias.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/switch-unreachable-break.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/switch-unsigned-case.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/swizzle.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/texel-fetch-offset.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/ubo-load-row-major-workaround.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/ubo_layout.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/frag/unary-enclose.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/basic.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/geometry-passthrough.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/lines-adjacency.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/lines.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/multi-stream.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/points.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/single-invocation.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/transform-feedback-streams.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/triangles-adjacency.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/geom/triangles.geom
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/explicit-lod.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/explicit-lod.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/fma.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/hyperbolic.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/io-blocks.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/isnan-isinf.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/modf.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/multiple-struct-flattening.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/round.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/struct-varying.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/fragment/switch.legacy.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/implicit-lod.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/int-attribute.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/inverse.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/io-block.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/outer-product.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/struct-flatten-inner-array.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/struct-flatten-stores-multi-dimension.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/struct-varying.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/switch-nested.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/legacy/vert/transpose.legacy.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/mesh/mesh-shader-basic-lines.spv14.vk.nocompat.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/mesh/mesh-shader-basic-points.spv14.vk.nocompat.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/mesh/mesh-shader-basic-triangle.spv14.vk.nocompat.mesh.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tesc/basic.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tesc/water_tess.tesc
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/ccw.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/cw.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/equal.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/fractional_even.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/fractional_odd.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/input-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/line.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/load-array-of-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/patch-input-array.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/read-patch-vertices-in-func.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/triangle.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/tese/water_tess.tese
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/basic.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/ground.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/invariant.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/no-contraction.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/ocean.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/read-from-row-major-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/return-array.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/row-major-workaround.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/texture_buffer.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/transform-feedback-decorations.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vert/ubo.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/array-of-buffer-reference.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/buffer-reference-atomic.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/buffer-reference-base-alignment-promote.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/buffer-reference-bitcast-uvec2-2.nocompat.invalid.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/buffer-reference-bitcast-uvec2.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/buffer-reference-bitcast.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/buffer-reference-decorations.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/buffer-reference.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/fp-atomic.nocompat.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/ray-query.nocompat.spv14.invalid.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/block-match-sad.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/block-match-ssd.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/box-filter.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/demote-to-helper.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/desktop-mediump.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/desktop-mediump.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/input-attachment.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/input-attachment.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/nonuniform-qualifier.vk.nocompat.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/push-constant.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/push-constant.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/sample-weighted.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/shader-arithmetic-8bit.nocompat.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/spec-constant-block-size.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/spec-constant-block-size.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/spec-constant-ternary.vk.frag
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/frag/spec-constant-ternary.vk.frag.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rahit/terminators.khr.spv14.nocompat.vk.rahit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rahit/terminators.nocompat.vk.rahit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rcall/incoming-callable.khr.spv14.nocompat.vk.rcall.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_block.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_block.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_block_in_function.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_block_in_function.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_plain.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_plain.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_struct.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_attribute_struct.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_kind.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_kind.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_t.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/hit_t.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/incoming_ray_flags.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/incoming_ray_flags.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/instance_custom_id.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/instance_custom_id.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/instance_id.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/instance_id.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/object_ray_direction.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/object_ray_direction.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/object_ray_origin.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/object_ray_origin.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/object_to_world.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/object_to_world.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/payloads.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/payloads.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/primitive_id.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/primitive_id.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/ray_tmax.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/ray_tmax.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/ray_tmin.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/ray_tmin.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/ray_tracing.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/ray_tracing.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/world_ray_direction.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/world_ray_direction.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/world_ray_origin.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/world_ray_origin.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/world_to_object.khr.spv14.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rchit/world_to_object.nocompat.vk.rchit.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/convert-u-to-as.spv14.vk.nocompat.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/execute_callable.nocompat.khr.spv14.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/execute_callable.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/launch_id.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/launch_id.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/launch_size.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/launch_size.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/payloads.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/payloads.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/pure_call.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/pure_call.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/ray_tracing.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/ray_tracing.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/shader_record_buffer.khr.spv14.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rgen/shader_record_buffer.nocompat.vk.rgen.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rint/report-intersection.khr.spv14.nocompat.vk.rint.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rint/report-intersection.nocompat.vk.rint.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rmiss/ray_tracing.khr.spv14.nocompat.vk.rmiss.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rmiss/ray_tracing.nocompat.vk.rmiss.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/rmiss/ray_tracing_trace_incoming.khr.spv14.nocompat.vk.rmiss.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/vert/device-group.nocompat.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/vert/small-storage.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/vert/small-storage.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cfg.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cfg.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_common.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cpp.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cpp.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross.natvis
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_c.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_c.h
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_containers.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_error_handling.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_parsed_ir.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_parsed_ir.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_util.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_cross_util.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_glsl.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_glsl.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_hlsl.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_hlsl.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_msl.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_msl.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_parser.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_parser.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_reflect.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv_reflect.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/c_api_test.c
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/c_api_test.spv
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/hlsl_resource_binding.spv
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/hlsl_resource_bindings.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/hlsl_wave_mask.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/msl_constexpr_test.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/msl_constexpr_test.spv
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/msl_resource_binding.spv
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/msl_resource_bindings.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/msl_ycbcr_conversion_test.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/msl_ycbcr_conversion_test.spv
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/msl_ycbcr_conversion_test_2.spv
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/small_vector.cpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/tests-other/typed_id_test.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_av1std.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_av1std_decode.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h264std.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h264std_decode.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h264std_encode.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h265std.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h265std_decode.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codec_h265std_encode.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/vulkan_video_codecs_common.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vk_icd.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vk_layer.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vk_platform.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.cppm
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_android.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_beta.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_core.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_directfb.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_enums.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_extension_inspection.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_format_traits.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_fuchsia.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_funcs.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_ggp.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_handles.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_hash.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_hpp_macros.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_ios.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_macos.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_metal.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_raii.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_screen.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_shared.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_static_assertions.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_structs.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_to_string.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_vi.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_video.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_wayland.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_win32.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_xcb.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_xlib.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_xlib_xrandr.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/docs/generated_code.md
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/docs/layer_configuration.md
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/layer/vk_layer_settings.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/layer/vk_layer_settings.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/utility/vk_dispatch_table.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/utility/vk_format_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/utility/vk_struct_helper.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/include/vulkan/vk_enum_string_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/scripts/gn/stub.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_manager.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_manager.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_util.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/layer_settings_util.hpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/vk_layer_settings.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-utility-libraries/src/src/layer/vk_layer_settings_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/VkLayer_khronos_validation.def
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/best_practices_error_enums.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/best_practices_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/best_practices_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_buffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_cmd_buffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_cmd_buffer_nv.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_copy_blit_resolve.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_descriptor.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_device_memory.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_drawdispatch.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_framebuffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_image.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_instance_device.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_pipeline.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_ray_tracing.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_render_pass.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_synchronization.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_video.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/best_practices/bp_wsi.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/custom_containers.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/qfo_transfer.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/range_vector.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/sparse_containers.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/subresource_adapter.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/containers/subresource_adapter.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_android.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_buffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_buffer_address.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_cmd_buffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_cmd_buffer_dynamic.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_copy_blit_resolve.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_descriptor.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_device.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_device_memory.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_drawdispatch.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_external_object.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_image.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_image_layout.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline_compute.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline_graphics.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_pipeline_ray_tracing.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_query.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_queue.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_ray_tracing.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_render_pass.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_shader_interface.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_shader_object.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_spirv.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_synchronization.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_video.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_wsi.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/cc_ycbcr.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/core_checks/core_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/descriptor_validator.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/descriptor_validator.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/drawdispatch_vuids.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/drawdispatch/drawdispatch_vuids.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/error_location.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/error_location.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/logging.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/logging.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/record_object.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/error_message/unimplementable_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vma.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vma.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_action.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_copy_buffer_to_image.comp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_dispatch.comp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_draw.vert
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_pre_trace_rays.rgen
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/gpu_shaders_constants.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/inst_bindless_descriptor.comp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_shaders/inst_buffer_device_address.comp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/debug_printf.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/debug_printf.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_descriptor_set.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_descriptor_set.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_error_message.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_error_message.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_image_layout.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_record.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_settings.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_setup.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_state_tracker.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_state_tracker.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_subclasses.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_subclasses.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_validation.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_vuids.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/gpu_vuids.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/bindless_descriptor_pass.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/bindless_descriptor_pass.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/buffer_device_address_pass.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/buffer_device_address_pass.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/function_basic_block.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/function_basic_block.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/instruction.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/instruction.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/link.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/module.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/module.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/pass.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/pass.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/type_manager.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/gpu_validation/spirv/type_manager.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/layer_chassis_dispatch_manual.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/layer_options.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/layer_options.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/object_tracker/object_lifetime_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/object_tracker/object_tracker_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/buffer_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/buffer_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/cmd_buffer_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/cmd_buffer_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/descriptor_sets.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/descriptor_sets.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/device_memory_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/device_memory_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/device_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/fence_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/fence_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_layout_map.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_layout_map.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/image_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_layout_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_layout_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_sub_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/pipeline_sub_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/query_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/queue_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/queue_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/ray_tracing_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/render_pass_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/render_pass_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/sampler_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/semaphore_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/semaphore_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_instruction.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_instruction.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_module.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_module.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_object_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/shader_object_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_object.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_object.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_tracker.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/state_tracker.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/video_session_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/state_tracker/video_session_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_buffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_cmd_buffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_cmd_buffer_dynamic.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_descriptor.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_device_memory.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_external_object.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_framebuffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_image.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_instance_device.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_pipeline.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_ray_tracing.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_render_pass.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_shader_object.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_synchronization.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/sl_wsi.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/stateless/stateless_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_context.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_context.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_state.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_access_state.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_commandbuffer.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_commandbuffer.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_common.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_common.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_op.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_op.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_renderpass.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_renderpass.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_submit.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_submit.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_validation.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_vuid_maps.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/sync/sync_vuid_maps.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/thread_tracker/thread_safety_validation.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/thread_tracker/thread_safety_validation.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/android_ndk_types.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/cast_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/convert_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/convert_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/hash_util.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/hash_util.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/hash_vk_types.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/image_layout_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/image_layout_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/ray_tracing_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/ray_tracing_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/shader_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/shader_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_extension_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_extension_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/utils/vk_layer_utils.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vk_layer_config.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vk_layer_config.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/best_practices.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/best_practices.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/chassis.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/chassis.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/chassis_dispatch_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/command_validation.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/dynamic_state_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/dynamic_state_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/enum_flag_bits.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/error_location_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/error_location_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/feature_requirements_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/feature_requirements_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_as_inspection_comp.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_inst_shader_hash.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_copy_buffer_to_image_comp.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_dispatch_comp.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_draw_vert.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/gpu_pre_trace_rays_rgen.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/inst_bindless_descriptor_comp.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/inst_buffer_device_address_comp.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/layer_chassis_dispatch.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/layer_chassis_dispatch.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/object_tracker.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/object_tracker.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/pnext_chain_extraction.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/pnext_chain_extraction.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_grammar_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_grammar_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_tools_commit_id.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/spirv_validation_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/state_tracker_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/state_tracker_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/stateless_validation_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/stateless_validation_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/sync_validation_types.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/sync_validation_types.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_commands.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_counter_bodies.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_counter_definitions.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/thread_safety_counter_instances.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/valid_enum_values.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/valid_enum_values.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/valid_flag_values.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_api_version.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_dispatch_table_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_dispatch_table_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_extension_helper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_extension_helper.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_function_pointers.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_function_pointers.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_layer_dispatch_table.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_object_types.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_object_types.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct.h
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_core.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_ext.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_khr.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_utils.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_vendor.cpp
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_validation_error_messages.h
FILE: ../../../flutter/third_party/wuffs/release/c/wuffs-v0.2.c
FILE: ../../../flutter/third_party/wuffs/release/c/wuffs-v0.3.c
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====================================================================================================
====================================================================================================
LIBRARY: perfetto
ORIGIN: ../../../flutter/third_party/perfetto/LICENSE
TYPE: LicenseType.apache
FILE: ../../../flutter/third_party/perfetto/.git-blame-ignore-revs
FILE: ../../../flutter/third_party/perfetto/Android.bp.extras
FILE: ../../../flutter/third_party/perfetto/BUILD.extras
FILE: ../../../flutter/third_party/perfetto/MODULE_LICENSE_APACHE2
FILE: ../../../flutter/third_party/perfetto/TEST_MAPPING
FILE: ../../../flutter/third_party/perfetto/buildtools/libcxx_config/__config_site
FILE: ../../../flutter/third_party/perfetto/docs/_coverpage.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/batch-trace-processor.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/builtin.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/common-queries.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/debug-tracks.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/metrics.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/perfetto-sql-syntax.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/pivot-tables.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/trace-processor-python.md
FILE: ../../../flutter/third_party/perfetto/docs/analysis/trace-processor.md
FILE: ../../../flutter/third_party/perfetto/docs/case-studies/android-boot-tracing.md
FILE: ../../../flutter/third_party/perfetto/docs/case-studies/memory.md
FILE: ../../../flutter/third_party/perfetto/docs/concepts/buffers.md
FILE: ../../../flutter/third_party/perfetto/docs/concepts/clock-sync.md
FILE: ../../../flutter/third_party/perfetto/docs/concepts/config.md
FILE: ../../../flutter/third_party/perfetto/docs/concepts/detached-mode.md
FILE: ../../../flutter/third_party/perfetto/docs/concepts/service-model.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/build-instructions.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/chrome-branches.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/common-tasks.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/embedding.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/getting-started.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/perfetto-in-the-press.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/sdk-releasing.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/testing.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/ui-development.md
FILE: ../../../flutter/third_party/perfetto/docs/contributing/ui-plugins.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/android-game-intervention-list.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/android-log.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/atrace.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/battery-counters.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/cpu-freq.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/cpu-scheduling.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/frametimeline.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/gpu.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/java-heap-profiler.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/memory-counters.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/native-heap-profiler.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/syscalls.md
FILE: ../../../flutter/third_party/perfetto/docs/data-sources/system-log.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/api-and-abi.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/batch-trace-processor.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/checkpoint-atoms.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/continuous-integration.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/extensions.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/heapprofd-design.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/heapprofd-sampling.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/heapprofd-wire-protocol.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/life-of-a-tracing-session.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/protozero.md
FILE: ../../../flutter/third_party/perfetto/docs/design-docs/security-model.md
FILE: ../../../flutter/third_party/perfetto/docs/faq.md
FILE: ../../../flutter/third_party/perfetto/docs/images/android_game_interventions.png
FILE: ../../../flutter/third_party/perfetto/docs/images/android_logs.png
FILE: ../../../flutter/third_party/perfetto/docs/images/annotation-counter.png
FILE: ../../../flutter/third_party/perfetto/docs/images/annotation-slice.png
FILE: ../../../flutter/third_party/perfetto/docs/images/api-and-abi.png
FILE: ../../../flutter/third_party/perfetto/docs/images/atrace-slices.png
FILE: ../../../flutter/third_party/perfetto/docs/images/battery-counters-ui.png
FILE: ../../../flutter/third_party/perfetto/docs/images/battery-counters.png
FILE: ../../../flutter/third_party/perfetto/docs/images/buffers.png
FILE: ../../../flutter/third_party/perfetto/docs/images/camera-slices.png
FILE: ../../../flutter/third_party/perfetto/docs/images/continuous-integration.png
FILE: ../../../flutter/third_party/perfetto/docs/images/counter-events.png
FILE: ../../../flutter/third_party/perfetto/docs/images/counters.png
FILE: ../../../flutter/third_party/perfetto/docs/images/cpu-bar-graphs.png
FILE: ../../../flutter/third_party/perfetto/docs/images/cpu-frequency.png
FILE: ../../../flutter/third_party/perfetto/docs/images/cpu-profile-diamond.png
FILE: ../../../flutter/third_party/perfetto/docs/images/cpu-profile-flame.png
FILE: ../../../flutter/third_party/perfetto/docs/images/cpu-sched-details.png
FILE: ../../../flutter/third_party/perfetto/docs/images/cpu-slice-track.png
FILE: ../../../flutter/third_party/perfetto/docs/images/cpu-zoomed.png
FILE: ../../../flutter/third_party/perfetto/docs/images/dataflow.svg
FILE: ../../../flutter/third_party/perfetto/docs/images/debug-slices-random.png
FILE: ../../../flutter/third_party/perfetto/docs/images/debug-tracks/debug-tracks-create.png
FILE: ../../../flutter/third_party/perfetto/docs/images/debug-tracks/debug-tracks-query.png
FILE: ../../../flutter/third_party/perfetto/docs/images/debug-tracks/debug-tracks-result.png
FILE: ../../../flutter/third_party/perfetto/docs/images/description.png
FILE: ../../../flutter/third_party/perfetto/docs/images/example_pd_graph.png
FILE: ../../../flutter/third_party/perfetto/docs/images/flows.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/app-timelines.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/app-vsyncid.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/blue.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/green.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/light-green.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/red.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/select-app-slice.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/select-sf-slice-1.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/select-sf-slice-2.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/selection.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/sf-vsyncid.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/timeline_tracks.png
FILE: ../../../flutter/third_party/perfetto/docs/images/frametimeline/yellow.png
FILE: ../../../flutter/third_party/perfetto/docs/images/gpu-counters.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heap_prof_continuous.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/Android-Heap0.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/Android-Heap1.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/Android-Heap2.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/Android-Heap3.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/Architecture.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/Service.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/Shared-Memory0.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/shmem-detail.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-design/shmem-overview.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-sampling/conditional-expected-error.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-sampling/expected-error.png
FILE: ../../../flutter/third_party/perfetto/docs/images/heapprofd-sampling/one-sample.png
FILE: ../../../flutter/third_party/perfetto/docs/images/java-heap-graph-focus.png
FILE: ../../../flutter/third_party/perfetto/docs/images/java-heap-graph.png
FILE: ../../../flutter/third_party/perfetto/docs/images/java-heap-samples.png
FILE: ../../../flutter/third_party/perfetto/docs/images/latency.png
FILE: ../../../flutter/third_party/perfetto/docs/images/lmk_lmkd.png
FILE: ../../../flutter/third_party/perfetto/docs/images/metrics-summary.png
FILE: ../../../flutter/third_party/perfetto/docs/images/native-flamegraph-focus.png
FILE: ../../../flutter/third_party/perfetto/docs/images/native-heap-prof-focus.png
FILE: ../../../flutter/third_party/perfetto/docs/images/native-heap-prof.png
FILE: ../../../flutter/third_party/perfetto/docs/images/oom-score.png
FILE: ../../../flutter/third_party/perfetto/docs/images/oop-table-inheritance.png
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-btp-flattening.svg
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-btp-overview.svg
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-stack.png
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-stack.svg
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-ui-channel-autopush-toggle.png
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-ui-channel-toggle.png
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-ui-channel.png
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-ui-disable-metrics.png
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-ui-screenshot.png
FILE: ../../../flutter/third_party/perfetto/docs/images/perfetto-ui-version.png
FILE: ../../../flutter/third_party/perfetto/docs/images/pivot-tables/pivot-table-area-selection.png
FILE: ../../../flutter/third_party/perfetto/docs/images/pivot-tables/pivot-table-design.png
FILE: ../../../flutter/third_party/perfetto/docs/images/pivot-tables/pivot-table-editor.png
FILE: ../../../flutter/third_party/perfetto/docs/images/pivot-tables/pivot-table-expanded-cell.png
FILE: ../../../flutter/third_party/perfetto/docs/images/pivot-tables/pivot-table-query.png
FILE: ../../../flutter/third_party/perfetto/docs/images/pivot-tables/pivot-table.png
FILE: ../../../flutter/third_party/perfetto/docs/images/power-rails.png
FILE: ../../../flutter/third_party/perfetto/docs/images/proc_stat.png
FILE: ../../../flutter/third_party/perfetto/docs/images/profile-diamond.png
FILE: ../../../flutter/third_party/perfetto/docs/images/protozero-ssw.png
FILE: ../../../flutter/third_party/perfetto/docs/images/rail-mode-debug-slices.png
FILE: ../../../flutter/third_party/perfetto/docs/images/record-trace-chrome.png
FILE: ../../../flutter/third_party/perfetto/docs/images/record-trace.png
FILE: ../../../flutter/third_party/perfetto/docs/images/rss_stat_and_mm_event.png
FILE: ../../../flutter/third_party/perfetto/docs/images/sched-slices.png
FILE: ../../../flutter/third_party/perfetto/docs/images/shmem-abi-concepts.png
FILE: ../../../flutter/third_party/perfetto/docs/images/shmem-abi-overview.png
FILE: ../../../flutter/third_party/perfetto/docs/images/shmem-abi-page.png
FILE: ../../../flutter/third_party/perfetto/docs/images/shmem-abi-spans.png
FILE: ../../../flutter/third_party/perfetto/docs/images/slices.png
FILE: ../../../flutter/third_party/perfetto/docs/images/socket-protocol.png
FILE: ../../../flutter/third_party/perfetto/docs/images/span-join.png
FILE: ../../../flutter/third_party/perfetto/docs/images/synthetic-track-event-counter.png
FILE: ../../../flutter/third_party/perfetto/docs/images/synthetic-track-event-flow.png
FILE: ../../../flutter/third_party/perfetto/docs/images/synthetic-track-event-process.png
FILE: ../../../flutter/third_party/perfetto/docs/images/synthetic-track-event-thread.png
FILE: ../../../flutter/third_party/perfetto/docs/images/sys_stat_counters.png
FILE: ../../../flutter/third_party/perfetto/docs/images/syscalls.png
FILE: ../../../flutter/third_party/perfetto/docs/images/thread-states.png
FILE: ../../../flutter/third_party/perfetto/docs/images/tp-table-inheritance.png
FILE: ../../../flutter/third_party/perfetto/docs/images/trace-processor.png
FILE: ../../../flutter/third_party/perfetto/docs/images/trace-rss-camera.png
FILE: ../../../flutter/third_party/perfetto/docs/images/trace-view.png
FILE: ../../../flutter/third_party/perfetto/docs/images/trace_config.png
FILE: ../../../flutter/third_party/perfetto/docs/images/trace_config_buffer_mapping.png
FILE: ../../../flutter/third_party/perfetto/docs/images/traceconv-summary.png
FILE: ../../../flutter/third_party/perfetto/docs/images/tracing-categories-chrome.png
FILE: ../../../flutter/third_party/perfetto/docs/images/tracing-protocol.png
FILE: ../../../flutter/third_party/perfetto/docs/images/track-events.png
FILE: ../../../flutter/third_party/perfetto/docs/images/track-timeline.png
FILE: ../../../flutter/third_party/perfetto/docs/images/tracks.png
FILE: ../../../flutter/third_party/perfetto/docs/images/userspace.png
FILE: ../../../flutter/third_party/perfetto/docs/instrumentation/heapprofd-api.md
FILE: ../../../flutter/third_party/perfetto/docs/instrumentation/interceptors.md
FILE: ../../../flutter/third_party/perfetto/docs/instrumentation/tracing-sdk.md
FILE: ../../../flutter/third_party/perfetto/docs/instrumentation/track-events.md
FILE: ../../../flutter/third_party/perfetto/docs/logo.png
FILE: ../../../flutter/third_party/perfetto/docs/quickstart/android-tracing.md
FILE: ../../../flutter/third_party/perfetto/docs/quickstart/callstack-sampling.md
FILE: ../../../flutter/third_party/perfetto/docs/quickstart/chrome-tracing.md
FILE: ../../../flutter/third_party/perfetto/docs/quickstart/heap-profiling.md
FILE: ../../../flutter/third_party/perfetto/docs/quickstart/linux-tracing.md
FILE: ../../../flutter/third_party/perfetto/docs/quickstart/trace-analysis.md
FILE: ../../../flutter/third_party/perfetto/docs/quickstart/traceconv.md
FILE: ../../../flutter/third_party/perfetto/docs/reference/android-version-notes.md
FILE: ../../../flutter/third_party/perfetto/docs/reference/heap_profile-cli.md
FILE: ../../../flutter/third_party/perfetto/docs/reference/perfetto-cli.md
FILE: ../../../flutter/third_party/perfetto/docs/reference/synthetic-track-event.md
FILE: ../../../flutter/third_party/perfetto/docs/toc.md
FILE: ../../../flutter/third_party/perfetto/docs/tracing-101.md
FILE: ../../../flutter/third_party/perfetto/docs/visualization/deep-linking-to-perfetto-ui.md
FILE: ../../../flutter/third_party/perfetto/docs/visualization/large-traces.md
FILE: ../../../flutter/third_party/perfetto/docs/visualization/perfetto-ui-release-process.md
FILE: ../../../flutter/third_party/perfetto/docs/visualization/perfetto-ui.md
FILE: ../../../flutter/third_party/perfetto/gn/standalone/wasm_typescript_declaration.d.ts
FILE: ../../../flutter/third_party/perfetto/include/perfetto/tracing/internal/data_source_type.h
FILE: ../../../flutter/third_party/perfetto/tools/test_data.txt
FILE: ../../../flutter/third_party/perfetto/ui/config/gn_deprecation_banner.txt
FILE: ../../../flutter/third_party/perfetto/ui/release/channels.json
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/brand.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/favicon.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/hiring_banner.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/index.html
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/logo-128.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/logo-3d.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_atrace.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_battery_counters.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_board_voltage.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_cpu_coarse.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_cpu_fine.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_cpu_freq.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_cpu_voltage.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_frame_timeline.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_ftrace.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_gpu_mem_total.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_java_heap_dump.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_lmk.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_logcat.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_long_trace.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_mem_hifreq.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_meminfo.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_native_heap_profiler.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_one_shot.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_profiling.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_ps_stats.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_ring_buf.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_syscalls.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/rec_vmstat.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/scheduling_latency.png
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/typefaces.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/assets/widgets/tree.scss
FILE: ../../../flutter/third_party/perfetto/ui/src/base/array_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/bigint_math.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/binary_search.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/brand.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/classnames.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/clipboard.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/comparison_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/deferred.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/disposable.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/dom_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/fuzzy.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/generic_set.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/hotkeys.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/http_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/json_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/logging.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/math_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/mithril_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/object_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/resize_observer.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/result.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/semantic_icons.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/set_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/string_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/time.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/utils/index.d.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/base/validators.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/chrome_extension/chrome_tracing_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/chrome_extension/devtools_socket.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/chrome_extension/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/chrome_extension/manifest.json
FILE: ../../../flutter/third_party/perfetto/ui/src/common/actions.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/aggregation_data.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/arg_types.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/array_buffer_builder.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/basic_async_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/cache_manager.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/cache_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/canvas_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/channels.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/colorizer.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/commands.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/comparator_builder.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/constants.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/conversion_jobs.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/dragndrop_logic.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/empty_state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/engine.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/errors.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/event_set.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/event_set_nocompile_test.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/feature_flags.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/flamegraph_util.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/hash.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/high_precision_time.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/http_rpc_engine.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/internal_layout_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/logs.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/metatracing.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/metric_data.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/plugins.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/proto_ring_buffer.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/queries.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/query_result.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/query_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/adb_connection_impl.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/adb_connection_over_websocket.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/adb_connection_over_webusb.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/adb_file_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/auth/adb_auth.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/auth/adb_key_manager.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/auth/credentials_interfaces.d.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/chrome_traced_tracing_session.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/host_os_byte_stream.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/recording_config_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/recording_error_handling.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/recording_interfaces_v2.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/recording_page_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/recording_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/target_factories/android_websocket_target_factory.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/target_factories/android_webusb_target_factory.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/target_factories/chrome_target_factory.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/target_factories/host_os_target_factory.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/target_factories/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/target_factories/virtual_target_factory.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/target_factory_registry.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/targets/android_target.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/targets/android_virtual_target.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/targets/android_websocket_target.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/targets/android_webusb_target.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/targets/chrome_target.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/targets/host_os_target.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/traced_tracing_session.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/recordingV2/websocket_menu_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/registry.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/schema.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/search_data.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/selection_observer.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/thread_state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/timestamp_format.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/track_adapter.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/track_data.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/upload_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/viewer.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/wasm_engine_proxy.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/common/worker_messages.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/adb.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/adb_base_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/adb_interfaces.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/adb_jsdomtest.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/adb_record_controller_jsdomtest.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/adb_shell_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/adb_socket_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/aggregation/aggregation_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/aggregation/counter_aggregation_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/aggregation/cpu_aggregation_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/aggregation/cpu_by_process_aggregation_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/aggregation/frame_aggregation_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/aggregation/slice_aggregation_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/aggregation/thread_aggregation_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/app_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/area_selection_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/args_parser.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/chrome_proxy_record_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/consumer_port_types.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/cpu_profile_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/flamegraph_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/flow_events_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/ftrace_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/loading_manager.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/logs_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/permalink_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/pivot_table_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/record_config_types.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/record_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/record_controller_interfaces.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/record_controller_jsdomtest.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/search_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/selection_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/trace_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/trace_error_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/trace_stream.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/controller/track_decider.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/core/perf.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/core/protos.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/core/raf_scheduler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/core/static_initializers.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/core/trace_config_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/engine/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/engine/wasm_bridge.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/aggregation_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/analytics.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/android_bug_tool.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/animation.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/app.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/base_counter_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/base_slice_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/bottom_tab.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/checkerboard.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/chrome_slice_details_tab.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/clipboard.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/cookie_consent.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/counter_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/cpu_profile_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/css_constants.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/debug.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/details_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/download_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/drag/border_drag_strategy.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/drag/drag_strategy.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/drag/inner_drag_strategy.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/drag/outer_drag_strategy.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/drag_gesture_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/error_dialog.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/file_drop_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/flags_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/flamegraph.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/flamegraph_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/flow_events_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/flow_events_renderer.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/frontend_local_state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/ftrace_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/generic_slice_details_tab.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/globals.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/gridline_helper.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/help_modal.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/home_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/hsluv_cache.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/insights_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/keyboard_event_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/keyboard_layout_map.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/legacy_trace_viewer.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/live_reload.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/logs_filters.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/logs_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/metrics_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/modal.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/named_slice_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/notes_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/omnibox.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/overview_timeline_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/pages.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/pan_and_zoom_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/panel_container.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/pivot_table.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/pivot_table_argument_popup.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/pivot_table_query_generator.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/pivot_table_types.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/popup_menu.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/post_message_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/publish.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/query_history.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/query_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/query_result_tab.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/query_table.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/rate_limiters.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/record_config.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/record_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/record_page_v2.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/record_widgets.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/advanced_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/android_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/chrome_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/cpu_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/gpu_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/linux_perf_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/memory_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/power_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/recording_multiple_choice.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/recording_sections.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/recording_settings.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/recording_ui_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/reset_interface_modal.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/recording/reset_target_modal.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/reorderable_cells.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/router.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/rpc_http_dialog.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/scroll_helper.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/search_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/service_worker_controller.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sidebar.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/slice.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/slice_args.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/slice_details.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/slice_details_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/slice_layout.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/slice_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/slice_track_base.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql/args.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql/slice.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql/thread_state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/argument_selector.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/column.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/render_cell.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/tab.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/table.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/table_description.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_table/well_known_tables.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_types.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/sql_utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/store.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/tables/attribute_modal_holder.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/tables/table.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/tables/table_showcase.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/task_tracker.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/thread_and_process_info.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/thread_state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/thread_state_tab.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/tickmark_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/time_axis_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/time_scale.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/time_selection_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/topbar.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/trace_attrs.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/trace_converter.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/trace_info_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/trace_url_handler.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/track_cache.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/track_group_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/track_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/track_registry.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/value.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/vertical_line_helper.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/viewer_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/viz_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/widgets/timestamp.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/widgets/vega_view.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/frontend/widgets_page.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/com.example.Skeleton/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/dev.perfetto.AndroidBinderViz/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/dev.perfetto.AndroidCujs/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/dev.perfetto.AndroidPerf/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/dev.perfetto.CoreCommands/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/dev.perfetto.ExampleSimpleCommand/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/dev.perfetto.ExampleState/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/plugins/dev.perfetto.LargeScreensPerf/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/public/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/public/utils.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/service_worker/service_worker.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/service_worker/tsconfig.json
FILE: ../../../flutter/third_party/perfetto/ui/src/traceconv/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/actual_frames/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/android_log/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/annotation/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/async_slices/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_critical_user_interactions/details_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_critical_user_interactions/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/chrome_tasks_scroll_jank_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/event_latency_details_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/event_latency_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/jank_colors.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/scroll_delta_graph.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/scroll_details_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/scroll_jank_slice.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/scroll_jank_v3_details_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/scroll_jank_v3_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_scroll_jank/scroll_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_slices/generic_slice_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/chrome_slices/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/counter/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/cpu_freq/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/cpu_profile/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/cpu_slices/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/custom_sql_table_slices/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/debug/add_debug_track_menu.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/debug/counter_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/debug/details_tab.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/debug/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/debug/slice_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/expected_frames/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/ftrace/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/heap_profile/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/null_track/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/perf_samples_profile/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/process_summary/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/process_summary/process_scheduling_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/process_summary/process_summary_track.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/screenshots/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/screenshots/screenshot_panel.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/thread_state/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/thread_state/thread_state_track_v2.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/thread_state/thread_state_v2.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/tracks/visualised_args/index.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/anchor.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/basic_table.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/button.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/callout.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/checkbox.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/details_shell.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/duration.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/editor.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/empty_state.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/error.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/form.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/grid_layout.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/hotkey_context.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/hotkey_glyphs.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/icon.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/menu.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/multiselect.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/popup.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/portal.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/raf.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/section.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/select.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/spinner.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/sql_ref.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/switch.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/text_input.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/text_paragraph.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/tree.ts
FILE: ../../../flutter/third_party/perfetto/ui/src/widgets/virtual_scroll_container.ts
FILE: ../../../flutter/third_party/perfetto/ui/tsconfig.base.json
FILE: ../../../flutter/third_party/perfetto/ui/tsconfig.json
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
Copyright (c) 2017, The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====================================================================================================
====================================================================================================
LIBRARY: abseil-cpp
ORIGIN: ../../../flutter/third_party/abseil-cpp/LICENSE
TYPE: LicenseType.apache
FILE: ../../../flutter/third_party/abseil-cpp/PrivacyInfo.xcprivacy
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_unimplemented-inl.inc
FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag_benchmark.lds
FILE: ../../../flutter/third_party/abseil-cpp/absl/random/gaussian_distribution.cc
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/tzfile.h
FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/get_current_time_posix.inc
FILE: ../../../flutter/third_party/abseil-cpp/patches/0001-Turn-on-hardened-mode.patch
FILE: ../../../flutter/third_party/abseil-cpp/patches/0002-delete-unprefixed-annotations.patch
FILE: ../../../flutter/third_party/abseil-cpp/patches/0003-delete-static-initializer-in-stacktrace.patch
FILE: ../../../flutter/third_party/abseil-cpp/patches/0004-keep-transitive-include.patch
FILE: ../../../flutter/third_party/abseil-cpp/symbols_arm64_dbg.def
FILE: ../../../flutter/third_party/abseil-cpp/symbols_arm64_rel.def
FILE: ../../../flutter/third_party/abseil-cpp/symbols_x64_dbg.def
FILE: ../../../flutter/third_party/abseil-cpp/symbols_x64_rel.def
FILE: ../../../flutter/third_party/abseil-cpp/symbols_x64_rel_asan.def
FILE: ../../../flutter/third_party/abseil-cpp/symbols_x86_dbg.def
FILE: ../../../flutter/third_party/abseil-cpp/symbols_x86_rel.def
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====================================================================================================
====================================================================================================
LIBRARY: libpng
ORIGIN: ../../../flutter/third_party/libpng/LICENSE
ORIGIN: ../../../flutter/third_party/libpng/png.h
TYPE: LicenseType.libpng
FILE: ../../../flutter/third_party/libpng/arm/arm_init.c
FILE: ../../../flutter/third_party/libpng/arm/filter_neon.S
FILE: ../../../flutter/third_party/libpng/arm/filter_neon_intrinsics.c
FILE: ../../../flutter/third_party/libpng/arm/palette_neon_intrinsics.c
FILE: ../../../flutter/third_party/libpng/config.h.in
FILE: ../../../flutter/third_party/libpng/example.c
FILE: ../../../flutter/third_party/libpng/intel/filter_sse2_intrinsics.c
FILE: ../../../flutter/third_party/libpng/intel/intel_init.c
FILE: ../../../flutter/third_party/libpng/libpng.pc.in
FILE: ../../../flutter/third_party/libpng/png.c
FILE: ../../../flutter/third_party/libpng/png.h
FILE: ../../../flutter/third_party/libpng/pngbar.jpg
FILE: ../../../flutter/third_party/libpng/pngbar.png
FILE: ../../../flutter/third_party/libpng/pngconf.h
FILE: ../../../flutter/third_party/libpng/pngdebug.h
FILE: ../../../flutter/third_party/libpng/pngerror.c
FILE: ../../../flutter/third_party/libpng/pngget.c
FILE: ../../../flutter/third_party/libpng/pnginfo.h
FILE: ../../../flutter/third_party/libpng/pnglibconf.h
FILE: ../../../flutter/third_party/libpng/pngmem.c
FILE: ../../../flutter/third_party/libpng/pngnow.png
FILE: ../../../flutter/third_party/libpng/pngpread.c
FILE: ../../../flutter/third_party/libpng/pngprefix.h
FILE: ../../../flutter/third_party/libpng/pngpriv.h
FILE: ../../../flutter/third_party/libpng/pngread.c
FILE: ../../../flutter/third_party/libpng/pngrio.c
FILE: ../../../flutter/third_party/libpng/pngrtran.c
FILE: ../../../flutter/third_party/libpng/pngrutil.c
FILE: ../../../flutter/third_party/libpng/pngset.c
FILE: ../../../flutter/third_party/libpng/pngstruct.h
FILE: ../../../flutter/third_party/libpng/pngtest.c
FILE: ../../../flutter/third_party/libpng/pngtest.png
FILE: ../../../flutter/third_party/libpng/pngtrans.c
FILE: ../../../flutter/third_party/libpng/pngusr.dfa
FILE: ../../../flutter/third_party/libpng/pngwio.c
FILE: ../../../flutter/third_party/libpng/pngwrite.c
FILE: ../../../flutter/third_party/libpng/pngwtran.c
FILE: ../../../flutter/third_party/libpng/pngwutil.c
----------------------------------------------------------------------------------------------------
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
=========================================
PNG Reference Library License version 2
---------------------------------------
* Copyright (c) 1995-2019 The PNG Reference Library Authors.
* Copyright (c) 2018-2019 Cosmin Truta.
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
* Copyright (c) 1996-1997 Andreas Dilger.
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
The software is supplied "as is", without warranty of any kind,
express or implied, including, without limitation, the warranties
of merchantability, fitness for a particular purpose, title, and
non-infringement. In no event shall the Copyright owners, or
anyone distributing the software, be liable for any damages or
other liability, whether in contract, tort or otherwise, arising
from, out of, or in connection with the software, or the use or
other dealings in the software, even if advised of the possibility
of such damage.
Permission is hereby granted to use, copy, modify, and distribute
this software, or portions hereof, for any purpose, without fee,
subject to the following restrictions:
1. The origin of this software must not be misrepresented; you
must not claim that you wrote the original software. If you
use this software in a product, an acknowledgment in the product
documentation would be appreciated, but is not required.
2. Altered source versions must be plainly marked as such, and must
not be misrepresented as being the original software.
3. This Copyright notice may not be removed or altered from any
source or altered source distribution.
PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
-----------------------------------------------------------------------
libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are
Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
derived from libpng-1.0.6, and are distributed according to the same
disclaimer and license as libpng-1.0.6 with the following individuals
added to the list of Contributing Authors:
Simon-Pierre Cadieux
Eric S. Raymond
Mans Rullgard
Cosmin Truta
Gilles Vollant
James Yu
Mandar Sahastrabuddhe
Google Inc.
Vadim Barkov
and with the following additions to the disclaimer:
There is no warranty against interference with your enjoyment of
the library or against infringement. There is no warranty that our
efforts or the library will fulfill any of your particular purposes
or needs. This library is provided with all faults, and the entire
risk of satisfactory quality, performance, accuracy, and effort is
with the user.
Some files in the "contrib" directory and some configure-generated
files that are distributed with libpng have other copyright owners, and
are released under other open source licenses.
libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
libpng-0.96, and are distributed according to the same disclaimer and
license as libpng-0.96, with the following individuals added to the
list of Contributing Authors:
Tom Lane
Glenn Randers-Pehrson
Willem van Schaik
libpng versions 0.89, June 1996, through 0.96, May 1997, are
Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
and are distributed according to the same disclaimer and license as
libpng-0.88, with the following individuals added to the list of
Contributing Authors:
John Bowler
Kevin Bracey
Sam Bushell
Magnus Holmgren
Greg Roelofs
Tom Tanner
Some files in the "scripts" directory have other copyright owners,
but are released under this license.
libpng versions 0.5, May 1995, through 0.88, January 1996, are
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
For the purposes of this copyright and license, "Contributing Authors"
is defined as the following set of individuals:
Andreas Dilger
Dave Martindale
Guy Eric Schalnat
Paul Schmidt
Tim Wegner
The PNG Reference Library is supplied "AS IS". The Contributing
Authors and Group 42, Inc. disclaim all warranties, expressed or
implied, including, without limitation, the warranties of
merchantability and of fitness for any purpose. The Contributing
Authors and Group 42, Inc. assume no liability for direct, indirect,
incidental, special, exemplary, or consequential damages, which may
result from the use of the PNG Reference Library, even if advised of
the possibility of such damage.
Permission is hereby granted to use, copy, modify, and distribute this
source code, or portions hereof, for any purpose, without fee, subject
to the following restrictions:
1. The origin of this source code must not be misrepresented.
2. Altered versions must be plainly marked as such and must not
be misrepresented as being the original source.
3. This Copyright notice may not be removed or altered from any
source or altered source distribution.
The Contributing Authors and Group 42, Inc. specifically permit,
without fee, and encourage the use of this source code as a component
to supporting the PNG file format in commercial products. If you use
this source code in a product, acknowledgment is not required but would
be appreciated.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/rdcolmap.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/rdppm.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdcolmap.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdppm.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1988 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation. This software is provided "as is" without express or
implied warranty.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/wrgif.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrgif.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1989 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation. This software is provided "as is" without express or
implied warranty.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_dat.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/nid.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pem.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_dat.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/nid.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pem.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-1997 Eric Young ([email protected])
All rights reserved.
This package is an SSL implementation written
by Eric Young ([email protected]).
The implementation was written so as to conform with Netscapes SSL.
This library is free for commercial and non-commercial use as long as
the following conditions are aheared to. The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code. The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson ([email protected]).
Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
"This product includes cryptographic software written by
Eric Young ([email protected])"
The word 'cryptographic' can be left out if the rouines from the library
being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
the apps directory (application code) you must include an acknowledgement:
"This product includes software written by Tim Hudson ([email protected])"
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/file.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/convert.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/derive_key.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_des.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_null.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc2.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc4.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/conf_def.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/des/des.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/digest_extra/digest_extra.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/err.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/md4/md4.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/md5/md5.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mem.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_crypt.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_info.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pkey.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/macros.h
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/blowfish.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/buf.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cast.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cipher.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/conf.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/des.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dh.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/digest.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dsa.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/err.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/evp.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/evp_errors.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hmac.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/lhash.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/md4.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/md5.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mem.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/obj.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rc4.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ripemd.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rsa.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/sha.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/stack.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/thread.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/type_check.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_privkey.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/file.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/convert.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/derive_key.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_des.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_null.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc2.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_rc4.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/conf_def.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/des/des.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/digest_extra/digest_extra.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/md4/md4.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/md5/md5.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/mem.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_crypt.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/thread.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_info.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pkey.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h
FILE: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/macros.h
FILE: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blowfish.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buf.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cast.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cipher.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/conf.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/des.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dh.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/digest.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dsa.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/err.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp_errors.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hmac.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/lhash.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md4.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md5.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mem.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rc4.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ripemd.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rsa.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/sha.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/stack.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/thread.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/type_check.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_privkey.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-1998 Eric Young ([email protected])
All rights reserved.
This package is an SSL implementation written
by Eric Young ([email protected]).
The implementation was written so as to conform with Netscapes SSL.
This library is free for commercial and non-commercial use as long as
the following conditions are aheared to. The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code. The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson ([email protected]).
Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
"This product includes cryptographic software written by
Eric Young ([email protected])"
The word 'cryptographic' can be left out if the rouines from the library
being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
the apps directory (application code) you must include an acknowledgement:
"This product includes software written by Tim Hudson ([email protected])"
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1388_P103-2001.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1388_P103-2001.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2001, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1006_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1025_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1047_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1051_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1089_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1097_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1098_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1112_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1122_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1123_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1124_P100-1996.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1125_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1129_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1130_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1131_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1132_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1133_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1140_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1141_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1142_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1143_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1144_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1145_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1146_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1147_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1148_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1149_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1153_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1154_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1156_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1157_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1158_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1160_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1162_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1164_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1250_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1251_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1252_P100-2000.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1253_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1254_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1255_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1256_P110-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1257_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1258_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-12712_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1276_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-16804_X110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-273_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-277_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-278_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-280_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-284_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-285_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-290_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-297_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-37_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-424_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-437_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-4899_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-4909_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-4971_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-500_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5123_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5346_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5347_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5348_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5349_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5350_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5351_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5352_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5353_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5354_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1006_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1025_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1047_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1051_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1089_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1097_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1098_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1112_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1122_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1123_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1124_P100-1996.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1125_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1129_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1130_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1131_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1132_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1133_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1140_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1141_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1142_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1143_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1144_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1145_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1146_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1147_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1148_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1149_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1153_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1154_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1156_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1157_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1158_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1160_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1162_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1164_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1250_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1251_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1252_P100-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1253_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1254_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1255_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1256_P110-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1257_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1258_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-12712_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1276_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-16804_X110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-273_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-277_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-278_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-280_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-284_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-285_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-290_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-297_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-37_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-424_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-437_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4899_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4909_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4971_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-500_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5123_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5346_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5347_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5348_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5349_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5350_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5351_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5352_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5353_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5354_P100-1998.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2002, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P110-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P11B-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1373_P100-2002.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1390_P110-2003.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1399_P110-2003.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-16684_P110-2003.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5478_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-803_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-813_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-838_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-8482_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-850_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-851_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-852_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-855_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-856_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-857_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-858_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-860_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-861_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-862_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-863_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-865_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-866_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-867_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-868_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-869_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-870_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-871_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-874_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-875_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-878_P100-1996.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-901_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-902_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-912_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-914_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-915_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-916_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-918_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-920_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-921_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-922_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-923_P100-1998.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-9447_P100-2002.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-9449_P100-2002.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P110-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P11B-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1373_P100-2002.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1390_P110-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1399_P110-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-16684_P110-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5478_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-803_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-813_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-838_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-8482_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-850_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-851_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-852_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-855_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-856_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-857_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-858_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-860_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-861_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-862_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-863_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-865_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-866_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-867_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-868_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-869_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-870_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-871_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-874_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-875_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-878_P100-1996.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-901_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-902_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-912_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-914_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-915_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-916_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-918_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-920_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-921_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-922_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-923_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9447_P100-2002.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9449_P100-2002.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-4517_P100-2005.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-737_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-775_P100-1996.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-9448_X100-2005.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-25546.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4517_P100-2005.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-737_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-775_P100-1996.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9448_X100-2005.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-25546.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-9067_X100-2005.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9067_X100-2005.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1137_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1168_P100-2002.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1364_P110-2007.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1371_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1383_P110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1386_P100-2001.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P120-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2004_U2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-420_X120-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5012_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-5471_P100-2006.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-720_P100-1997.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-864_X110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-9005_X110-2007.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-913_P100-2000.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-930_P120-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-933_P110-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-935_P110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-937_P110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-939_P120-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-942_P12A-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P130-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P15A-2003.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P11A-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-950_P110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-954_P101-2007.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-970_P110_P110-2006_U2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-971_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1137_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1168_P100-2002.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1364_P110-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1371_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1383_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1386_P100-2001.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2004_U2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-420_X120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5012_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5471_P100-2006.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-720_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-864_X110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9005_X110-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-913_P100-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-930_P120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-933_P110-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-935_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-937_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-939_P120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-942_P12A-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P130-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P15A-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P11A-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-950_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-954_P101-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-970_P110_P110-2006_U2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-971_P100-1995.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-964_P110-1999.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-964_P110-1999.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/lmb-excp.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/lmb-excp.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/euc-jp-2007.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1026_P100-1995.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1155_P100-1999.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/euc-jp-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1026_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1155_P100-1999.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/big5-html.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/convrtrs.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/euc-jp-html.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/shift_jis-html.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/convrtrs.txt
FILE: ../../../flutter/third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/shift_jis-html.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/euc-kr-html.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/euc-kr-html.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/gzip/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/freetype2/src/gzip/adler32.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/crc32.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/crc32.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/ftzconf.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/gzguts.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/infback.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/inffast.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/inffast.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/inffixed.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/inflate.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/inflate.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/inftrees.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/inftrees.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/patches/freetype-zlib.diff
FILE: ../../../flutter/third_party/freetype2/src/gzip/zlib.h
FILE: ../../../flutter/third_party/freetype2/src/gzip/zutil.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/zutil.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/astro.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/astro.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2008, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/astro.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/astro.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2012, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/sortkey.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/sortkey.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/locmap.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/ctest.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/locmap.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/ctest.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/resbund.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/resbund.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationcompare.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/ctest.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/collationcompare.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/ctest.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/caniter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/coleitr.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/coll.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/caniter.h
FILE: ../../../flutter/third_party/icu/source/i18n/coleitr.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/coll.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/sortkey.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/sortkey.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2014, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ubrk.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/locid.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationcompare.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rulebasedcollator.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucol.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/udat.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unum.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ubrk.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/locid.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationcompare.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rulebasedcollator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucol.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/udat.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unum.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/caniter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ucal.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/caniter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucal.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ubrk.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/ubrk.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/locmap.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uchar.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utypes.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucal.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucol_res.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/coll.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/locmap.cpp
FILE: ../../../flutter/third_party/icu/source/common/uchar.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/utypes.h
FILE: ../../../flutter/third_party/icu/source/i18n/ucal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucol_res.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/coll.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/udat.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/udat.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tblcoll.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tblcoll.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1996-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ebcdic-xml-us.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/ebcdic-xml-us.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2000, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/jisx-212.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/jisx-212.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/parsepos.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/parsepos.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/resbund_cnv.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/umath.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ures_cnv.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/fieldpos.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/resbund_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/umath.cpp
FILE: ../../../flutter/third_party/icu/source/common/ures_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/fieldpos.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/utrans.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/utrans.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2009,2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/urep.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/cns-11643-1992.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/urep.h
FILE: ../../../flutter/third_party/icu/source/data/mappings/cns-11643-1992.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/fmtable_cnv.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/fmtable_cnv.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2010, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/cpputils.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/cstring.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uelement.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uhash_us.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/chariter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/cpputils.h
FILE: ../../../flutter/third_party/icu/source/common/cstring.cpp
FILE: ../../../flutter/third_party/icu/source/common/uelement.h
FILE: ../../../flutter/third_party/icu/source/common/uhash_us.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/chariter.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/format.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/format.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2011, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/utrans.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/utrans.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2011,2014-2015 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/cstring.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/locresdata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ptypes.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nfrlist.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/cstring.h
FILE: ../../../flutter/third_party/icu/source/common/locresdata.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/ptypes.h
FILE: ../../../flutter/third_party/icu/source/i18n/nfrlist.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/format.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/format.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2012, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/mappings.h
ORIGIN: ../../../flutter/third_party/glfw/src/mappings.h.in
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/mappings.h
FILE: ../../../flutter/third_party/glfw/src/mappings.h.in
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the
use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/locavailable.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/mutex.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/resbund.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/choicfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/locavailable.cpp
FILE: ../../../flutter/third_party/icu/source/common/mutex.h
FILE: ../../../flutter/third_party/icu/source/common/resbund.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/choicfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/simpletz.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/simpletz.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2013, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/simpletz.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/simpletz.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/choicfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/choicfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/gregocal.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/gregocal.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2013, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/hash.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/putil.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uscript.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/calendar.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/coleitr.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/fmtable.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/hash.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/putil.h
FILE: ../../../flutter/third_party/icu/source/common/uscript.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/calendar.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/coleitr.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/fmtable.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uhash.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/umutex.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/filteredbrk.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utypes.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nfrs.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nfrs.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nfrule.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nfsubs.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nfsubs.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uhash.h
FILE: ../../../flutter/third_party/icu/source/common/umutex.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/filteredbrk.h
FILE: ../../../flutter/third_party/icu/source/common/utypes.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nfrs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nfrs.h
FILE: ../../../flutter/third_party/icu/source/i18n/nfrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nfsubs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nfsubs.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nfrule.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/nfrule.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbnf.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/rbnf.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/brkiter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/numfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/datefmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/datefmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2015, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/rbnf.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/unum.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/rbnf.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unum.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/cmemory.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/locdispnames.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/locid.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/loclikely.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/putil.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/putilimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uhash.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uloc.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/umutex.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/brkiter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/platform.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uchar.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uloc.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ures.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uscript.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/datefmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/dcfmtsym.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/decimfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/dtfmtsym.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/cmemory.h
FILE: ../../../flutter/third_party/icu/source/common/locdispnames.cpp
FILE: ../../../flutter/third_party/icu/source/common/locid.cpp
FILE: ../../../flutter/third_party/icu/source/common/loclikely.cpp
FILE: ../../../flutter/third_party/icu/source/common/putil.cpp
FILE: ../../../flutter/third_party/icu/source/common/putilimp.h
FILE: ../../../flutter/third_party/icu/source/common/uhash.cpp
FILE: ../../../flutter/third_party/icu/source/common/uloc.cpp
FILE: ../../../flutter/third_party/icu/source/common/umutex.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/brkiter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/platform.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uchar.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uloc.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ures.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uscript.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/datefmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dcfmtsym.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/decimfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtfmtsym.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uresbund.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dcfmtsym.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/fmtable.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/gregocal.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/timezone.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/smpdtfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uresbund.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dcfmtsym.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/fmtable.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/gregocal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/timezone.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/smpdtfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/calendar.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dtfmtsym.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/smpdtfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/calendar.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dtfmtsym.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/smpdtfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2016, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/numfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/numfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1997-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvdisp.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnvdisp.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/schriter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uchriter.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/schriter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uchriter.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/io/uprintf.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/makeconv/ucnvstat.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/io/uprintf.h
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/ucnvstat.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/rbutil.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rbutil.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/io/locbund.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/ufmt_cmn.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/errmsg.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/read.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/io/locbund.h
FILE: ../../../flutter/third_party/icu/source/io/ufmt_cmn.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/errmsg.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/read.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/read.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/ustr.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/ustr.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/genrb/read.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/ustr.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/ustr.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/schriter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uchriter.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/schriter.cpp
FILE: ../../../flutter/third_party/icu/source/common/uchriter.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ustring.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustr_cnv.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucol_imp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/locbund.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/ufile.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/ufmt_cmn.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/uprintf.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/uscanf.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/uscanf.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/parse.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/ustring.h
FILE: ../../../flutter/third_party/icu/source/common/ustr_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucol_imp.h
FILE: ../../../flutter/third_party/icu/source/io/locbund.cpp
FILE: ../../../flutter/third_party/icu/source/io/ufile.h
FILE: ../../../flutter/third_party/icu/source/io/ufmt_cmn.cpp
FILE: ../../../flutter/third_party/icu/source/io/uprintf.cpp
FILE: ../../../flutter/third_party/icu/source/io/uscanf.cpp
FILE: ../../../flutter/third_party/icu/source/io/uscanf.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/parse.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/io/ufile.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/unicode/ustdio.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/parse.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/io/ufile.cpp
FILE: ../../../flutter/third_party/icu/source/io/unicode/ustdio.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/parse.cpp
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_err.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/unistr.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustring.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/uprntf_p.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/uscanf_p.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/ustdio.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/errmsg.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/genrb.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/rbutil.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_err.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/unistr.h
FILE: ../../../flutter/third_party/icu/source/common/ustring.cpp
FILE: ../../../flutter/third_party/icu/source/io/uprntf_p.cpp
FILE: ../../../flutter/third_party/icu/source/io/uscanf_p.cpp
FILE: ../../../flutter/third_party/icu/source/io/ustdio.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/errmsg.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/genrb.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rbutil.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/extra/uconv/uwmsg.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/extra/uconv/uwmsg.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utf32.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf32.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2001, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_cnv.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_cnv.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/parseerr.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/parseerr.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_io.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/umisc.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_io.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/umisc.h
FILE: ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/dbbi.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/dbbi.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/rbt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_data.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_set.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_data.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_set.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2007, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/extra/uconv/makedata.mak + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/extra/uconv/makedata.mak
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2008, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucnv_err.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnv_err.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/udatamem.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uinvchar.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustr_cnv.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/udatamem.h
FILE: ../../../flutter/third_party/icu/source/common/uinvchar.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustr_cnv.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/unifilt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/unifilt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2010, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/chariter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucmndata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucmndata.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_cnv.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_imp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/udatamem.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/umapfile.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utf.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unistr_props.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/usc_impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uvectr32.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/cpdtrans.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/cpdtrans.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_rule.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_set.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/chariter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucmndata.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucmndata.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_cnv.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_imp.h
FILE: ../../../flutter/third_party/icu/source/common/udatamem.cpp
FILE: ../../../flutter/third_party/icu/source/common/umapfile.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf.h
FILE: ../../../flutter/third_party/icu/source/common/unistr_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/usc_impl.h
FILE: ../../../flutter/third_party/icu/source/common/uvectr32.h
FILE: ../../../flutter/third_party/icu/source/i18n/cpdtrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/cpdtrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_rule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_set.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_pars.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_pars.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2011, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utf16.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utf_impl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/umsg.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf16.h
FILE: ../../../flutter/third_party/icu/source/common/utf_impl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/umsg.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/rep.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/rep.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/umapfile.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ubidi.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/umapfile.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/ubidi.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uvector.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uvector.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbidata.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbidata.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbidata.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbidata.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2014 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unames.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucnv.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/udata.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uniset_props.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unistr_case.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unistr_cnv.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uvectr64.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationweights.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_data.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gensprep/store.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unames.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnv.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/udata.h
FILE: ../../../flutter/third_party/icu/source/common/uniset_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_case.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/uvectr64.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationweights.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_data.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gensprep/store.c
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/translit.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/translit.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_bld.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_bld.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2015 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ubidi.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ubidiln.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_io.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uinvchar.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/umachine.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utf8.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uniset.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustr_imp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationweights.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/package.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ubidi.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubidiln.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_io.cpp
FILE: ../../../flutter/third_party/icu/source/common/uinvchar.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/umachine.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf8.h
FILE: ../../../flutter/third_party/icu/source/common/uniset.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustr_imp.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationweights.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/package.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uvectr32.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uvectr64.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uvectr32.cpp
FILE: ../../../flutter/third_party/icu/source/common/uvectr64.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/gencnval/gencnval.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/gencnval/gencnval.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbi.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbi.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/rbbi.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/rbbi.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uresdata.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uresdata.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/norm2_nfc_data.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/propname_data.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ubidi_props_data.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ubidiimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucase_props_data.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uchar_props_data.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/udata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/usc_impl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uvector.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfc.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc_cf.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/extra/uconv/uconv.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationfcd.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_pars.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/translit.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genccode/genccode.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gencmn/gencmn.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/derb.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gentest/gentest.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/icuinfo/icuinfo.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/norm2_nfc_data.h
FILE: ../../../flutter/third_party/icu/source/common/propname_data.h
FILE: ../../../flutter/third_party/icu/source/common/ubidi_props_data.h
FILE: ../../../flutter/third_party/icu/source/common/ubidiimp.h
FILE: ../../../flutter/third_party/icu/source/common/ucase_props_data.h
FILE: ../../../flutter/third_party/icu/source/common/uchar_props_data.h
FILE: ../../../flutter/third_party/icu/source/common/udata.cpp
FILE: ../../../flutter/third_party/icu/source/common/usc_impl.cpp
FILE: ../../../flutter/third_party/icu/source/common/uvector.h
FILE: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfc.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc_cf.txt
FILE: ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.cpp
FILE: ../../../flutter/third_party/icu/source/extra/uconv/uconv.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationfcd.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_pars.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/translit.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genccode/genccode.c
FILE: ../../../flutter/third_party/icu/source/tools/gencmn/gencmn.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/derb.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gentest/gentest.c
FILE: ../../../flutter/third_party/icu/source/tools/icuinfo/icuinfo.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uresdata.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uresdata.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/makedata.mak + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/makedata.mak
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uniset.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/uniset.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unistr.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unistr.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcf.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcf.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/rle.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rle.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/rle.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rle.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcfdrivr.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcfdrivr.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucnv_cb.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnv_cb.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/extra/uconv/unicode/uwmsg.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/extra/uconv/unicode/uwmsg.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2004, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_cb.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_cb.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/extra/uconv/pkgdata.inc.in + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/extra/uconv/pkgdata.inc.in
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/icupkg.inc.in + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/icupkg.inc.in
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/uparse.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uparse.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucol_data.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uversion.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucol_data.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uversion.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ushape.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/uparse.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/ushape.h
FILE: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uparse.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/gb18030.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/gb18030.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2012, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvmbcs.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnvmbcs.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/io/sscanf.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/io/sscanf.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ubidiwrt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvhz.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvlat1.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/reslist.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/reslist.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/wrtjava.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ubidiwrt.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvhz.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvlat1.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/reslist.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/reslist.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/wrtjava.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv2022.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_lmb.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvisci.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvmbcs.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvscsu.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uresimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ushape.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgdata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv2022.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_lmb.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvisci.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvmbcs.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvscsu.cpp
FILE: ../../../flutter/third_party/icu/source/common/uresimp.h
FILE: ../../../flutter/third_party/icu/source/common/ushape.cpp
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.cpp
FILE: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgdata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/icudefs.mk.in + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/icudefs.mk.in
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/bdf/bdf.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/bdf/bdf.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2001, 2002 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/bdf/bdfdrivr.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/bdf/bdfdrivr.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001, 2002, 2003, 2004 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/cwchar.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/cwchar.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/umsg_imp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/stubdata/stubdata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/stubdata/stubdata.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/cwchar.cpp
FILE: ../../../flutter/third_party/icu/source/common/cwchar.h
FILE: ../../../flutter/third_party/icu/source/i18n/umsg_imp.h
FILE: ../../../flutter/third_party/icu/source/stubdata/stubdata.cpp
FILE: ../../../flutter/third_party/icu/source/stubdata/stubdata.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/macos-0_2-10.2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/macos-29-10.2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/macos-35-10.2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/macos-7_3-10.2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/windows-874-2000.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/windows-949-2000.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/windows-950-2000.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-0_2-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-29-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-35-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-7_3-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-874-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-949-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-950-2000.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/macos-6_2-10.4.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-6_2-10.4.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/unimatch.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/unimatch.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ustrfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustrfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ustrfmt.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/windows-936-2000.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/name2uni.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/titletrn.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tolowtrn.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tolowtrn.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/toupptrn.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/toupptrn.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uni2name.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../flutter/third_party/icu/source/i18n/name2uni.h
FILE: ../../../flutter/third_party/icu/source/i18n/titletrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/tolowtrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tolowtrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/toupptrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/toupptrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/uni2name.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/bdf/bdfdrivr.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/bdf/bdfdrivr.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2008, 2011, 2013, 2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/utrie2_impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/casetrn.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/utrie2_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/casetrn.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/search.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/search.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2008,2010 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nortrans.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/nortrans.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/search.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/search.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2011 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unormimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utrie.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/casetrn.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/name2uni.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nortrans.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/titletrn.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uni2name.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unormimp.h
FILE: ../../../flutter/third_party/icu/source/common/utrie.h
FILE: ../../../flutter/third_party/icu/source/i18n/casetrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/name2uni.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nortrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/titletrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uni2name.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/io/ucln_io.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/io/ucln_io.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2011, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/quant.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/strmatch.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/quant.h
FILE: ../../../flutter/third_party/icu/source/i18n/strmatch.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2011, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/servloc.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/servloc.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2011, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/serv.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/serv.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2011, International Business Machines Corporation. *
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/usearch.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/usearch.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2011,2014 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ustr_wcs.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utrie.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/quant.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ustr_wcs.cpp
FILE: ../../../flutter/third_party/icu/source/common/utrie.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/quant.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/servnotf.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/servnotf.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2012, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucln.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucln.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/stsearch.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/stsearch.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/stsearch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/stsearch.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2014 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/io/unicode/ustream.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/io/unicode/ustream.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucln_cmn.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uclean.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucln_cmn.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/uclean.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unormcmp.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utrie2.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utrie2.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utrie2_builder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/bocsu.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/bocsu.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ucoleitr.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/sprintf.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unormcmp.cpp
FILE: ../../../flutter/third_party/icu/source/common/utrie2.cpp
FILE: ../../../flutter/third_party/icu/source/common/utrie2.h
FILE: ../../../flutter/third_party/icu/source/common/utrie2_builder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/bocsu.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/bocsu.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucoleitr.h
FILE: ../../../flutter/third_party/icu/source/io/sprintf.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucln_in.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/ucln_io.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/ucln_in.cpp
FILE: ../../../flutter/third_party/icu/source/io/ucln_io.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2014, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/servlk.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/servlkf.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/servls.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/servnotf.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/servrbf.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/servslkf.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/servlk.cpp
FILE: ../../../flutter/third_party/icu/source/common/servlkf.cpp
FILE: ../../../flutter/third_party/icu/source/common/servls.cpp
FILE: ../../../flutter/third_party/icu/source/common/servnotf.h
FILE: ../../../flutter/third_party/icu/source/common/servrbf.cpp
FILE: ../../../flutter/third_party/icu/source/common/servslkf.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2014, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/serv.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/serv.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2014, International Business Machines Corporation.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/usearch.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/usrchimp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/usearch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/usrchimp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2015 IBM and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uinit.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uinit.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ustrcase.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ustrcase.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucln_cmn.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucln_in.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucln_cmn.h
FILE: ../../../flutter/third_party/icu/source/i18n/ucln_in.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ustrtrns.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucoleitr.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/ustream.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ustrtrns.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucoleitr.cpp
FILE: ../../../flutter/third_party/icu/source/io/ustream.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/punycode.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/punycode.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/CodeGen.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/Link.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/InfoSink.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/InitializeGlobals.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/ShHandle.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/InfoSink.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/PoolAlloc.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/RemoveTree.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/parseConst.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Unix/ossource.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Windows/ossource.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/OSDependent/osinclude.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/CodeGen.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/GenericCodeGen/Link.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/InfoSink.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/InitializeGlobals.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/ShHandle.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/InfoSink.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/PoolAlloc.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/RemoveTree.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/parseConst.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Unix/ossource.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Windows/ossource.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/OSDependent/osinclude.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/Common.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/PoolAlloc.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/arrays.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/Common.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/PoolAlloc.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/arrays.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ParseHelper.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ParseHelper.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/SymbolTable.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/SymbolTable.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/glslang.y
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/glslang.y
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2019 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Constant.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Constant.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2018-2020 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/BaseTypes.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/BaseTypes.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Versions.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Versions.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017, 2022-2024 Arm Limited.
Copyright (C) 2015-2018 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Versions.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Versions.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2013 LunarG, Inc.
Copyright (C) 2017, 2022-2024 Arm Limited.
Copyright (C) 2015-2020 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ParseHelper.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ParseHelper.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2015 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
Copyright (C) 2017, 2019 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Intermediate.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Intermediate.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2015 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017 ARM Limited.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/Types.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/Types.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2016 LunarG, Inc.
Copyright (C) 2015-2016 Google, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Initialize.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Initialize.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2016 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017, 2022-2024 Arm Limited.
Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/intermediate.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/intermOut.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/intermediate.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/intermOut.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2012-2016 LunarG, Inc.
Copyright (C) 2017, 2022-2024 Arm Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/ResourceLimits.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/RemoveTree.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Scan.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/ResourceLimits.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/RemoveTree.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Scan.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpAtom.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpAtom.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/SymbolTable.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/SymbolTable.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/Pp.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/Pp.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/ConstantUnion.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/ConstantUnion.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpScanner.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpScanner.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
Copyright (c) 2023, Mobica Limited
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Scan.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Scan.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2020 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/IntermTraverse.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/IntermTraverse.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013 LunarG, Inc.
Copyright (c) 2002-2010 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Initialize.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/Initialize.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Public/ShaderLang.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Public/ShaderLang.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ShaderLang.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ShaderLang.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/StandAlone.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/ExtensionHeaders/GL_EXT_shader_realtime_clock.glsl
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/StandAlone.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/ExtensionHeaders/GL_EXT_shader_realtime_clock.glsl
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2013-2016 LunarG, Inc.
Copyright (C) 2016-2020 Google, Inc.
Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ParseContextBase.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ParseContextBase.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2016 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/localintermediate.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/localintermediate.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2016 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/DirStackFileIncluder.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/DirStackFileIncluder.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
Copyright (C) 2017 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/locutil.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/locutil.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2005, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uenumimp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uenumimp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbisetb.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbisetb.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2008 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbirb.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbirb.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2008, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/propsvec.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/propsvec.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uiter.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/uiter.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2011 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/propsvec.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/punycode.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uassert.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uset.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uset_props.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/propsvec.cpp
FILE: ../../../flutter/third_party/icu/source/common/punycode.cpp
FILE: ../../../flutter/third_party/icu/source/common/uassert.h
FILE: ../../../flutter/third_party/icu/source/common/uset.cpp
FILE: ../../../flutter/third_party/icu/source/common/uset_props.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbirb.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbirb.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2011, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uenum.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uiter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/strenum.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uobject.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utf_old.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uobject.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uenum.cpp
FILE: ../../../flutter/third_party/icu/source/common/uiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/strenum.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uobject.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf_old.h
FILE: ../../../flutter/third_party/icu/source/common/uobject.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uenum.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/uenum.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_ja.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_ja.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbistbl.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbistbl.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2014 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uset.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/uset.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/locutil.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/locutil.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regeximp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regeximp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2015 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/cmemory.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_u16.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_u32.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/genrb.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/wrtxml.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/cmemory.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u16.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u32.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/genrb.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/wrtxml.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/sent.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/sent_el.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/sent.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/sent_el.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regexcst.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regexcst.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbirpt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regexcst.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rematch.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/repattrn.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbirpt.h
FILE: ../../../flutter/third_party/icu/source/i18n/regexcst.h
FILE: ../../../flutter/third_party/icu/source/i18n/rematch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/repattrn.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2016 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbinode.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbinode.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2016 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regexcmp.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regexcmp.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2016 International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_u7.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_u8.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvbocu.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uconfig.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/urename.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uprops.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uprops.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/regex.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genbrk/genbrk.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gendict/gendict.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u7.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u8.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvbocu.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/uconfig.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/urename.h
FILE: ../../../flutter/third_party/icu/source/common/uprops.cpp
FILE: ../../../flutter/third_party/icu/source/common/uprops.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/regex.h
FILE: ../../../flutter/third_party/icu/source/tools/genbrk/genbrk.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gendict/gendict.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/word.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_POSIX.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_fi_sv.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/word.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_POSIX.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_fi_sv.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/char.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/char.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbirpt.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbiscan.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbiscan.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regexcmp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbirpt.txt
FILE: ../../../flutter/third_party/icu/source/common/rbbiscan.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbiscan.h
FILE: ../../../flutter/third_party/icu/source/i18n/regexcmp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2002-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/cecal.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/cecal.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003 - 2008, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/cecal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/cecal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003 - 2009, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/coptccal.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ethpccal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/coptccal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ethpccal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003 - 2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/coptccal.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ethpccal.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/coptccal.h
FILE: ../../../flutter/third_party/icu/source/i18n/ethpccal.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003 - 2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/parsepos.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/parsepos.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/gentest/gentest.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/gentest/gentest.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/sprpimpl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uregexc.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gentest/genres32.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/sprpimpl.h
FILE: ../../../flutter/third_party/icu/source/i18n/uregexc.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gentest/genres32.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_set.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_set.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/indiancal.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/japancal.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/indiancal.h
FILE: ../../../flutter/third_party/icu/source/i18n/japancal.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2008, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/utracimp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/utracimp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/japancal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/japancal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regexst.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regexst.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2010, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ustack.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ustack.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ucmstate.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucmstate.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uarrsort.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uarrsort.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_ext.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utrace.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ucm.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ucm.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uarrsort.cpp
FILE: ../../../flutter/third_party/icu/source/common/uarrsort.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_ext.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utrace.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucm.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucm.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/buddhcal.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/hebrwcal.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/islamcal.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/persncal.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/persncal.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/taiwncal.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/buddhcal.h
FILE: ../../../flutter/third_party/icu/source/i18n/hebrwcal.h
FILE: ../../../flutter/third_party/icu/source/i18n/islamcal.h
FILE: ../../../flutter/third_party/icu/source/i18n/persncal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/persncal.h
FILE: ../../../flutter/third_party/icu/source/i18n/taiwncal.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/taiwncal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/taiwncal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/buddhcal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/buddhcal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucol_swp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/udataswp.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/udataswp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uidna.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uidna.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/usprep.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utrace.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/icuswap/icuswap.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/makeconv/gencnvex.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucol_swp.h
FILE: ../../../flutter/third_party/icu/source/common/udataswp.cpp
FILE: ../../../flutter/third_party/icu/source/common/udataswp.h
FILE: ../../../flutter/third_party/icu/source/common/uidna.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/uidna.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/usprep.h
FILE: ../../../flutter/third_party/icu/source/common/utrace.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.cpp
FILE: ../../../flutter/third_party/icu/source/tools/icuswap/icuswap.cpp
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/gencnvex.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/indiancal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/indiancal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2014, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucol_swp.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkgitems.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucol_swp.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkgitems.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ulocdata.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ulocdata.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2015, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/islamcal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/islamcal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_ext.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/usprep.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_ext.cpp
FILE: ../../../flutter/third_party/icu/source/common/usprep.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ulocdata.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/ulocdata.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2016, International Business Machines *
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/hebrwcal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/hebrwcal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2003-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/utmscale.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/utmscale.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2004 - 2008, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/translit/el.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/translit/en.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/translit/el.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/en.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uset_imp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uset_imp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testtype.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testtype.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucase.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/utext.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucase.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utext.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/utmscale.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/utmscale.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ubidi_props.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ubidi_props.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucase.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ubidi_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubidi_props.h
FILE: ../../../flutter/third_party/icu/source/common/ucase.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uregex.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/uregex.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regexst.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regexst.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ulocimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/unidata/changes.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucol_sit.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/uregex.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ulocimp.h
FILE: ../../../flutter/third_party/icu/source/data/unidata/changes.txt
FILE: ../../../flutter/third_party/icu/source/i18n/ucol_sit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uregex.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2004-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrecog.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/csrecog.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/inputext.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/inputext.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/wintz.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/wintz.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucasemap.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csmatch.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csmatch.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrecog.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrmbcs.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrucode.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrutf8.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucasemap.h
FILE: ../../../flutter/third_party/icu/source/i18n/csmatch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csmatch.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrecog.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrmbcs.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrucode.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrutf8.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrucode.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ucsdet.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/csrucode.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucsdet.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrutf8.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/icupkg/icupkg.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/package.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/csrutf8.cpp
FILE: ../../../flutter/third_party/icu/source/tools/icupkg/icupkg.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/package.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/wintz.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csr2022.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrsbcs.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/windtfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/winnmfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/wintz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csr2022.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrsbcs.h
FILE: ../../../flutter/third_party/icu/source/i18n/windtfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/winnmfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucasemap.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/utext.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csdetect.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csdetect.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csr2022.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrmbcs.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/csrsbcs.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/inputext.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ucsdet.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/windtfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/winnmfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_imp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucasemap.cpp
FILE: ../../../flutter/third_party/icu/source/common/utext.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csdetect.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csdetect.h
FILE: ../../../flutter/third_party/icu/source/i18n/csr2022.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csrmbcs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csrsbcs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/inputext.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucsdet.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/windtfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/winnmfmt.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_imp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2005-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/localsvc.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/localsvc.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2006 International Business Machines Corporation *
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ubrkimpl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ubrkimpl.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/brkeng.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/brkeng.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2006-2012, International Business Machines Corporation and others. *
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/dictbe.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/dictbe.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2006-2014, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/brkeng.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/dictbe.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/brkeng.cpp
FILE: ../../../flutter/third_party/icu/source/common/dictbe.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2006-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/bmpset.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unisetspan.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/bmpset.h
FILE: ../../../flutter/third_party/icu/source/common/unisetspan.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/msgfmt_impl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/msgfmt_impl.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2008, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/dtrule.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tztrans.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtrule.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tztrans.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2008, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tzrule.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tzrule.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2008, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/bmpset.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unisetspan.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/bmpset.cpp
FILE: ../../../flutter/third_party/icu/source/common/unisetspan.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dtrule.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tzrule.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tztrans.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/dtrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tzrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tztrans.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/chnsecal.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/chnsecal.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/basictz.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbtz.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/basictz.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/msgfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/vtzone.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/basictz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbtz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/basictz.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/msgfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/vtzone.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/rbtz.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/zonemeta.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/rbtz.h
FILE: ../../../flutter/third_party/icu/source/i18n/zonemeta.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/tzcode/icuzones + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/icuzones
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/chnsecal.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/chnsecal.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2014, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/plurfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/zonemeta.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/plurfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/zonemeta.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/udatpg.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/udatpg.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/tzcode/icuzdump.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/icuzdump.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dt_impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dtitv_impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dtptngen.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dtptngen_impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/plurrule.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/plurrule_impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/reldtfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/dtptngen.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/vtzone.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/dt_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/dtitv_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/dtptngen.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dtptngen_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/plurrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/plurrule_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/reldtfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtptngen.h
FILE: ../../../flutter/third_party/icu/source/i18n/vtzone.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/reldtfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/reldtfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2007-2016, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tmutamt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tmutamt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2008, Google, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/dtintrv.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/dtintrv.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2008, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/dtintrv.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/dtintrv.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2009, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/wintzimpl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/wintzimpl.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnvsel.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucnvsel.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnvsel.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnvsel.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2011, International Business Machines
Corporation, Google and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/icu4j-readme.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/icu4j-readme.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2012, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uspoof_impl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_impl.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/gender.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/gender.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/gender.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/gender.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tmutfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tmutfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2014, Google, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tmunit.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tmunit.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2014, Google, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tmutfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tmutfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2015, Google, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/brktrans.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/brktrans.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uspoof_conf.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/brktrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/brktrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_conf.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uspoof.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uspoof_build.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_build.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/plurrule.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/plurrule.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uspoof_conf.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uspoof_impl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_conf.h
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_impl.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/uspoof.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uspoof.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dtitvfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dtitvinf.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/dtitvfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/dtitvinf.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/dtitvfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dtitvinf.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtitvfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtitvinf.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2008-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/misc/icustd.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/misc/icustd.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2009 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/filetools.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filetools.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/icuinfo/icuplugins_windows_sample.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/icuinfo/icuplugins_windows_sample.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2010 IBM Corporation and Others.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tmutamt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tmutamt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2010, Google, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ztrans.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/ztrans.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2010, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucln_imp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucln_imp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/errorcode.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/icudataver.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/errorcode.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/errorcode.cpp
FILE: ../../../flutter/third_party/icu/source/common/icudataver.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/errorcode.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/bytestream.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/bytestream.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/vzone.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/zrule.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/vzone.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/zrule.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2011, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_arm64_neon.S
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_arm64_neon.S
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
All Rights Reserved.
Author: Siarhei Siamashka <[email protected]>
Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved.
Author: Ragesh Radhakrishnan <[email protected]>
Copyright (C) 2014-2016, D. R. Commander. All Rights Reserved.
Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved.
Copyright (C) 2016, Siarhei Siamashka. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_arm_neon.S
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_arm_neon.S
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
All Rights Reserved.
Author: Siarhei Siamashka <[email protected]>
Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved.
Copyright (C) 2014, Linaro Limited. All Rights Reserved.
Copyright (C) 2015, D. R. Commander. All Rights Reserved.
Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/filterednormalizer2.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2009_U2.ucm + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/filterednormalizer2.cpp
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2009_U2.ucm
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/bytestream.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/bytestream.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/fpositer.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/fpositer.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/icudataver.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/normalizer2.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/wintzimpl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/filetools.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/icudataver.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/normalizer2.h
FILE: ../../../flutter/third_party/icu/source/i18n/wintzimpl.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filetools.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/stringpiece.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/stringpiece.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/stringpiece.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/stringpiece.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/smpdtfst.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/smpdtfst.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/smpdtfst.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/smpdtfst.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ureslocs.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ureslocs.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/normalizer2impl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/normalizer2impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/std_string.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gennorm2/gennorm2.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/normalizer2impl.cpp
FILE: ../../../flutter/third_party/icu/source/common/normalizer2impl.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/std_string.h
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/gennorm2.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/alphaindex.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/currpinf.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/alphaindex.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/currpinf.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/icuplug.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/icuplugimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uloc_tag.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/icuplug.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/unorm2.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/udatpg.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/icuinfo/testplug.c + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/icuplug.cpp
FILE: ../../../flutter/third_party/icu/source/common/icuplugimp.h
FILE: ../../../flutter/third_party/icu/source/common/uloc_tag.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/icuplug.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/unorm2.h
FILE: ../../../flutter/third_party/icu/source/i18n/udatpg.cpp
FILE: ../../../flutter/third_party/icu/source/tools/icuinfo/testplug.c
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/fphdlimp.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/plurfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/fphdlimp.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/plurfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/fphdlimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/currpinf.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/fphdlimp.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/currpinf.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2015, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/normalizer2.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ulist.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ulist.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/localpointer.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gencfu/gencfu.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/normalizer2.cpp
FILE: ../../../flutter/third_party/icu/source/common/ulist.cpp
FILE: ../../../flutter/third_party/icu/source/common/ulist.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/localpointer.h
FILE: ../../../flutter/third_party/icu/source/tools/gencfu/gencfu.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/vzone.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/zrule.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ztrans.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/vzone.h
FILE: ../../../flutter/third_party/icu/source/i18n/zrule.h
FILE: ../../../flutter/third_party/icu/source/i18n/ztrans.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tmunit.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tmunit.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2016, International Business Machines Corporation, *
Google, and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/nounit.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/nounit.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009-2017, International Business Machines Corporation, *
Google, and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/selfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/selfmtimpl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/selfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/umsg.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/selfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/selfmtimpl.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/selfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/umsg.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010 , Yahoo! Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d1.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d3.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d4.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d5.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d6.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d7.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s1.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s2.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s3.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-t.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d1.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d3.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d4.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d5.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d6.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d7.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s1.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s3.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-t.ucm
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/bytestrie.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucharstrie.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucharstrieiterator.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/bytestrie.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucharstrie.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucharstrieiterator.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/udateintervalformat.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/udateintervalformat.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/bytestriebuilder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/bytestrieiterator.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/stringtriebuilder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucharstriebuilder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/bytestrie.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/idna.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucharstrie.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ustringtrie.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/fpositer.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/bytestriebuilder.cpp
FILE: ../../../flutter/third_party/icu/source/common/bytestrieiterator.cpp
FILE: ../../../flutter/third_party/icu/source/common/stringtriebuilder.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucharstriebuilder.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/bytestrie.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/idna.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucharstrie.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ustringtrie.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/fpositer.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/upluralrules.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/upluralrules.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/stringtriebuilder.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/stringtriebuilder.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2012,2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/udateintervalformat.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/udateintervalformat.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2012,2015 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ugender.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/upluralrules.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ugender.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/upluralrules.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collation.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationiterator.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationiterator.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/collation.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/numsys.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/numsys.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/fmtableimp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/fmtableimp.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2014, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/cldr-icu-readme.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/cldr-icu-readme.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2014, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/charstr.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_ct.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uts46.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collation.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdata.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/charstr.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_ct.cpp
FILE: ../../../flutter/third_party/icu/source/common/uts46.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collation.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationdata.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/numsys.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/numsys.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/misc/icuver.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/misc/icuver.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2016 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/bytestriebuilder.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucharstriebuilder.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/bytestriebuilder.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucharstriebuilder.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/uldnames.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/uldnames.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/locdspnm.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/locdspnm.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/locdspnm.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/locdspnm.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2010-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-gobject-enums.cc.tmpl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-gobject-structs.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-gobject.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-gobject-enums.cc.tmpl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-gobject-structs.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-gobject.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: include
ORIGIN: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_clock.hpp
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_clock.hpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2011 Nick Bruun <[email protected]>
Copyright (C) 2013 Vlad Lazarenko <[email protected]>
Copyright (C) 2014 Nicolas Pauss <[email protected]>
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/messageimpl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/patternprops.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/patternprops.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uniset_closure.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unistr_case_locale.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unistr_titlecase_brkiter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustr_titlecase_brkiter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustrcase_locale.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/messageimpl.h
FILE: ../../../flutter/third_party/icu/source/common/patternprops.cpp
FILE: ../../../flutter/third_party/icu/source/common/patternprops.h
FILE: ../../../flutter/third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/uniset_closure.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_case_locale.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_titlecase_brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustr_titlecase_brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrcase_locale.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/appendable.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/messagepattern.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/appendable.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/appendable.cpp
FILE: ../../../flutter/third_party/icu/source/common/messagepattern.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/appendable.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tzgnames.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tzgnames.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2012, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/translit/el_Upper.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/translit/nl_Title.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/translit/el_Upper.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/nl_Title.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/translit/az_Upper.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/translit/lt_Upper.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/translit/tr_Upper.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/translit/az_Upper.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/lt_Upper.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tr_Upper.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/messagepattern.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/messagepattern.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/alphaindex.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/alphaindex.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uposixdefs.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uposixdefs.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tzfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tzfmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tzfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tzfmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tznames.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tznames.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2015, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tzgnames.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tznames_impl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tznames_impl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/tznames.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tzgnames.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tznames_impl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tznames_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tznames.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2011-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ucd.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ucd.cc
----------------------------------------------------------------------------------------------------
Copyright (C) 2012 Grigori Goronzy <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regeximp.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regeximp.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2012 International Business Machines Corporation
and others. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/enumset.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/enumset.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2012,2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationfcd.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationkeys.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationroot.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationroot.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationfcd.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationkeys.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationroot.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationroot.h
FILE: ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationkeys.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/collationdata.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationkeys.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/utypeinfo.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/compactdecimalformat.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/listformatter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/utypeinfo.h
FILE: ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/compactdecimalformat.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/listformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: xxhash
ORIGIN: ../../../flutter/third_party/angle/src/common/third_party/xxhash/xxhash.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/common/third_party/xxhash/xxhash.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2016, Yann Collet
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: xxhash
ORIGIN: ../../../flutter/third_party/angle/src/common/third_party/xxhash/xxhash.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/common/third_party/xxhash/xxhash.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2016, Yann Collet.
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: vulkan-validation-layers
ORIGIN: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/xxhash.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/xxhash.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2021 Yann Collet
BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-gobject-enums.h.tmpl
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-gobject-enums.h.tmpl
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/Worklist.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ScanContext.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/limits.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/Worklist.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ScanContext.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/limits.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/linkValidate.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/linkValidate.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 LunarG, Inc.
Copyright (C) 2017 ARM Limited.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/misc/currencyNumericCodes.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/scriptset.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/misc/currencyNumericCodes.txt
FILE: ../../../flutter/third_party/icu/source/i18n/scriptset.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dangical.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dangical.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/dangical.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dangical.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/region_impl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/region_impl.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unumsys.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unumsys.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2013, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_mips_dspr2_asm.h
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_mips_dspr2_asm.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013, MIPS Technologies, Inc., California.
All Rights Reserved.
Authors: Teodora Novkovic ([email protected])
Darko Laus ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationbuilder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationbuilder.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdatawriter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationrootelements.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationrootelements.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationruleparser.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationsets.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationsets.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationtailoring.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/tzcode/icuregions + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/collationbuilder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationbuilder.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatawriter.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationrootelements.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationrootelements.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationruleparser.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationsets.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationsets.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationtailoring.h
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/icuregions
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/unumsys.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unumsys.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2014, International Business Machines Corporation and *
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/uformattable.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uformattable.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2014, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_mips_dspr2.S
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_mips_dspr2.S
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2014, MIPS Technologies, Inc., California.
All Rights Reserved.
Authors: Teodora Novkovic ([email protected])
Darko Laus ([email protected])
Copyright (C) 2015, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdatareader.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdatareader.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationdatawriter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationfastlatin.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationfastlatin.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationruleparser.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationsettings.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationsettings.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationtailoring.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatareader.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatareader.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatawriter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatin.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatin.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationruleparser.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationsettings.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationsettings.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationtailoring.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/uregion.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/uregion.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/reflection.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/reflection.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/reflection.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/reflection.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/uscript_props.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/listformatter.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/uscript_props.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.h
FILE: ../../../flutter/third_party/icu/source/i18n/listformatter.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2013-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/lang/an.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/lang/ku.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/lang/tg.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/lang/wa.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/locales/ku.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/locales/tg.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/lang/an.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ku.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/tg.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/wa.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ku.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tg.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/zone/tzdbNames.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/zone/tzdbNames.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GlslangToSpv.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/spvIR.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GlslangToSpv.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/spvIR.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolor-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgray-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctfst-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctint-altivec.c
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolor-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgray-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctfst-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctint-altivec.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2014, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/dictionarydata.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/loadednormalizer2impl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/norm2allmodes.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/euc-tw-2014.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/mappings/ibm-1375_P100-2008.ucm + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/scriptset.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/sharedcalendar.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/shareddateformatsymbols.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/sharednumberformat.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/sharedpluralrules.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/dictionarydata.h
FILE: ../../../flutter/third_party/icu/source/common/loadednormalizer2impl.cpp
FILE: ../../../flutter/third_party/icu/source/common/norm2allmodes.h
FILE: ../../../flutter/third_party/icu/source/data/mappings/euc-tw-2014.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1375_P100-2008.ucm
FILE: ../../../flutter/third_party/icu/source/i18n/scriptset.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/sharedcalendar.h
FILE: ../../../flutter/third_party/icu/source/i18n/shareddateformatsymbols.h
FILE: ../../../flutter/third_party/icu/source/i18n/sharednumberformat.h
FILE: ../../../flutter/third_party/icu/source/i18n/sharedpluralrules.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/uregion.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uregion.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/disassemble.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/disassemble.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/doc.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/disassemble.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/disassemble.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/doc.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2015 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvBuilder.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvBuilder.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2015 LunarG, Inc.
Copyright (C) 2015-2018 Google, Inc.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvBuilder.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvBuilder.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2015 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017 ARM Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/doc.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/doc.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2015 LunarG, Inc.
Copyright (C) 2022-2024 Arm Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctfst-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctint-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquanti-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_altivec.h
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctfst-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctint-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquanti-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_altivec.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolext-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgryext-altivec.c
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolext-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgryext-altivec.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved.
Copyright (C) 2014, Jay Foad. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/filteredbrk.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/filteredbrk.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GlslangToSpv.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GlslangToSpv.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016 LunarG, Inc.
Copyright (C) 2015-2020 Google, Inc.
Copyright (C) 2017, 2022-2024 Arm Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvTools.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvTools.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016 LunarG, Inc.
Copyright (C) 2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvTools.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvTools.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016 LunarG, Inc.
Copyright (C) 2018-2020 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/dictionarydata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/simpleformatter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/uloc_keytype.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/simpleformatter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/quantityformatter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/quantityformatter.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/dictionarydata.cpp
FILE: ../../../flutter/third_party/icu/source/common/simpleformatter.cpp
FILE: ../../../flutter/third_party/icu/source/common/uloc_keytype.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/simpleformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/quantityformatter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/quantityformatter.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/udisplaycontext.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/udisplaycontext.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/reldatefmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/reldatefmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016, International Business Machines Corporation and
others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/region.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/reldatefmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/region.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/reldatefmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/region.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/region.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2014-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SPVRemapper.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SPVRemapper.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/spirv-remap.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SPVRemapper.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SPVRemapper.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/StandAlone/spirv-remap.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2015 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: rapidjson
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/schema.h + http://opensource->org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/schema.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/schema.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved->
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: rapidjson
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/allocators.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/allocators.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/cursorstreamwrapper.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/cursorstreamwrapper.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/document.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/document.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/encodedstream.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/encodedstream.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/encodings.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/encodings.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/error/en.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/error/en.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/error/error.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/error/error.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/filereadstream.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/filereadstream.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/filewritestream.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/filewritestream.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/fwd.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/fwd.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/biginteger.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/biginteger.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/diyfp.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/diyfp.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/dtoa.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/dtoa.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/ieee754.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/ieee754.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/itoa.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/itoa.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/meta.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/meta.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/pow10.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/pow10.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/regex.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/regex.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/stack.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/stack.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/strfunc.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/strfunc.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/strtod.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/strtod.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/swap.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/internal/swap.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/istreamwrapper.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/istreamwrapper.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/memorybuffer.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/memorybuffer.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/memorystream.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/memorystream.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/ostreamwrapper.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/ostreamwrapper.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/pointer.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/pointer.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/prettywriter.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/prettywriter.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/rapidjson.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/rapidjson.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/reader.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/reader.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/stream.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/stream.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/stringbuffer.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/stringbuffer.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/writer.h + http://opensource.org/licenses/MIT referenced by ../../../flutter/third_party/rapidjson/include/rapidjson/writer.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/allocators.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/cursorstreamwrapper.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/document.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/encodedstream.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/encodings.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/error/en.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/error/error.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/filereadstream.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/filewritestream.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/fwd.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/biginteger.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/diyfp.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/dtoa.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/ieee754.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/itoa.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/meta.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/pow10.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/regex.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/stack.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/strfunc.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/strtod.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/internal/swap.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/istreamwrapper.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/memorybuffer.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/memorystream.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/ostreamwrapper.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/pointer.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/prettywriter.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/rapidjson.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/reader.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/stream.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/stringbuffer.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/writer.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcsample-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolext-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolor-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmerge-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmrgext-altivec.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdsample-altivec.c
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcsample-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolext-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolor-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmerge-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmrgext-altivec.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdsample-altivec.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2015, D. R. Commander. All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/sharedobject.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/sharedobject.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ufieldpositer.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/ulistformatter.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/ufieldpositer.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ulistformatter.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/standardplural.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/standardplural.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/standardplural.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/standardplural.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/pluralmap.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/pluralmap.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unifiedcache.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unifiedcache.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unistrappender.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/numsys_impl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/pluralmap.cpp
FILE: ../../../flutter/third_party/icu/source/common/pluralmap.h
FILE: ../../../flutter/third_party/icu/source/common/unifiedcache.cpp
FILE: ../../../flutter/third_party/icu/source/common/unifiedcache.h
FILE: ../../../flutter/third_party/icu/source/common/unistrappender.h
FILE: ../../../flutter/third_party/icu/source/i18n/numsys_impl.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/propagateNoContraction.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/propagateNoContraction.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/propagateNoContraction.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/propagateNoContraction.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015-2016 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/cstr.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/resource.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/resource.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/sharedobject.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/cstr.cpp
FILE: ../../../flutter/third_party/icu/source/common/resource.cpp
FILE: ../../../flutter/third_party/icu/source/common/resource.h
FILE: ../../../flutter/third_party/icu/source/common/sharedobject.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ufieldpositer.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ulistformatter.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ufieldpositer.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ulistformatter.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/collunsafe.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/collunsafe.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015-2016, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/parseVersions.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/parseVersions.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2015-2018 Google, Inc.
Copyright (C) 2017 ARM Limited.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/InReadableOrder.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/InReadableOrder.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/Logger.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/Logger.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Public/ResourceLimits.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/ResourceLimits/ResourceLimits.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/BuiltInResource.FromFile.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Config.FromFile.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Initializer.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Link.FromFile.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Pp.FromFile.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Settings.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Settings.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/TestFixture.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/TestFixture.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/main.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/Logger.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/Logger.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Public/ResourceLimits.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/ResourceLimits/ResourceLimits.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/BuiltInResource.FromFile.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Config.FromFile.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Initializer.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Link.FromFile.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Pp.FromFile.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Settings.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Settings.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/TestFixture.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/TestFixture.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/main.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslOpMap.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslOpMap.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslScanContext.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslTokenStream.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslTokenStream.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslOpMap.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslOpMap.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslScanContext.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslTokenStream.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslTokenStream.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Hlsl.FromFile.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Hlsl.FromFile.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslScanContext.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslTokens.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslScanContext.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslTokens.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Spv.FromFile.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Spv.FromFile.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 Google, Inc.
Copyright (C) 2019, 2022-2024 Arm Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/AST.FromFile.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/AST.FromFile.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 Google, Inc.
Copyright (C) 2022-2024 Arm Limited.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/locales/an.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/locales/wa.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/locales/an.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/wa.txt
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseables.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseables.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/LiveTraverser.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/iomapper.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseables.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseables.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/LiveTraverser.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/iomapper.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Remap.FromFile.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Remap.FromFile.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslAttributes.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslAttributes.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslAttributes.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslAttributes.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/thaidict.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/escapesrc/cptbl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/thaidict.txt
FILE: ../../../flutter/third_party/icu/source/tools/escapesrc/cptbl.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016 and later: Unicode, Inc. and others.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/cstr.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dayperiodrules.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/dayperiodrules.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/cstr.h
FILE: ../../../flutter/third_party/icu/source/i18n/dayperiodrules.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dayperiodrules.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ureldatefmt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ureldatefmt.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Link.FromFile.Vk.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/Link.FromFile.Vk.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016-2017 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/GlslMapIO.FromFile.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/VkRelaxed.FromFile.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/GlslMapIO.FromFile.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/VkRelaxed.FromFile.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016-2017 Google, Inc.
Copyright (C) 2020 The Khronos Group Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/iomapper.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/iomapper.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2016-2017 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseHelper.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseHelper.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016-2018 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslGrammar.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslGrammar.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslGrammar.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslGrammar.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2016-2018 Google, Inc.
Copyright (C) 2016 LunarG, Inc.
Copyright (C) 2023 Mobica Limited.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/attribute.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/attribute.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2017 LunarG, Inc.
Copyright (C) 2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/attribute.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/attribute.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2017 LunarG, Inc.
Copyright (C) 2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of Google, Inc., nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseHelper.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/hlslParseHelper.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2017-2018 Google, Inc.
Copyright (C) 2017 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvPostProcess.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/SpvPostProcess.cpp
----------------------------------------------------------------------------------------------------
Copyright (C) 2018 Google, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/pch.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/pch.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/pch.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/HLSL/pch.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/pch.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/gtests/pch.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2018 The Khronos Group Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/build_info.h.tmpl
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/standalone.gclient
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/build_info.h.tmpl
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/standalone.gclient
----------------------------------------------------------------------------------------------------
Copyright (C) 2020 The Khronos Group Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of The Khronos Group Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/span.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/span.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2023 LunarG, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3491.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3530cs.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3530csci.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3530mixp.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3722.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3920node.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3920res.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4011.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4013.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4505.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4518.txt
ORIGIN: http://www.ietf.org/rfc/rfc3454.txt referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4518ci.txt
TYPE: LicenseType.ietf
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3491.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530cs.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530csci.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530mixp.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3722.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3920node.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3920res.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4011.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4013.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4505.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4518.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4518ci.txt
----------------------------------------------------------------------------------------------------
Copyright (C) The Internet Society (2002). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
====================================================================================================
====================================================================================================
LIBRARY: libtess2
ORIGIN: ../../../flutter/third_party/libtess2/Include/tesselator.h
ORIGIN: ../../../flutter/third_party/libtess2/LICENSE.txt
ORIGIN: ../../../flutter/third_party/libtess2/Source/bucketalloc.c
ORIGIN: ../../../flutter/third_party/libtess2/Source/bucketalloc.h
ORIGIN: ../../../flutter/third_party/libtess2/Source/dict.c
ORIGIN: ../../../flutter/third_party/libtess2/Source/dict.h
ORIGIN: ../../../flutter/third_party/libtess2/Source/geom.c
ORIGIN: ../../../flutter/third_party/libtess2/Source/geom.h
ORIGIN: ../../../flutter/third_party/libtess2/Source/mesh.c
ORIGIN: ../../../flutter/third_party/libtess2/Source/mesh.h
ORIGIN: ../../../flutter/third_party/libtess2/Source/priorityq.c
ORIGIN: ../../../flutter/third_party/libtess2/Source/priorityq.h
ORIGIN: ../../../flutter/third_party/libtess2/Source/sweep.c
ORIGIN: ../../../flutter/third_party/libtess2/Source/sweep.h
ORIGIN: ../../../flutter/third_party/libtess2/Source/tess.c
ORIGIN: ../../../flutter/third_party/libtess2/Source/tess.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/libtess2/Bin/bg.svg
FILE: ../../../flutter/third_party/libtess2/Bin/fg.svg
FILE: ../../../flutter/third_party/libtess2/Include/tesselator.h
FILE: ../../../flutter/third_party/libtess2/Source/bucketalloc.c
FILE: ../../../flutter/third_party/libtess2/Source/bucketalloc.h
FILE: ../../../flutter/third_party/libtess2/Source/dict.c
FILE: ../../../flutter/third_party/libtess2/Source/dict.h
FILE: ../../../flutter/third_party/libtess2/Source/geom.c
FILE: ../../../flutter/third_party/libtess2/Source/geom.h
FILE: ../../../flutter/third_party/libtess2/Source/mesh.c
FILE: ../../../flutter/third_party/libtess2/Source/mesh.h
FILE: ../../../flutter/third_party/libtess2/Source/priorityq.c
FILE: ../../../flutter/third_party/libtess2/Source/priorityq.h
FILE: ../../../flutter/third_party/libtess2/Source/sweep.c
FILE: ../../../flutter/third_party/libtess2/Source/sweep.h
FILE: ../../../flutter/third_party/libtess2/Source/tess.c
FILE: ../../../flutter/third_party/libtess2/Source/tess.h
FILE: ../../../flutter/third_party/libtess2/premake4.lua
----------------------------------------------------------------------------------------------------
Copyright (C) [dates of first publication] Silicon Graphics, Inc.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice including the dates of first publication and either this
permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC.
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of Silicon Graphics, Inc. shall not
be used in advertising or otherwise to promote the sale, use or other dealings in
this Software without prior written authorization from Silicon Graphics, Inc.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/rbt_rule.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_rule.h
----------------------------------------------------------------------------------------------------
Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/tjunittest.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libjpeg-turbo/src/tjunittest.c
----------------------------------------------------------------------------------------------------
Copyright (C)2009-2014 D. R. Commander. 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 the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg.h
----------------------------------------------------------------------------------------------------
Copyright (C)2009-2015 D. R. Commander. 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 the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/tjbench.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libjpeg-turbo/src/tjbench.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg.c
----------------------------------------------------------------------------------------------------
Copyright (C)2009-2016 D. R. Commander. 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 the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/bmp.h
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/jcstest.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/tjutil.c
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/tjutil.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libjpeg-turbo/src/bmp.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcstest.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/tjutil.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/tjutil.h
----------------------------------------------------------------------------------------------------
Copyright (C)2011 D. R. Commander. 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 the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/bmp.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libjpeg-turbo/src/bmp.c
----------------------------------------------------------------------------------------------------
Copyright (C)2011, 2015 D. R. Commander. 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 the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg-jni.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg-jni.c
----------------------------------------------------------------------------------------------------
Copyright (C)2011-2016 D. R. Commander. 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 the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/normlzr.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/normlzr.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 1996-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unorm.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unorm.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 1996-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/normlzr.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/normlzr.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1996-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/ucol.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucol.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1996-2015, International Business Machines Corporation and others.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/unorm.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/unorm.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1996-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucnv_bld.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucnv_bld.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 1996-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/expat_external.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/expat_external.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2000-2004 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2001-2002 Greg Stein <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2016 Cristian Rodríguez <[email protected]>
Copyright (c) 2016-2019 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2018 Yury Gribov <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/expat.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/expat.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2000-2005 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2001-2002 Greg Stein <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2016 Cristian Rodríguez <[email protected]>
Copyright (c) 2016 Thomas Beutlich <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2022 Thijs Schreijer <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmlparse.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmlparse.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2000-2006 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2001-2002 Greg Stein <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2005-2009 Steven Solie <[email protected]>
Copyright (c) 2016 Eric Rahm <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2016 Gaurav <[email protected]>
Copyright (c) 2016 Thomas Beutlich <[email protected]>
Copyright (c) 2016 Gustavo Grieco <[email protected]>
Copyright (c) 2016 Pascal Cuoq <[email protected]>
Copyright (c) 2016 Ed Schouten <[email protected]>
Copyright (c) 2017-2022 Rhodri James <[email protected]>
Copyright (c) 2017 Václav Slavík <[email protected]>
Copyright (c) 2017 Viktor Szakats <[email protected]>
Copyright (c) 2017 Chanho Park <[email protected]>
Copyright (c) 2017 Rolf Eike Beer <[email protected]>
Copyright (c) 2017 Hans Wennborg <[email protected]>
Copyright (c) 2018 Anton Maklakov <[email protected]>
Copyright (c) 2018 Benjamin Peterson <[email protected]>
Copyright (c) 2018 Marco Maggi <[email protected]>
Copyright (c) 2018 Mariusz Zaborski <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2019-2020 Ben Wagner <[email protected]>
Copyright (c) 2019 Vadim Zeitlin <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Copyright (c) 2022 Samanta Navarro <[email protected]>
Copyright (c) 2022 Jeffrey Walton <[email protected]>
Copyright (c) 2022 Jann Horn <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/unixfilemap.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/unixfilemap.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2006 Karl Waclawek <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmltok.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmltok.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2005-2009 Steven Solie <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2016 Pascal Cuoq <[email protected]>
Copyright (c) 2016 Don Lewis <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2017 Alexander Bluhm <[email protected]>
Copyright (c) 2017 Benbuck Nason <[email protected]>
Copyright (c) 2017 José Gutiérrez de la Concha <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/xmlwf.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/xmlwf.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2004-2009 Karl Waclawek <[email protected]>
Copyright (c) 2005-2007 Steven Solie <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2020 Joe Orton <[email protected]>
Copyright (c) 2020 Kleber Tarcísio <[email protected]>
Copyright (c) 2021 Tim Bray <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/readfilemap.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/readfilemap.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2001-2004 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2009 Karl Waclawek <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2017 Franek Korta <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmltok.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmltok.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2005 Karl Waclawek <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmltok_impl.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmltok_impl.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2016 Karl Waclawek <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2018 Benjamin Peterson <[email protected]>
Copyright (c) 2018 Anton Maklakov <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2020 Boris Kolpackov <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/xmlfile.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/xmlfile.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2005 Karl Waclawek <[email protected]>
Copyright (c) 2016-2019 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/codepage.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/codepage.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2005-2006 Karl Waclawek <[email protected]>
Copyright (c) 2016-2019 Sebastian Pipping <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/gennmtab/gennmtab.c
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/codepage.h
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/filemap.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/gennmtab/gennmtab.c
FILE: ../../../flutter/third_party/expat/expat/xmlwf/codepage.h
FILE: ../../../flutter/third_party/expat/expat/xmlwf/filemap.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/win32filemap.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/win32filemap.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2022 Martin Ettl <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/asciitab.h
ORIGIN: ../../../flutter/third_party/expat/expat/lib/iasciitab.h
ORIGIN: ../../../flutter/third_party/expat/expat/lib/latin1tab.h
ORIGIN: ../../../flutter/third_party/expat/expat/lib/utf8tab.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/asciitab.h
FILE: ../../../flutter/third_party/expat/expat/lib/iasciitab.h
FILE: ../../../flutter/third_party/expat/expat/lib/latin1tab.h
FILE: ../../../flutter/third_party/expat/expat/lib/utf8tab.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmltok_ns.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmltok_ns.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2017-2021 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmlrole.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmlrole.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2002-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2005-2009 Steven Solie <[email protected]>
Copyright (c) 2016-2021 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmlrole.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmlrole.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Karl Waclawek <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/xmlfile.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/xmlfile.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2004-2006 Karl Waclawek <[email protected]>
Copyright (c) 2005-2007 Steven Solie <[email protected]>
Copyright (c) 2016-2021 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Copyright (c) 2021 Dong-hee Na <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/xmltok_impl.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/xmltok_impl.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2017-2019 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/ct.c
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/xmlmime.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/ct.c
FILE: ../../../flutter/third_party/expat/expat/xmlwf/xmlmime.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/xmlmime.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/xmlmime.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2016-2018 Sebastian Pipping <[email protected]>
Copyright (c) 2018 Marco Maggi <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/xmlwf/xmltchar.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/xmlwf/xmltchar.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
Copyright (c) 2016-2021 Sebastian Pipping <[email protected]>
Copyright (c) 2017 Rhodri James <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/selfmtimpl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/selfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/umsg.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/selfmtimpl.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/selfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/umsg.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2011, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/utimer.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/utimer.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/docmain.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/selfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/docmain.h
FILE: ../../../flutter/third_party/icu/source/i18n/selfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/msgfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/msgfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/timezone.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/timezone.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1997-2016, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/COPYING
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/expat.pc.in
FILE: ../../../flutter/third_party/expat/expat/lib/siphash.h
FILE: ../../../flutter/third_party/expat/expat/win32/version.rc
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
Copyright (c) 2001-2022 Expat maintainers
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/base.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/internal.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/err.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/err.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/err.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/arm_arch.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/arm_arch.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_akey.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_akeya.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_bcons.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_bitst.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_enum.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_extku.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_ia5.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_info.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_lib.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_prn.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_skey.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_akey.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_akeya.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_bcons.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_bitst.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_enum.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_extku.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_ia5.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_info.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_lib.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_prn.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_skey.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1999 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/ascii.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/ascii.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2000 Thai Open Source Software Center Ltd
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2007 Karl Waclawek <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_conf.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_conf.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_alt.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_utl.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_alt.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_utl.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/ext_dat.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_cpols.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_int.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_purp.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/ext_dat.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_cpols.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_int.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_purp.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_lib.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/dtls_method.cc
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_method.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_crld.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_genn.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_crld.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_genn.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/gencolusb/verify_uset.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/gencolusb/verify_uset.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/gencolusb/extract_unsafe_backwards.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/gencolusb/extract_unsafe_backwards.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/winconfig.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/winconfig.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2002 Greg Stein <[email protected]>
Copyright (c) 2005 Karl Waclawek <[email protected]>
Copyright (c) 2017-2021 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/nametab.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/nametab.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2000 Clark Cooper <[email protected]>
Copyright (c) 2017 Sebastian Pipping <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2000 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_asn1.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_asn1.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/extra/uconv/resources/fr.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/extra/uconv/resources/root.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/extra/uconv/resources/fr.txt
FILE: ../../../flutter/third_party/icu/source/extra/uconv/resources/root.txt
----------------------------------------------------------------------------------------------------
Copyright (c) 2000-2004 IBM, Inc. and Others.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/dh_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/dh_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/symtable.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nultrans.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/symtable.h
FILE: ../../../flutter/third_party/icu/source/i18n/nultrans.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2000-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/nultrans.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/nultrans.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2000-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2001 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbisetb.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbisetb.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2005, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/esctrn.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/remtrans.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unesctrn.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/esctrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/remtrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/unesctrn.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2007, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/common.rc + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/misc/icudata.rc + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/i18n.rc + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/io/io.rc + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/common.rc
FILE: ../../../flutter/third_party/icu/source/data/misc/icudata.rc
FILE: ../../../flutter/third_party/icu/source/i18n/i18n.rc
FILE: ../../../flutter/third_party/icu/source/io/io.rc
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2010 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/util.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/util.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/esctrn.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/remtrans.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unesctrn.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/util.cpp
FILE: ../../../flutter/third_party/icu/source/common/util.h
FILE: ../../../flutter/third_party/icu/source/i18n/esctrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/remtrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unesctrn.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unifilt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unifilt.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/strmatch.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/strmatch.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2012, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/transreg.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/transreg.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/transreg.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/transreg.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/charstr.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/charstr.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/util_props.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/util_props.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbinode.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbinode.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2001-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/Pp.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpAtom.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpScanner.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/Pp.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpAtom.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpScanner.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpTokens.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration of your agreement to the following terms, and your use,
installation, modification or redistribution of this NVIDIA software
constitutes acceptance of these terms. If you do not agree with these
terms, please do not use, install, modify or redistribute this NVIDIA
software.
In consideration of your agreement to abide by the following terms, and
subject to these terms, NVIDIA grants you a personal, non-exclusive
license, under NVIDIA's copyrights in this original NVIDIA software (the
"NVIDIA Software"), to use, reproduce, modify and redistribute the
NVIDIA Software, with or without modifications, in source and/or binary
forms; provided that if you redistribute the NVIDIA Software, you must
retain the copyright notice of NVIDIA, this notice and the following
text and disclaimers in all such redistributions of the NVIDIA Software.
Neither the name, trademarks, service marks nor logos of NVIDIA
Corporation may be used to endorse or promote products derived from the
NVIDIA Software without specific prior written permission from NVIDIA.
Except as expressly stated in this notice, no other rights or licenses
express or implied, are granted by NVIDIA herein, including but not
limited to any patent rights that may be infringed by your derivative
works or by other works in which the NVIDIA Software may be
incorporated. No hardware is licensed hereunder.
THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED,
INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE,
NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER
PRODUCTS.
IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT,
INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY
OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE
NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT,
TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF
NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: expat
ORIGIN: ../../../flutter/third_party/expat/expat/lib/internal.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/expat/expat/lib/internal.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2003 Fred L. Drake, Jr. <[email protected]>
Copyright (c) 2002-2006 Karl Waclawek <[email protected]>
Copyright (c) 2003 Greg Stein <[email protected]>
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]>
Copyright (c) 2018 Yury Gribov <[email protected]>
Copyright (c) 2019 David Loffredo <[email protected]>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unifunct.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unifunct.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/unifunct.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/unirepl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/unifunct.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unirepl.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2005, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/testdata.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/tstdtmod.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/testdata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/tstdtmod.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2005, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/LICENSE.md
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/glfw.rc.in
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/context.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/context.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2016 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/linux_joystick.c
ORIGIN: ../../../flutter/third_party/glfw/src/posix_thread.c
ORIGIN: ../../../flutter/third_party/glfw/src/posix_thread.h
ORIGIN: ../../../flutter/third_party/glfw/src/posix_time.c
ORIGIN: ../../../flutter/third_party/glfw/src/posix_time.h
ORIGIN: ../../../flutter/third_party/glfw/src/win32_thread.c
ORIGIN: ../../../flutter/third_party/glfw/src/win32_thread.h
ORIGIN: ../../../flutter/third_party/glfw/src/win32_time.c
ORIGIN: ../../../flutter/third_party/glfw/src/win32_time.h
ORIGIN: ../../../flutter/third_party/glfw/src/xkb_unicode.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/linux_joystick.c
FILE: ../../../flutter/third_party/glfw/src/posix_thread.c
FILE: ../../../flutter/third_party/glfw/src/posix_thread.h
FILE: ../../../flutter/third_party/glfw/src/posix_time.c
FILE: ../../../flutter/third_party/glfw/src/posix_time.h
FILE: ../../../flutter/third_party/glfw/src/win32_thread.c
FILE: ../../../flutter/third_party/glfw/src/win32_thread.h
FILE: ../../../flutter/third_party/glfw/src/win32_time.c
FILE: ../../../flutter/third_party/glfw/src/win32_time.h
FILE: ../../../flutter/third_party/glfw/src/xkb_unicode.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/include/GLFW/glfw3native.h
ORIGIN: ../../../flutter/third_party/glfw/src/init.c
ORIGIN: ../../../flutter/third_party/glfw/src/platform.c
ORIGIN: ../../../flutter/third_party/glfw/src/platform.h
ORIGIN: ../../../flutter/third_party/glfw/src/vulkan.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/include/GLFW/glfw3native.h
FILE: ../../../flutter/third_party/glfw/src/init.c
FILE: ../../../flutter/third_party/glfw/src/platform.c
FILE: ../../../flutter/third_party/glfw/src/platform.h
FILE: ../../../flutter/third_party/glfw/src/vulkan.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2018 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/include/GLFW/glfw3.h
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_monitor.m
ORIGIN: ../../../flutter/third_party/glfw/src/egl_context.c
ORIGIN: ../../../flutter/third_party/glfw/src/glx_context.c
ORIGIN: ../../../flutter/third_party/glfw/src/input.c
ORIGIN: ../../../flutter/third_party/glfw/src/internal.h
ORIGIN: ../../../flutter/third_party/glfw/src/monitor.c
ORIGIN: ../../../flutter/third_party/glfw/src/wgl_context.c
ORIGIN: ../../../flutter/third_party/glfw/src/win32_init.c
ORIGIN: ../../../flutter/third_party/glfw/src/win32_joystick.c
ORIGIN: ../../../flutter/third_party/glfw/src/win32_monitor.c
ORIGIN: ../../../flutter/third_party/glfw/src/win32_platform.h
ORIGIN: ../../../flutter/third_party/glfw/src/win32_window.c
ORIGIN: ../../../flutter/third_party/glfw/src/x11_init.c
ORIGIN: ../../../flutter/third_party/glfw/src/x11_monitor.c
ORIGIN: ../../../flutter/third_party/glfw/src/x11_platform.h
ORIGIN: ../../../flutter/third_party/glfw/src/x11_window.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/include/GLFW/glfw3.h
FILE: ../../../flutter/third_party/glfw/src/cocoa_monitor.m
FILE: ../../../flutter/third_party/glfw/src/egl_context.c
FILE: ../../../flutter/third_party/glfw/src/glx_context.c
FILE: ../../../flutter/third_party/glfw/src/input.c
FILE: ../../../flutter/third_party/glfw/src/internal.h
FILE: ../../../flutter/third_party/glfw/src/monitor.c
FILE: ../../../flutter/third_party/glfw/src/wgl_context.c
FILE: ../../../flutter/third_party/glfw/src/win32_init.c
FILE: ../../../flutter/third_party/glfw/src/win32_joystick.c
FILE: ../../../flutter/third_party/glfw/src/win32_monitor.c
FILE: ../../../flutter/third_party/glfw/src/win32_platform.h
FILE: ../../../flutter/third_party/glfw/src/win32_window.c
FILE: ../../../flutter/third_party/glfw/src/x11_init.c
FILE: ../../../flutter/third_party/glfw/src/x11_monitor.c
FILE: ../../../flutter/third_party/glfw/src/x11_platform.h
FILE: ../../../flutter/third_party/glfw/src/x11_window.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/window.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/window.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy <[email protected]>
Copyright (c) 2012 Torsten Walluhn <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/usetiter.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/usetiter.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/datamap.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/datamap.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testdata.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/datamap.cpp
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/datamap.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testdata.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/anytrans.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/anytrans.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2007, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tridpars.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/tridpars.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2010, International Business Machines Corporation *
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/propname.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/propname.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/funcrepl.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/strrepl.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/funcrepl.h
FILE: ../../../flutter/third_party/icu/source/i18n/strrepl.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2011, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/funcrepl.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/strrepl.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/funcrepl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/strrepl.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2012, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/uperf.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/uperf.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/propname.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/usetiter.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustrenum.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ustrenum.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/uperf.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/propname.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/usetiter.h
FILE: ../../../flutter/third_party/icu/source/common/ustrenum.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrenum.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/uperf.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/anytrans.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/tridpars.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/anytrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tridpars.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2014, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/tstdtmod.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/tstdtmod.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/title.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/title.txt
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/line.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_cj.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose_cj.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal_cj.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal_cj.txt
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2016 International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbitblb.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/rbbitblb.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucurr.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ucurrimp.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucurr.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/rbbitblb.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbitblb.h
FILE: ../../../flutter/third_party/icu/source/common/ucurr.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucurrimp.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucurr.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_ncons.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_pcons.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_pmaps.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_ncons.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_pcons.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_pmaps.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2003 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ucat.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ucat.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2003, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/ucat.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucat.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2003-2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/gregoimp.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/gregoimp.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/gregoimp.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/gregoimp.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2003-2008, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/msvcres.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/msvcres.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2003-2010 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/ruleiter.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/ruleiter.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/ruleiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ruleiter.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2003-2011, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/olsontz.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/olsontz.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/olsontz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/olsontz.h
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2003-2013, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2003-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/internal.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/internal.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2004 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/curramt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/curramt.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2004, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/curramt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/curramt.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2004-2006, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testlog.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testlog.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2004-2010, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/currfmt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/currfmt.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2004-2014 International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/locbased.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/locbased.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/currfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/currunit.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/measure.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/currunit.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/locbased.cpp
FILE: ../../../flutter/third_party/icu/source/common/locbased.h
FILE: ../../../flutter/third_party/icu/source/i18n/currfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/currunit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/measure.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/currunit.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2004-2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/measure.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/measure.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2004-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/Doxyfile.in + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/Doxyfile.in
----------------------------------------------------------------------------------------------------
Copyright (c) 2004-2015, International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/measfmt.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/measunit.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/measfmt.h + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/measunit.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/measfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/measunit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/measfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/measunit.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2004-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2005 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/print.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/print.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2006 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: rapidjson
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/inttypes.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/stdint.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/inttypes.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/stdint.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2006-2013 Alexander Chemeris
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the product nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_joystick.h
ORIGIN: ../../../flutter/third_party/glfw/src/null_joystick.h
ORIGIN: ../../../flutter/third_party/glfw/src/win32_joystick.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/cocoa_joystick.h
FILE: ../../../flutter/third_party/glfw/src/null_joystick.h
FILE: ../../../flutter/third_party/glfw/src/win32_joystick.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2006-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/mappings.h
ORIGIN: ../../../flutter/third_party/glfw/src/mappings.h.in
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/mappings.h
FILE: ../../../flutter/third_party/glfw/src/mappings.h.in
----------------------------------------------------------------------------------------------------
Copyright (c) 2006-2018 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2007-2012, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2007-2012, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/ctestfw/ucln_ct.c + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/ucln_ct.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2007-2013, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/ucln_tu.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucln_tu.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2007-2014, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2007-2016, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: libXNVCtrl
ORIGIN: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/NVCtrl.c
ORIGIN: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/NVCtrlLib.h
ORIGIN: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/nv_control.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/NVCtrl.c
FILE: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/NVCtrlLib.h
FILE: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/nv_control.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2008 NVIDIA, Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2008 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: include
ORIGIN: ../../../flutter/third_party/inja/third_party/include/nlohmann/json.hpp
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/inja/third_party/include/nlohmann/json.hpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2008-2009 Bjoern Hoehrmann <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regextxt.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regextxt.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2008-2010, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/regextxt.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/regextxt.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2008-2011, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2008-2015, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/KHR/khrplatform.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/angle/include/KHR/khrplatform.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2008-2018 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: include
ORIGIN: ../../../flutter/third_party/inja/third_party/include/nlohmann/json.hpp
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/inja/third_party/include/nlohmann/json.hpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2009 Florian Loitsch.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/insets.cc + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/insets.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2009 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3491.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3530cs.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3530csci.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3530mixp.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3722.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3920res.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc4011.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc4013.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc4505.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc4518.txt + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc4518ci.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3491.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530cs.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530csci.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530mixp.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3722.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3920res.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4011.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4013.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4505.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4518.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4518ci.txt
----------------------------------------------------------------------------------------------------
Copyright (c) 2009, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_time.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/cocoa_time.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2016 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_init.m
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_platform.h
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_window.m
ORIGIN: ../../../flutter/third_party/glfw/src/nsgl_context.m
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/cocoa_init.m
FILE: ../../../flutter/third_party/glfw/src/cocoa_platform.h
FILE: ../../../flutter/third_party/glfw/src/cocoa_window.m
FILE: ../../../flutter/third_party/glfw/src/nsgl_context.m
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2019 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_joystick.m
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/cocoa_joystick.m
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2019 Camilla Löwy <[email protected]>
Copyright (c) 2012 Torsten Walluhn <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_time.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/cocoa_time.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2021 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: libXNVCtrl
ORIGIN: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/NVCtrl.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/angle/src/third_party/libXNVCtrl/NVCtrl.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2010 NVIDIA, Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/base/win/scoped_bstr.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/scoped_variant.cc + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/base/win/scoped_bstr.cc
FILE: ../../../flutter/third_party/accessibility/base/win/scoped_variant.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2010 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2010 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/.pylintrc
FILE: ../../../flutter/third_party/libwebp/extras/webp_quality.c
FILE: ../../../flutter/third_party/libwebp/sharpyuv/libsharpyuv.pc.in
FILE: ../../../flutter/third_party/libwebp/sharpyuv/libsharpyuv.rc
FILE: ../../../flutter/third_party/libwebp/src/demux/libwebpdemux.pc.in
FILE: ../../../flutter/third_party/libwebp/src/demux/libwebpdemux.rc
FILE: ../../../flutter/third_party/libwebp/src/libwebp.pc.in
FILE: ../../../flutter/third_party/libwebp/src/libwebp.rc
FILE: ../../../flutter/third_party/libwebp/src/libwebpdecoder.pc.in
FILE: ../../../flutter/third_party/libwebp/src/libwebpdecoder.rc
FILE: ../../../flutter/third_party/libwebp/src/mux/libwebpmux.pc.in
FILE: ../../../flutter/third_party/libwebp/src/mux/libwebpmux.rc
----------------------------------------------------------------------------------------------------
Copyright (c) 2010, Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: include
ORIGIN: ../../../flutter/third_party/inja/third_party/include/hayai/LICENSE.md
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_benchmarker.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_compatibility.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_console.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_console_outputter.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_default_test_factory.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_fixture.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_json_outputter.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_junit_xml_outputter.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_main.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_outputter.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_test.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_test_descriptor.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_test_factory.hpp
FILE: ../../../flutter/third_party/inja/third_party/include/hayai/hayai_test_result.hpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2011 - Nick Bruun.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. If you meet (any of) the author(s), you're encouraged to buy them a beer,
a drink or whatever is suited to the situation, given that you like the
software.
4. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/accessibility/base/auto_reset.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/atl_module.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/display.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/display.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/enum_variant.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/enum_variant.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/scoped_bstr.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/scoped_variant.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/containers/mru_cache.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/sha1.cc + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/sha1.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/base/auto_reset.h
FILE: ../../../flutter/third_party/accessibility/base/win/atl_module.h
FILE: ../../../flutter/third_party/accessibility/base/win/display.cc
FILE: ../../../flutter/third_party/accessibility/base/win/display.h
FILE: ../../../flutter/third_party/accessibility/base/win/enum_variant.cc
FILE: ../../../flutter/third_party/accessibility/base/win/enum_variant.h
FILE: ../../../flutter/third_party/accessibility/base/win/scoped_bstr.h
FILE: ../../../flutter/third_party/accessibility/base/win/scoped_variant.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/containers/mru_cache.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/sha1.cc
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/sha1.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2011 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/params.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/dh_extra/params.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/khmerdict.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/khmerdict.txt
----------------------------------------------------------------------------------------------------
Copyright (c) 2011-2012 International Business Machines Corporation
and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/ax_build/build_config.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/base_export.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/insets.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/insets_f.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/insets_f.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/point.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/point.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/point_conversions.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/point_conversions.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/point_f.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/point_f.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/rect.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/rect.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/rect_conversions.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/rect_conversions.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/rect_f.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/rect_f.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/size.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/size.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/size_conversions.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/size_conversions.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/size_f.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/size_f.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_conversions.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_conversions.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_f.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_f.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/native_widget_types.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/range/range.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/range/range.h + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax_build/build_config.h
FILE: ../../../flutter/third_party/accessibility/base/base_export.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/insets.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/insets_f.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/insets_f.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/point.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/point.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/point_conversions.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/point_conversions.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/point_f.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/point_f.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/rect.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/rect.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/rect_conversions.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/rect_conversions.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/rect_f.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/rect_f.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/size.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/size.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/size_conversions.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/size_conversions.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/size_f.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/size_f.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_conversions.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_conversions.h
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_f.cc
FILE: ../../../flutter/third_party/accessibility/gfx/geometry/vector2d_f.h
FILE: ../../../flutter/third_party/accessibility/gfx/native_widget_types.h
FILE: ../../../flutter/third_party/accessibility/gfx/range/range.cc
FILE: ../../../flutter/third_party/accessibility/gfx/range/range.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2012 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2012 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/accessibility/gfx/gfx_export.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/trace_event/trace_event.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/gfx/gfx_export.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/trace_event/trace_event.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/gl_types.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/gl_types.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/internal.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/internal.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: khronos
ORIGIN: ../../../flutter/third_party/angle/src/third_party/khronos/GL/wglext.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/angle/src/third_party/khronos/GL/wglext.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2014 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/GLES/glext.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/angle/include/GLES/glext.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/GLES/gl.h
ORIGIN: ../../../flutter/third_party/angle/include/WGL/wgl.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/angle/include/GLES/gl.h
FILE: ../../../flutter/third_party/angle/include/WGL/wgl.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2018 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: include
ORIGIN: ../../../flutter/third_party/inja/third_party/include/nlohmann/json.hpp
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/inja/third_party/include/nlohmann/json.hpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2019 Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: json
ORIGIN: ../../../flutter/third_party/json/LICENSE.MIT
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/json/include/nlohmann/adl_serializer.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/byte_container_with_subtype.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/abi_macros.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/conversions/from_json.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/conversions/to_chars.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/conversions/to_json.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/exceptions.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/hash.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/input/binary_reader.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/input/input_adapters.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/input/json_sax.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/input/lexer.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/input/parser.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/input/position_t.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/iterators/internal_iterator.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/iterators/iter_impl.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/iterators/iteration_proxy.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/iterators/iterator_traits.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/iterators/primitive_iterator.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/json_custom_base_class.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/json_pointer.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/json_ref.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/macro_scope.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/macro_unscope.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/call_std/begin.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/call_std/end.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/cpp_future.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/detected.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/identity_tag.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/is_sax.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/std_fs.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/type_traits.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/meta/void_t.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/output/binary_writer.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/output/output_adapters.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/output/serializer.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/string_concat.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/string_escape.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/detail/value_t.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/json.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/json_fwd.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/ordered_map.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/thirdparty/hedley/hedley.hpp
FILE: ../../../flutter/third_party/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
FILE: ../../../flutter/third_party/json/nlohmann_json.natvis
FILE: ../../../flutter/third_party/json/single_include/nlohmann/json.hpp
FILE: ../../../flutter/third_party/json/single_include/nlohmann/json_fwd.hpp
FILE: ../../../flutter/third_party/json/tools/amalgamate/config_json.json
FILE: ../../../flutter/third_party/json/tools/amalgamate/config_json_fwd.json
FILE: ../../../flutter/third_party/json/tools/generate_natvis/nlohmann_json.natvis.j2
FILE: ../../../flutter/third_party/json/tools/macro_builder/main.cpp
FILE: ../../../flutter/third_party/json/tools/serve_header/demo.png
FILE: ../../../flutter/third_party/json/tools/serve_header/serve_header.yml.example
FILE: ../../../flutter/third_party/json/wsjcpp.yml
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2022 Niels Lohmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/linux_joystick.h
ORIGIN: ../../../flutter/third_party/glfw/src/wl_init.c
ORIGIN: ../../../flutter/third_party/glfw/src/wl_monitor.c
ORIGIN: ../../../flutter/third_party/glfw/src/wl_platform.h
ORIGIN: ../../../flutter/third_party/glfw/src/wl_window.c
ORIGIN: ../../../flutter/third_party/glfw/src/xkb_unicode.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/linux_joystick.h
FILE: ../../../flutter/third_party/glfw/src/wl_init.c
FILE: ../../../flutter/third_party/glfw/src/wl_monitor.c
FILE: ../../../flutter/third_party/glfw/src/wl_platform.h
FILE: ../../../flutter/third_party/glfw/src/wl_window.c
FILE: ../../../flutter/third_party/glfw/src/xkb_unicode.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014 Jonas Ådahl <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/base/win/windows_types.h + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/base/win/windows_types.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/crypto.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/urandom.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/args.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/client.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/const.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/digest.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/server.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/speed.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/tool.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/crypto.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/urandom.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h
FILE: ../../../flutter/third_party/boringssl/src/tool/args.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/client.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/const.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/digest.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/internal.h
FILE: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/server.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/speed.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/tool.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/scientificnumberformatter.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/scientificnumberformatter.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2014, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.AMD.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.EXT.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.std.450.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.AMD.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.EXT.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.std.450.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014-2016 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/unicode/scientificnumberformatter.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/scientificnumberformatter.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014-2016, International Business Machines
Corporation and others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.NV.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.NV.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: glslang
LIBRARY: spirv-cross
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/spirv.hpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv.hpp
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/spirv.hpp
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv.h
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/spirv.hpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2014-2020 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.KHR.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.KHR.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014-2020 The Khronos Group Inc.
Copyright (C) 2022-2024 Arm Limited.
Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/err_data.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/refcount.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_none.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_win.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/rand.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/err_data.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/refcount.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_none.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_win.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/rand.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2015, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3920node.txt + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3920node.txt
----------------------------------------------------------------------------------------------------
Copyright (c) 2015, International Business Machines Corporation and
others. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: fiat
ORIGIN: ../../../flutter/third_party/boringssl/src/third_party/fiat/LICENSE
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_mul.S
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_square.S
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_32.h
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64.h
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64_adx.h
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64_msvc.h
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_32.h
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_64.h
FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_64_msvc.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2015-2020 the fiat-crypto authors (see
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/null_init.c
ORIGIN: ../../../flutter/third_party/glfw/src/null_platform.h
ORIGIN: ../../../flutter/third_party/glfw/src/osmesa_context.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/null_init.c
FILE: ../../../flutter/third_party/glfw/src/null_platform.h
FILE: ../../../flutter/third_party/glfw/src/osmesa_context.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2016 Google Inc.
Copyright (c) 2016-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/null_monitor.c
ORIGIN: ../../../flutter/third_party/glfw/src/null_window.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/null_monitor.c
FILE: ../../../flutter/third_party/glfw/src/null_window.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2016 Google Inc.
Copyright (c) 2016-2019 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go
FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2016, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/null_joystick.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/null_joystick.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2016-2017 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/crypto_test_data.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.c
ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/span.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/file.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/sign.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/crypto_test_data.cc
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.c
FILE: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/span.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/file.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/sign.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2017, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S
----------------------------------------------------------------------------------------------------
Copyright (c) 2017, the HRSS authors.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: ffx_spd
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ffx_a.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ffx_a.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) <2014> <Michal Drobot>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: ffx_spd
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ffx_spd.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ffx_spd.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: vulkan-validation-layers
LIBRARY: vulkan_memory_allocator
ORIGIN: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h
ORIGIN: ../../../flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h
FILE: ../../../flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/NonSemanticShaderDebugInfo100.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/NonSemanticShaderDebugInfo100.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2018 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/md5/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/md5/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2018, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2018, Google Inc.
Copyright (c) 2020, Arm Ltd.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: inja
ORIGIN: ../../../flutter/third_party/inja/LICENSE
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/inja/include/inja/config.hpp
FILE: ../../../flutter/third_party/inja/include/inja/environment.hpp
FILE: ../../../flutter/third_party/inja/include/inja/exceptions.hpp
FILE: ../../../flutter/third_party/inja/include/inja/function_storage.hpp
FILE: ../../../flutter/third_party/inja/include/inja/lexer.hpp
FILE: ../../../flutter/third_party/inja/include/inja/node.hpp
FILE: ../../../flutter/third_party/inja/include/inja/parser.hpp
FILE: ../../../flutter/third_party/inja/include/inja/renderer.hpp
FILE: ../../../flutter/third_party/inja/include/inja/statistics.hpp
FILE: ../../../flutter/third_party/inja/include/inja/template.hpp
FILE: ../../../flutter/third_party/inja/include/inja/token.hpp
FILE: ../../../flutter/third_party/inja/include/inja/utils.hpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2018-2021 Berscheid
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: inja
ORIGIN: ../../../flutter/third_party/inja/include/inja/inja.hpp
ORIGIN: ../../../flutter/third_party/inja/single_include/inja/inja.hpp
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/inja/include/inja/inja.hpp
FILE: ../../../flutter/third_party/inja/single_include/inja/inja.hpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2018-2021 Lars Berscheid
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2019, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/CInterface/spirv_c_interface.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/CInterface/glslang_c_interface.cpp
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/glslang_c_interface.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/glslang_c_shader_types.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/CInterface/spirv_c_interface.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/CInterface/glslang_c_interface.cpp
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/glslang_c_interface.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/glslang_c_shader_types.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2019, Viktor Latypov
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/QueryMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/QueryMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SyncMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SyncMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_occlusion_query_pool.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_occlusion_query_pool.mm + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/QueryMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/QueryMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SyncMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SyncMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_occlusion_query_pool.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_occlusion_query_pool.mm
----------------------------------------------------------------------------------------------------
Copyright (c) 2020 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/NonSemanticDebugPrintf.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/NonSemanticDebugPrintf.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2020 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/fork_detect.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/fork_detect.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/getrandom_fillin.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/fd.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/fork_detect.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/fork_detect.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/getrandom_fillin.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h
FILE: ../../../flutter/third_party/boringssl/src/tool/fd.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2020, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Public/resource_limits_c.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/ResourceLimits/resource_limits_c.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Public/resource_limits_c.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/ResourceLimits/resource_limits_c.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) 2020, Travis Fort
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: etc_decoder
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/etc_decoder.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/etc_decoder.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2020-2022 Hans-Kristian Arntzen
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/posix_module.c
ORIGIN: ../../../flutter/third_party/glfw/src/win32_module.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/posix_module.c
FILE: ../../../flutter/third_party/glfw/src/win32_module.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2021 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.QCOM.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.QCOM.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2021 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: ceval
ORIGIN: ../../../flutter/third_party/angle/src/third_party/ceval/LICENSE
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/angle/src/third_party/ceval/ceval.h
FILE: ../../../flutter/third_party/angle/src/third_party/ceval/patches/0001-remove-sprintf.patch
----------------------------------------------------------------------------------------------------
Copyright (c) 2021 e_t
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc
FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2021, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.ARM.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.ARM.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2022 ARM Limited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and/or associated documentation files (the "Materials"),
to deal in the Materials without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Materials, and to permit persons to whom the
Materials are furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Materials.
MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS
STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND
HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
IN THE MATERIALS.
====================================================================================================
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../flutter/third_party/glfw/src/posix_poll.c
ORIGIN: ../../../flutter/third_party/glfw/src/posix_poll.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/glfw/src/posix_poll.c
FILE: ../../../flutter/third_party/glfw/src/posix_poll.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2022 Camilla Löwy <[email protected]>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.
====================================================================================================
====================================================================================================
LIBRARY: web_locale_keymap
ORIGIN: ../../../flutter/third_party/web_locale_keymap/lib/web_locale_keymap.dart + ../../../flutter/third_party/web_locale_keymap/License.txt
ORIGIN: ../../../flutter/third_party/web_locale_keymap/lib/web_locale_keymap/key_mappings.g.dart + ../../../flutter/third_party/web_locale_keymap/License.txt
ORIGIN: ../../../flutter/third_party/web_locale_keymap/lib/web_locale_keymap/locale_keymap.dart + ../../../flutter/third_party/web_locale_keymap/License.txt
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/web_locale_keymap/lib/web_locale_keymap.dart
FILE: ../../../flutter/third_party/web_locale_keymap/lib/web_locale_keymap/key_mappings.g.dart
FILE: ../../../flutter/third_party/web_locale_keymap/lib/web_locale_keymap/locale_keymap.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2022 Google LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/time.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/time.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2022, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2022, Robert Nagy <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/keccak.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/kyber.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/target.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/keccak.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/kyber.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/target.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2023, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/decNumber.h (with ../../../flutter/third_party/icu/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/icu/source/i18n/decNumber.h
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2010. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/decContext.h (with ../../../flutter/third_party/icu/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/icu/source/i18n/decContext.h
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2011. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/decContext.cpp (with ../../../flutter/third_party/icu/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/icu/source/i18n/decContext.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2012. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/decNumber.cpp (with ../../../flutter/third_party/icu/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/icu/source/i18n/decNumber.cpp
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2014. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/decNumberLocal.h (with ../../../flutter/third_party/icu/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/icu/source/i18n/decNumberLocal.h
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2016. All rights reserved.
This software is made available under the terms of the
ICU License -- ICU 1.8.1 and later.
====================================================================================================
====================================================================================================
LIBRARY: spring_animation
ORIGIN: ../../../flutter/third_party/spring_animation/spring_animation.h + ../../../flutter/third_party/spring_animation/LICENSE
ORIGIN: ../../../flutter/third_party/spring_animation/spring_animation.mm + ../../../flutter/third_party/spring_animation/LICENSE
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/spring_animation/spring_animation.h
FILE: ../../../flutter/third_party/spring_animation/spring_animation.mm
----------------------------------------------------------------------------------------------------
Copyright (c) Meta Platforms, Inc. and affiliates.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/ms-use/COPYING
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/harfbuzz/src/ms-use/IndicPositionalCategory-Additional.txt
FILE: ../../../flutter/third_party/harfbuzz/src/ms-use/IndicShapingInvalidCluster.txt
FILE: ../../../flutter/third_party/harfbuzz/src/ms-use/IndicSyllabicCategory-Additional.txt
----------------------------------------------------------------------------------------------------
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcfutil.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcfutil.c
----------------------------------------------------------------------------------------------------
Copyright 1990, 1994, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc
----------------------------------------------------------------------------------------------------
Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/bdf/bdf.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/bdf/bdf.h
----------------------------------------------------------------------------------------------------
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2004, 2011 Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/bdf/bdflib.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/bdf/bdflib.c
----------------------------------------------------------------------------------------------------
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2014
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/include/freetype/internal/fthash.h
ORIGIN: ../../../flutter/third_party/freetype2/src/base/fthash.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/fthash.h
FILE: ../../../flutter/third_party/freetype2/src/base/fthash.c
----------------------------------------------------------------------------------------------------
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2015
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcfutil.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcfutil.h
----------------------------------------------------------------------------------------------------
Copyright 2000, 2001, 2004 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcfdrivr.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcfdrivr.h
----------------------------------------------------------------------------------------------------
Copyright 2000-2001, 2002 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcf.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcf.c
----------------------------------------------------------------------------------------------------
Copyright 2000-2001, 2003 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcfread.c
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcfread.c
----------------------------------------------------------------------------------------------------
Copyright 2000-2010, 2012-2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_ocsp.c (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_ocsp.c
----------------------------------------------------------------------------------------------------
Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/stringpiece.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/unicode/stringpiece.h
----------------------------------------------------------------------------------------------------
Copyright 2001 and onwards Google Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/bdf/bdferror.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/bdf/bdferror.h
----------------------------------------------------------------------------------------------------
Copyright 2001, 2002, 2012 Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt
----------------------------------------------------------------------------------------------------
Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h
----------------------------------------------------------------------------------------------------
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
Portions of the attached software ("Contribution") are developed by
SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
The Contribution is licensed pursuant to the Eric Young open source
license provided above.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
----------------------------------------------------------------------------------------------------
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
Portions of the attached software ("Contribution") are developed by
SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
The Contribution is licensed pursuant to the OpenSSL open source
license provided above.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c + ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c + ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h + ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h
----------------------------------------------------------------------------------------------------
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc
----------------------------------------------------------------------------------------------------
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
ECC cipher suite support in OpenSSL originally developed by
SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h
----------------------------------------------------------------------------------------------------
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
ECDH support in OpenSSL originally developed by
SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/GLSLANG/ShaderLang.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/angleutils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/debug.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/debug.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/mathutil.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/utilities.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/utilities.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.l + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/BaseTypes.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/CallDAG.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/CallDAG.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/CollectVariables.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/CollectVariables.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Common.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Compiler.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Compiler.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ConstantUnion.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ExtensionBehavior.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/HashNames.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/InfoSink.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/InfoSink.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Initialize.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Initialize.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/InitializeDll.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/InitializeDll.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/InitializeGlobals.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/IntermNode.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/IntermNode.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Operator.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/OutputTree.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ParseContext.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ParseContext.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/PoolAlloc.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/PoolAlloc.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/QualifierTypes.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/QualifierTypes.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ShaderLang.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Types.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Types.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateGlobalInitializer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateGlobalInitializer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateLimitations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateSwitch.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateSwitch.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateVaryingLocations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateVaryingLocations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/VariablePacker.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/VariablePacker.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/BuiltInFunctionEmulatorGLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputESSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputESSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSLBase.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSLBase.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorESSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorESSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorGLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorGLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/VersionGLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/VersionGLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang.l + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang.y + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ASTMetadataHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ASTMetadataHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/OutputHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/OutputHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TranslatorHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TranslatorHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/UtilsMSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/UtilsMSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateGLFragColorBroadcast.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateGLFragColorBroadcast.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/InitializeVariables.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/InitializeVariables.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneNoOps.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneNoOps.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RecordConstantPrecision.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RecordConstantPrecision.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveDynamicIndexing.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveDynamicIndexing.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateDeclarations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateDeclarations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RegenerateStructNames.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RegenerateStructNames.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/ScalarizeVecAndMatConstructorArgs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/ScalarizeVecAndMatConstructorArgs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/UnfoldShortCircuitAST.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/UnfoldShortCircuitAST.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ArrayReturnValueToOutParameter.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ArrayReturnValueToOutParameter.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RemoveSwitchFallThrough.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RemoveSwitchFallThrough.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayInitialization.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayInitialization.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateExpressionsReturningArrays.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateExpressionsReturningArrays.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/UnfoldShortCircuitToIf.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/UnfoldShortCircuitToIf.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/NodeSearch.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/util.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/generatemip.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Buffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Buffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Config.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Config.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Display.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Display.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/EGLSync.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Fence.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Fence.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Framebuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Framebuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/HandleAllocator.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/HandleAllocator.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Program.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Program.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/RefCountObject.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Renderbuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Renderbuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ResourceManager.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ResourceManager.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Shader.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Shader.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Surface.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Surface.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Texture.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Texture.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/SurfaceImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ImageD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ImageD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexBuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexBuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexDataManager.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexDataManager.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/TextureStorage.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexBuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexBuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexDataManager.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexDataManager.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Image9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/IndexBuffer9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/IndexBuffer9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexBuffer9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexBuffer9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/renderer9_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/renderer9_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/vertexconversion.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/GLSLANG/ShaderLang.h
FILE: ../../../flutter/third_party/angle/src/common/angleutils.h
FILE: ../../../flutter/third_party/angle/src/common/debug.cpp
FILE: ../../../flutter/third_party/angle/src/common/debug.h
FILE: ../../../flutter/third_party/angle/src/common/mathutil.h
FILE: ../../../flutter/third_party/angle/src/common/utilities.cpp
FILE: ../../../flutter/third_party/angle/src/common/utilities.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.l
FILE: ../../../flutter/third_party/angle/src/compiler/translator/BaseTypes.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/CallDAG.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/CallDAG.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/CollectVariables.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/CollectVariables.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Common.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Compiler.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Compiler.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ConstantUnion.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ExtensionBehavior.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/HashNames.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/InfoSink.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/InfoSink.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Initialize.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Initialize.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/InitializeDll.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/InitializeDll.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/InitializeGlobals.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/IntermNode.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/IntermNode.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Operator.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/OutputTree.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ParseContext.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ParseContext.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/PoolAlloc.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/PoolAlloc.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/QualifierTypes.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/QualifierTypes.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ShaderLang.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Types.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Types.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateGlobalInitializer.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateGlobalInitializer.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateLimitations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateSwitch.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateSwitch.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateVaryingLocations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateVaryingLocations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/VariablePacker.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/VariablePacker.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/BuiltInFunctionEmulatorGLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputESSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputESSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSLBase.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/OutputGLSLBase.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorESSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorESSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorGLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/TranslatorGLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/VersionGLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/VersionGLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang.l
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang.y
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ASTMetadataHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ASTMetadataHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/OutputHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/OutputHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TranslatorHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TranslatorHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/UtilsMSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/UtilsMSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateGLFragColorBroadcast.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateGLFragColorBroadcast.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/InitializeVariables.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/InitializeVariables.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneNoOps.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneNoOps.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RecordConstantPrecision.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RecordConstantPrecision.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveDynamicIndexing.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveDynamicIndexing.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateDeclarations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateDeclarations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RegenerateStructNames.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RegenerateStructNames.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/ScalarizeVecAndMatConstructorArgs.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/ScalarizeVecAndMatConstructorArgs.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/UnfoldShortCircuitAST.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/UnfoldShortCircuitAST.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ArrayReturnValueToOutParameter.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ArrayReturnValueToOutParameter.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RemoveSwitchFallThrough.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RemoveSwitchFallThrough.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayInitialization.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayInitialization.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateExpressionsReturningArrays.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateExpressionsReturningArrays.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/UnfoldShortCircuitToIf.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/UnfoldShortCircuitToIf.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/NodeSearch.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/util.h
FILE: ../../../flutter/third_party/angle/src/image_util/generatemip.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Buffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Buffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Config.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Config.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Display.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Display.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/EGLSync.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Fence.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Fence.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Framebuffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Framebuffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/HandleAllocator.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/HandleAllocator.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Program.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Program.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/RefCountObject.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Renderbuffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Renderbuffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/ResourceManager.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/ResourceManager.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Shader.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Shader.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Surface.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Surface.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Texture.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Texture.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/SurfaceImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ImageD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ImageD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexBuffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexBuffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexDataManager.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/IndexDataManager.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/TextureStorage.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexBuffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexBuffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexDataManager.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/VertexDataManager.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Image9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/IndexBuffer9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/IndexBuffer9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexBuffer9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexBuffer9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/renderer9_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/renderer9_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/vertexconversion.h
----------------------------------------------------------------------------------------------------
Copyright 2002 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcfread.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcfread.h
----------------------------------------------------------------------------------------------------
Copyright 2003 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/stringpiece.cpp + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/stringpiece.cpp
----------------------------------------------------------------------------------------------------
Copyright 2004 and onwards Google Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc
----------------------------------------------------------------------------------------------------
Copyright 2005 Nokia. All rights reserved.
The portions of the attached software ("Contribution") is developed by
Nokia Corporation and is licensed pursuant to the OpenSSL open source
license.
The Contribution, originally written by Mika Kousa and Pasi Eronen of
Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
support (see RFC 4279) to OpenSSL.
No patent licenses or other rights except those expressly stated in
the OpenSSL open source license shall be deemed granted or received
expressly, by implication, estoppel, or otherwise.
No assurances are provided by Nokia that the Contribution does not
infringe the patent or other intellectual property rights of any third
party or that the license provides you with all the necessary rights
to make use of the Contribution.
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
OTHERWISE.
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.cpp
----------------------------------------------------------------------------------------------------
Copyright 2006-2008 the V8 project 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.c (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.c
----------------------------------------------------------------------------------------------------
Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/bytestream.cpp + ../../../flutter/third_party/icu/LICENSE
ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/bytestream.h + ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/common/bytestream.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/bytestream.h
----------------------------------------------------------------------------------------------------
Copyright 2007 Google Inc. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/sha256-armv4-apple.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/sha512-armv4-apple.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/sha256-armv4-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/sha512-armv4-apple.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4-linux.S
----------------------------------------------------------------------------------------------------
Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jsimd.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jsimd_none.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jsimddct.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolext-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolext-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolext-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolor-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolor-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jccolor-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgray-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgray-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgray-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgryext-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgryext-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcgryext-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jchuff-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jchuff-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcolsamp.inc
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcsample-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcsample-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcsample-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolext-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolext-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolext-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolor-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolor-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdcolor-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdct.inc
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmerge-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmerge-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmerge-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmrgext-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmrgext-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdmrgext-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdsample-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdsample-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jdsample-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctflt-3dn.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctflt-sse-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctflt-sse.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctfst-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctfst-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctfst-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctint-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctint-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jfdctint-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctflt-3dn.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctflt-sse.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctflt-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctflt-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctfst-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctfst-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctfst-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctint-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctint-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctint-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctred-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctred-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jidctred-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquant-3dn.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquant-mmx.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquant-sse.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquantf-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquantf-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquanti-sse2-64.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jquanti-sse2.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_arm.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_arm64.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_i386.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_mips.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_powerpc.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimd_x86_64.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdcpu.asm
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdext.inc
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <[email protected]> for Cendio AB
Copyright (C) 2010, D. R. Commander.
Based on the x86 SIMD extension for IJG JPEG library - version 1.02
Copyright (C) 1999-2006, MIYASAKA Masaru.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/frame_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/quant_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/tree_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/vp8_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/vp8_dec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/vp8i_dec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/webp_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/yuv.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/yuv.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/bit_reader_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/bit_reader_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/webp/decode.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/webp/types.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/src/dec/frame_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/quant_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/tree_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/vp8_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/vp8_dec.h
FILE: ../../../flutter/third_party/libwebp/src/dec/vp8i_dec.h
FILE: ../../../flutter/third_party/libwebp/src/dec/webp_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/yuv.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/yuv.h
FILE: ../../../flutter/third_party/libwebp/src/utils/bit_reader_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/bit_reader_utils.h
FILE: ../../../flutter/third_party/libwebp/src/webp/decode.h
FILE: ../../../flutter/third_party/libwebp/src/webp/types.h
----------------------------------------------------------------------------------------------------
Copyright 2010 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateLimitations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/util.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Uniform.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Uniform.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateLimitations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/util.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Uniform.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Uniform.h
----------------------------------------------------------------------------------------------------
Copyright 2010 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/pem.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/pem.cc
----------------------------------------------------------------------------------------------------
Copyright 2010 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.cpp
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-diy-fp.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.cpp
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.cpp
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.cpp
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-utils.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-diy-fp.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-utils.h
----------------------------------------------------------------------------------------------------
Copyright 2010 the V8 project 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/alpha_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/buffer_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/idec_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/io_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/webpi_dec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/cpu.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dsp.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/enc_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/filters.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/upsampling.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/upsampling_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/upsampling_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/upsampling_sse41.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/alpha_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/analysis_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/config_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/cost_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/cost_enc.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/filter_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/frame_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/iterator_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/picture_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/quant_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/syntax_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/token_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/tree_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/vp8i_enc.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/webp_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/mux/muxedit.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/mux/muxi.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/mux/muxinternal.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/mux/muxread.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/bit_writer_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/bit_writer_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/filters_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/filters_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/huffman_encode_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/huffman_encode_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/quant_levels_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/quant_levels_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/thread_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/thread_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/webp/encode.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/webp/mux.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/src/dec/alpha_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/buffer_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/idec_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/io_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/webpi_dec.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/cpu.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dsp.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/enc.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/enc_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/filters.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/upsampling.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/upsampling_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/upsampling_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/upsampling_sse41.c
FILE: ../../../flutter/third_party/libwebp/src/enc/alpha_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/analysis_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/config_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/cost_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/cost_enc.h
FILE: ../../../flutter/third_party/libwebp/src/enc/filter_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/frame_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/iterator_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/picture_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/quant_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/syntax_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/token_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/tree_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/vp8i_enc.h
FILE: ../../../flutter/third_party/libwebp/src/enc/webp_enc.c
FILE: ../../../flutter/third_party/libwebp/src/mux/muxedit.c
FILE: ../../../flutter/third_party/libwebp/src/mux/muxi.h
FILE: ../../../flutter/third_party/libwebp/src/mux/muxinternal.c
FILE: ../../../flutter/third_party/libwebp/src/mux/muxread.c
FILE: ../../../flutter/third_party/libwebp/src/utils/bit_writer_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/bit_writer_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/filters_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/filters_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/huffman_encode_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/huffman_encode_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/quant_levels_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/quant_levels_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/thread_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/thread_utils.h
FILE: ../../../flutter/third_party/libwebp/src/webp/encode.h
FILE: ../../../flutter/third_party/libwebp/src/webp/mux.h
----------------------------------------------------------------------------------------------------
Copyright 2011 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Input.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Input.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Macro.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/MacroExpander.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Preprocessor.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Preprocessor.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Token.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Token.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/BuiltInFunctionEmulatorGLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/length_limits.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Input.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Input.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Macro.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/MacroExpander.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Preprocessor.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Preprocessor.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Token.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Token.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/BuiltInFunctionEmulatorGLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/length_limits.h
----------------------------------------------------------------------------------------------------
Copyright 2011 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/pem.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/pem.h
----------------------------------------------------------------------------------------------------
Copyright 2011 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/imageio/jpegdec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/jpegdec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/metadata.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/metadata.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/pngdec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/pngdec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/tiffdec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/tiffdec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/vp8l_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/vp8li_dec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/demux/demux.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/enc_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_common.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/backward_references_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/backward_references_enc.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/histogram_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/histogram_enc.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/vp8l_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/vp8li_enc.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/color_cache_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/color_cache_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/huffman_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/huffman_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/rescaler_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/rescaler_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/webp/demux.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/webp/format_constants.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/webp/mux_types.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/imageio/jpegdec.c
FILE: ../../../flutter/third_party/libwebp/imageio/jpegdec.h
FILE: ../../../flutter/third_party/libwebp/imageio/metadata.c
FILE: ../../../flutter/third_party/libwebp/imageio/metadata.h
FILE: ../../../flutter/third_party/libwebp/imageio/pngdec.c
FILE: ../../../flutter/third_party/libwebp/imageio/pngdec.h
FILE: ../../../flutter/third_party/libwebp/imageio/tiffdec.c
FILE: ../../../flutter/third_party/libwebp/imageio/tiffdec.h
FILE: ../../../flutter/third_party/libwebp/src/dec/vp8l_dec.c
FILE: ../../../flutter/third_party/libwebp/src/dec/vp8li_dec.h
FILE: ../../../flutter/third_party/libwebp/src/demux/demux.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/enc_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_common.h
FILE: ../../../flutter/third_party/libwebp/src/enc/backward_references_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/backward_references_enc.h
FILE: ../../../flutter/third_party/libwebp/src/enc/histogram_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/histogram_enc.h
FILE: ../../../flutter/third_party/libwebp/src/enc/vp8l_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/vp8li_enc.h
FILE: ../../../flutter/third_party/libwebp/src/utils/color_cache_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/color_cache_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/huffman_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/huffman_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/rescaler_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/rescaler_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/utils.h
FILE: ../../../flutter/third_party/libwebp/src/webp/demux.h
FILE: ../../../flutter/third_party/libwebp/src/webp/format_constants.h
FILE: ../../../flutter/third_party/libwebp/src/webp/mux_types.h
----------------------------------------------------------------------------------------------------
Copyright 2012 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/common/BinaryStream.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/Float16ToFloat32.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/event_tracer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/event_tracer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/DiagnosticsBase.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/DiagnosticsBase.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveParser.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/ExpressionParser.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Lexer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Lexer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Macro.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/MacroExpander.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/SourceLocation.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/Tokenizer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/numeric_lex.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.y + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Diagnostics.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Diagnostics.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/DirectiveHandler.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/DirectiveHandler.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Pragma.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Query.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Query.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/angletypes.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/angletypes.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderTargetD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderTargetD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderExecutableD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderExecutableD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SwapChainD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Image11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Image11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/IndexBuffer11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/IndexBuffer11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderStateCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderStateCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderTarget11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderTarget11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ShaderExecutable11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ShaderExecutable11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexBuffer11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/RenderTarget9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/RenderTarget9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderExecutable9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderExecutable9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/SwapChain9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/SwapChain9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/TextureStorage9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/TextureStorage9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexDeclarationCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexDeclarationCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/Blit.ps + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/Blit.vs + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/renderergl_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/renderergl_utils.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/common/BinaryStream.h
FILE: ../../../flutter/third_party/angle/src/common/Float16ToFloat32.cpp
FILE: ../../../flutter/third_party/angle/src/common/event_tracer.cpp
FILE: ../../../flutter/third_party/angle/src/common/event_tracer.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/DiagnosticsBase.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/DiagnosticsBase.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/DirectiveParser.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/ExpressionParser.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Lexer.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Lexer.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Macro.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/MacroExpander.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/SourceLocation.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/Tokenizer.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/numeric_lex.h
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.y
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Diagnostics.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Diagnostics.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/DirectiveHandler.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/DirectiveHandler.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Pragma.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Query.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Query.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/angletypes.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/angletypes.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderTargetD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderTargetD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderExecutableD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderExecutableD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SwapChainD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Image11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Image11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/IndexBuffer11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/IndexBuffer11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderStateCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderStateCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderTarget11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderTarget11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ShaderExecutable11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ShaderExecutable11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexBuffer11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/RenderTarget9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/RenderTarget9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderExecutable9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderExecutable9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/SwapChain9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/SwapChain9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/TextureStorage9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/TextureStorage9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexDeclarationCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexDeclarationCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/Blit.ps
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/Blit.vs
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/renderergl_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/renderergl_utils.h
----------------------------------------------------------------------------------------------------
Copyright 2012 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/asn1_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/asn1_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_status_flags.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/asn1_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/asn1_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_status_flags.h
----------------------------------------------------------------------------------------------------
Copyright 2012 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-ieee.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.h
ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion.h
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-ieee.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion.h
----------------------------------------------------------------------------------------------------
Copyright 2012 the V8 project 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/bsaes-armv7-apple.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/bsaes-armv7-apple.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7-linux.S
----------------------------------------------------------------------------------------------------
Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/imageio/wicdec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/wicdec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/alphai_dec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/quant_levels_dec_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/quant_levels_dec_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/random_utils.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/random_utils.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/imageio/wicdec.c
FILE: ../../../flutter/third_party/libwebp/imageio/wicdec.h
FILE: ../../../flutter/third_party/libwebp/src/dec/alphai_dec.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing.c
FILE: ../../../flutter/third_party/libwebp/src/utils/quant_levels_dec_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/quant_levels_dec_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/random_utils.c
FILE: ../../../flutter/third_party/libwebp/src/utils/random_utils.h
----------------------------------------------------------------------------------------------------
Copyright 2013 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/GLSLANG/ShaderVars.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/mathutil.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/CodeGen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/FlagStd140Structs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/FlagStd140Structs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateOutputs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateOutputs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/blocklayout.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/blocklayout.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/blocklayoutHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/blocklayoutHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_internal.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_win.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/copyimage.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/copyimage.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/imageformats.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/loadimage.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/loadimage.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/loadimage_etc.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Constants.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/IndexRangeCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/IndexRangeCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Sampler.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Sampler.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/VertexArray.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/VertexArray.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/VertexAttribute.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/angletypes.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/formatutils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/formatutils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/QueryImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/copyvertex.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Clear11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Clear11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Fence11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Fence11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/PixelTransfer11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/PixelTransfer11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Query11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Query11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexBuffer11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/formatutils11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/formatutils11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Fence9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Fence9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Query9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Query9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES2.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES3.cpp + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/GLSLANG/ShaderVars.h
FILE: ../../../flutter/third_party/angle/src/common/mathutil.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/CodeGen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/FlagStd140Structs.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/FlagStd140Structs.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateOutputs.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateOutputs.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/blocklayout.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/blocklayout.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/blocklayoutHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/blocklayoutHLSL.h
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo.cpp
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo.h
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_internal.h
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_win.cpp
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp
FILE: ../../../flutter/third_party/angle/src/image_util/copyimage.cpp
FILE: ../../../flutter/third_party/angle/src/image_util/copyimage.h
FILE: ../../../flutter/third_party/angle/src/image_util/imageformats.h
FILE: ../../../flutter/third_party/angle/src/image_util/loadimage.cpp
FILE: ../../../flutter/third_party/angle/src/image_util/loadimage.h
FILE: ../../../flutter/third_party/angle/src/image_util/loadimage_etc.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Constants.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/IndexRangeCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/IndexRangeCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Sampler.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Sampler.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/VertexArray.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/VertexArray.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/VertexAttribute.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/angletypes.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/formatutils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/formatutils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/QueryImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/copyvertex.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Clear11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Clear11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Fence11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Fence11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/PixelTransfer11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/PixelTransfer11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Query11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Query11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexBuffer11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/formatutils11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/formatutils11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Fence9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Fence9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Query9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Query9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES2.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES3.cpp
----------------------------------------------------------------------------------------------------
Copyright 2013 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_export.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node_data.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node_data.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_update.h + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_export.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_node.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_node.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_node_data.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_node_data.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_update.h
----------------------------------------------------------------------------------------------------
Copyright 2013 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
LIBRARY: engine
LIBRARY: spring_animation
LIBRARY: tonic
LIBRARY: txt
LIBRARY: web_test_fonts
LIBRARY: web_unicode
ORIGIN: ../../../flutter/LICENSE
ORIGIN: ../../../flutter/assets/asset_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/assets/asset_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/assets/asset_resolver.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/assets/directory_asset_bundle.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/assets/directory_asset_bundle.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/benchmarking/benchmarking.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/benchmarking/benchmarking.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/benchmarking/library.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/benchmarking/library.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/constants.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/graphics/gl_context_switch.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/graphics/gl_context_switch.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/graphics/msaa_sample_count.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/graphics/persistent_cache.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/graphics/persistent_cache.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/graphics/texture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/graphics/texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/settings.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/settings.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/task_runners.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/common/task_runners.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_benchmarks.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_builder_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_complexity.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_complexity.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_complexity_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_complexity_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_complexity_helper.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_complexity_metal.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_complexity_metal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_region_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/benchmarking/dl_transform_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/display_list.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/display_list.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_attributes.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_blend_mode.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_blend_mode.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_canvas.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_canvas.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_color.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_op_flags.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_op_flags.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_op_receiver.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_op_receiver.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_op_records.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_op_records.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_paint.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_paint.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_sampling_options.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_tile_mode.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_vertices.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/dl_vertices.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_color_filter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_color_filter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_color_source.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_color_source.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_image_filter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_image_filter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_mask_filter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_mask_filter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_path_effect.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_path_effect.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_runtime_effect.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/effects/dl_runtime_effect.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/geometry/dl_region.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/geometry/dl_region.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/geometry/dl_rtree.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/geometry/dl_rtree.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/image/dl_image.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/image/dl_image.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/image/dl_image_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/image/dl_image_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_canvas.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_canvas.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_conversions.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_conversions.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_dispatcher.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_dispatcher.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_paint_dispatcher.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_paint_dispatcher.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/skia/dl_sk_types.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/utils/dl_bounds_accumulator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/utils/dl_bounds_accumulator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/utils/dl_comparable.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/utils/dl_matrix_clip_tracker.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/utils/dl_matrix_clip_tracker.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/utils/dl_receiver_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/display_list/utils/dl_receiver_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/compositor_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/compositor_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/diff_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/diff_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/embedded_views.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/embedded_views.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/flow_test_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/flow_test_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/frame_timings.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/frame_timings.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layer_snapshot_store.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layer_snapshot_store.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/backdrop_filter_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/backdrop_filter_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/cacheable_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/cacheable_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/clip_path_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/clip_path_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/clip_rect_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/clip_rect_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/clip_rrect_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/clip_rrect_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/clip_shape_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/color_filter_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/color_filter_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/container_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/container_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/display_list_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/display_list_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/display_list_raster_cache_item.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/display_list_raster_cache_item.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/image_filter_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/image_filter_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer_raster_cache_item.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer_raster_cache_item.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer_state_stack.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer_state_stack.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer_tree.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/layer_tree.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/offscreen_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/offscreen_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/opacity_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/opacity_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/performance_overlay_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/performance_overlay_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/platform_view_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/platform_view_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/shader_mask_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/shader_mask_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/texture_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/texture_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/transform_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/layers/transform_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/paint_region.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/paint_region.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/paint_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/paint_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/raster_cache.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/raster_cache.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/raster_cache_item.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/raster_cache_key.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/raster_cache_key.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/raster_cache_util.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/raster_cache_util.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/skia_gpu_object.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/stopwatch.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/stopwatch.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/stopwatch_dl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/stopwatch_dl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/stopwatch_sk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/stopwatch_sk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/surface_frame.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flow/surface_frame.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flutter_vma/flutter_skia_vma.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flutter_vma/flutter_skia_vma.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flutter_vma/flutter_vma.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/flutter_vma/flutter_vma.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/ascii_trie.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/ascii_trie.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/backtrace.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/backtrace.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/backtrace_stub.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/base32.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/base32.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/build_config.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/closure.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/command_line.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/command_line.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/compiler_specific.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/concurrent_message_loop.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/concurrent_message_loop.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/concurrent_message_loop_factory.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/container.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/cpu_affinity.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/cpu_affinity.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/delayed_task.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/delayed_task.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/eintr_wrapper.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/endianness.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/endianness.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/file.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/file.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/hash_combine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/hex_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/hex_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/icu_util.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/icu_util.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/log_level.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/log_settings.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/log_settings.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/log_settings_state.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/logging.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/logging.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/macros.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/make_copyable.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/mapping.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/mapping.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/math.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/ref_counted.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/ref_counted_internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/ref_ptr.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/ref_ptr_internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/task_runner_checker.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/task_runner_checker.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/thread_checker.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/thread_checker.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/weak_ptr.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/weak_ptr_internal.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/memory/weak_ptr_internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/message_loop.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/message_loop.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/message_loop_impl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/message_loop_impl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/message_loop_task_queues.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/message_loop_task_queues.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/message_loop_task_queues_benchmark.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/native_library.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/paths.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/paths.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/cpu_affinity.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/cpu_affinity.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/jni_util.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/jni_util.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/jni_weak_ref.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/jni_weak_ref.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/message_loop_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/message_loop_android.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/paths_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/paths_android.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/scoped_java_ref.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/android/scoped_java_ref.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/cf_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/cf_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/concurrent_message_loop_factory.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/message_loop_darwin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/message_loop_darwin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/paths_darwin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/platform_version.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/platform_version.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_block.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_block.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_nsautorelease_pool.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_nsautorelease_pool.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_nsobject.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_nsobject.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_policy.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/scoped_typeref.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/string_range_sanitization.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/string_range_sanitization.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/weak_nsobject.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/darwin/weak_nsobject.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/log_interest_listener.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/log_interest_listener.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/log_state.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/log_state.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/message_loop_fuchsia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/message_loop_fuchsia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/paths_fuchsia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/task_observers.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/fuchsia/task_observers.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/linux/message_loop_linux.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/linux/message_loop_linux.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/linux/paths_linux.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/linux/timerfd.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/linux/timerfd.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/command_line_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/file_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/mapping_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/native_library_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/paths_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/posix_wrappers_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/process_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/shared_mutex_posix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/posix/shared_mutex_posix.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/command_line_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/errors_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/errors_win.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/file_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/mapping_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/message_loop_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/message_loop_win.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/native_library_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/paths_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/posix_wrappers_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/process_win.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/wstring_conversion.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/platform/win/wstring_conversion.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/posix_wrappers.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/process.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/raster_thread_merger.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/raster_thread_merger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/shared_thread_merger.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/shared_thread_merger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/size.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/status.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/status_or.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/string_conversion.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/string_conversion.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/atomic_object.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/count_down_latch.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/count_down_latch.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/semaphore.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/semaphore.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/shared_mutex.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/shared_mutex_std.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/shared_mutex_std.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/sync_switch.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/sync_switch.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/waitable_event.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/synchronization/waitable_event.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/task_queue_id.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/task_runner.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/task_runner.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/task_source.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/task_source.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/task_source_grade.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/thread.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/thread.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/time/chrono_timestamp_provider.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/time/chrono_timestamp_provider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/time/time_delta.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/time/time_point.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/time/time_point.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/time/timestamp_provider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/trace_event.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/trace_event.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/unique_fd.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/unique_fd.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/unique_object.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/fml/wakeable.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/aiks_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/aiks_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/aiks_playground.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/aiks_playground.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/aiks_playground_inspector.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/aiks_playground_inspector.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/canvas.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/canvas.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/canvas_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/canvas_recorder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/canvas_type.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/color_filter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/color_filter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/color_source.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/color_source.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/image.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/image.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/image_filter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/image_filter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/paint.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/paint.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/paint_pass_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/paint_pass_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/picture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/picture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/picture_recorder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/picture_recorder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/trace_serializer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/trace_serializer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/allocation.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/allocation.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/backend_cast.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/comparable.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/comparable.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/config.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/mask.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/promise.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/promise.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/strings.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/strings.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/thread.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/thread.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/thread_safety.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/thread_safety.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/timing.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/validation.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/validation.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/version.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/version.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/code_gen_template.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/compiler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/compiler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/compiler_backend.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/compiler_backend.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/compiler_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/compiler_test.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/constants.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/constants.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/impellerc_main.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/include_dir.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/includer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/includer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/logger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/reflector.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/reflector.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/runtime_stage_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/runtime_stage_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_bundle.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_bundle.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_bundle_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_bundle_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/flutter/runtime_effect.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/blending.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/branching.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/color.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/constants.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/conversions.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/dithering.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/external_texture_oes.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/gaussian.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/gradient.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/path.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/prefix_sum.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/texture.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/tile_mode.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/transform.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/shader_lib/impeller/types.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/source_options.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/source_options.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/spirv_compiler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/spirv_compiler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/spirv_sksl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/spirv_sksl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/switches.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/switches.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/types.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/types.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/uniform_sorter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/uniform_sorter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/utilities.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/compiler/utilities.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/allocator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/allocator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/buffer_view.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/buffer_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/capture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/capture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/device_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/device_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/device_buffer_descriptor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/device_buffer_descriptor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/formats.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/formats.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/host_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/host_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/platform.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/platform.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/range.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/range.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/resource_binder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/resource_binder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/runtime_types.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/runtime_types.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/sampler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/sampler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/sampler_descriptor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/sampler_descriptor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/shader_types.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/shader_types.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/texture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/texture_descriptor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/texture_descriptor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/vertex_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/core/vertex_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_dispatcher.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_dispatcher.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_image_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_image_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_playground.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_playground.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_vertices_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/dl_vertices_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/nine_patch_converter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/nine_patch_converter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/skia_conversions.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/display_list/skia_conversions.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/anonymous_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/anonymous_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/atlas_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/atlas_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/checkerboard_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/checkerboard_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/clip_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/clip_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/color_source_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/color_source_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/conical_gradient_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/conical_gradient_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/content_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/content_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/blend_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/blend_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/border_mask_blur_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/border_mask_blur_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/color_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/color_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/color_matrix_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/color_matrix_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/filter_contents_filter_input.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/filter_contents_filter_input.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/filter_input.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/filter_input.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/placeholder_filter_input.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/placeholder_filter_input.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/texture_filter_input.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/texture_filter_input.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/linear_to_srgb_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/linear_to_srgb_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/local_matrix_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/local_matrix_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/matrix_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/matrix_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/morphology_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/morphology_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/srgb_to_linear_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/srgb_to_linear_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/yuv_to_rgb_filter_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/filters/yuv_to_rgb_filter_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/framebuffer_blend_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/framebuffer_blend_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/gradient_generator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/gradient_generator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/linear_gradient_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/linear_gradient_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/radial_gradient_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/radial_gradient_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/runtime_effect_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/runtime_effect_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/scene_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/scene_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/solid_color_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/solid_color_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/solid_rrect_blur_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/solid_rrect_blur_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/sweep_gradient_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/sweep_gradient_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/text_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/text_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/texture_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/texture_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/tiled_texture_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/tiled_texture_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/vertices_contents.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/contents/vertices_contents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_pass.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_pass.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_pass_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_pass_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_pass_target.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_pass_target.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_playground.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/entity_playground.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/circle_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/circle_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/cover_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/cover_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/ellipse_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/ellipse_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/fill_path_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/fill_path_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/line_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/line_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/point_field_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/point_field_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/rect_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/rect_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/round_rect_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/round_rect_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/stroke_path_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/stroke_path_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/vertices_geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/geometry/vertices_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/inline_pass_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/inline_pass_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/render_target_cache.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/render_target_cache.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/blend.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/blend.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/blend_select.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/framebuffer_blend.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/framebuffer_blend.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/porter_duff_blend.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/porter_duff_blend.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/border_mask_blur.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/border_mask_blur.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/clip.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/clip.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/color_matrix_color_filter.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/color_matrix_color_filter.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/conical_gradient_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/conical_gradient_ssbo_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/debug/checkerboard.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/debug/checkerboard.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur_noalpha_decal.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur_noalpha_nodecal.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gaussian_blur/kernel.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gaussian_blur/kernel_decal.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gaussian_blur/kernel_nodecal.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/geometry/points.comp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/geometry/uv.comp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/glyph_atlas.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/glyph_atlas.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/glyph_atlas_color.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/gradient_fill.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/linear_gradient_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/linear_gradient_ssbo_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/linear_to_srgb_filter.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/linear_to_srgb_filter.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/morphology_filter.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/morphology_filter.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/position_color.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/radial_gradient_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/radial_gradient_ssbo_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/rrect_blur.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/rrect_blur.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/runtime_effect.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/solid_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/solid_fill.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/srgb_to_linear_filter.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/srgb_to_linear_filter.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/sweep_gradient_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/sweep_gradient_ssbo_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/texture_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/texture_fill.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/texture_fill_external.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/texture_fill_strict_src.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/tiled_texture_fill.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/tiled_texture_fill_external.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/vertices.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/yuv_to_rgb_filter.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/yuv_to_rgb_filter.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/color.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/color.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/constants.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/constants.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/geometry_asserts.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/geometry_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/gradient.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/gradient.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/half.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/matrix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/matrix.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/matrix_decomposition.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/matrix_decomposition.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/path.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/path.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/path_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/path_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/path_component.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/path_component.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/point.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/point.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/quaternion.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/quaternion.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/rect.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/rect.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/saturated_math.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/scalar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/shear.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/shear.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/sigma.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/sigma.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/size.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/size.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/trig.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/trig.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/type_traits.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/type_traits.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/vector.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/geometry/vector.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/golden_digest.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/golden_digest.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/golden_playground_test.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/golden_playground_test_mac.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/golden_playground_test_stub.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/golden_tests.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/main.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/metal_screenshot.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/metal_screenshot.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/metal_screenshotter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/metal_screenshotter.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/screenshot.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/screenshotter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/vulkan_screenshotter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/vulkan_screenshotter.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/working_directory.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/golden_tests/working_directory.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/allocator_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/allocator_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/blit_command_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/blit_command_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/blit_pass_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/blit_pass_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/buffer_bindings_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/buffer_bindings_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/capabilities_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/capabilities_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/command_buffer_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/command_buffer_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/context_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/context_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/description_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/description_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/device_buffer_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/device_buffer_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/formats_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/formats_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/gpu_tracer_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/gpu_tracer_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/handle_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/handle_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/pipeline_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/pipeline_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/pipeline_library_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/pipeline_library_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/proc_table_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/proc_table_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/reactor_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/reactor_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/render_pass_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/render_pass_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/sampler_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/sampler_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/sampler_library_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/sampler_library_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/shader_function_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/shader_function_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/shader_library_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/shader_library_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/surface_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/surface_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/texture_gles.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/gles/texture_gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/allocator_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/allocator_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/blit_command_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/blit_command_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/blit_pass_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/blit_pass_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/command_buffer_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/command_buffer_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/compute_pass_bindings_cache_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/compute_pass_bindings_cache_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/compute_pass_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/compute_pass_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/compute_pipeline_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/compute_pipeline_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/context_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/context_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/device_buffer_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/device_buffer_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/formats_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/formats_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/gpu_tracer_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/gpu_tracer_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/lazy_drawable_holder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/lazy_drawable_holder.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/pass_bindings_cache_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/pass_bindings_cache_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/pipeline_library_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/pipeline_library_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/pipeline_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/pipeline_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/render_pass_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/render_pass_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/sampler_library_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/sampler_library_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/sampler_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/sampler_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/shader_function_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/shader_function_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/shader_library_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/shader_library_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/surface_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/surface_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/texture_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/texture_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/texture_wrapper_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/texture_wrapper_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/vertex_descriptor_mtl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/metal/vertex_descriptor_mtl.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/allocator_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/allocator_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/android/ahb_texture_source_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/android/ahb_texture_source_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/barrier_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/barrier_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/blit_command_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/blit_command_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/blit_pass_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/blit_pass_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/capabilities_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/capabilities_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_buffer_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_buffer_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_encoder_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_encoder_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_pool_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_pool_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_queue_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/command_queue_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/compute_pass_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/compute_pass_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/compute_pipeline_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/compute_pipeline_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/context_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/context_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/debug_report_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/debug_report_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/descriptor_pool_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/descriptor_pool_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/device_buffer_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/device_buffer_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/device_holder_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/driver_info_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/driver_info_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/fence_waiter_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/fence_waiter_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/formats_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/formats_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/gpu_tracer_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/gpu_tracer_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_cache_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_cache_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_library_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_library_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/queue_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/queue_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_builder_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_builder_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/resource_manager_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/resource_manager_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/sampler_library_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/sampler_library_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/sampler_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/sampler_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/shader_function_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/shader_function_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/shader_library_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/shader_library_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/shared_object_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/shared_object_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/surface_context_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/surface_context_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_surface_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_surface_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_image_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_image_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_impl_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_impl_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/texture_source_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/texture_source_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/texture_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/texture_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/tracked_objects_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/tracked_objects_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/vertex_descriptor_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/vertex_descriptor_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/vma.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/vma.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_library_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_library_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/blit_command.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/blit_command.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/blit_pass.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/blit_pass.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/capabilities.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/capabilities.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/command.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/command.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/command_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/command_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/command_queue.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/command_queue.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_pass.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_pass.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_pipeline_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_pipeline_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_pipeline_descriptor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_pipeline_descriptor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_tessellator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/compute_tessellator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/path_polyline.comp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline_descriptor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline_descriptor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline_library.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pipeline_library.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/pool.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/prefix_sum_test.comp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/render_pass.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/render_pass.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/render_target.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/render_target.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/renderer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/renderer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/sampler_library.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/sampler_library.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/shader_function.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/shader_function.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/shader_key.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/shader_key.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/shader_library.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/shader_library.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/snapshot.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/snapshot.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/stroke.comp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/texture_mipmap.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/texture_mipmap.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/threadgroup_sizing_test.comp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/vertex_buffer_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/vertex_buffer_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/vertex_descriptor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/renderer/vertex_descriptor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/runtime_stage/runtime_stage.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/runtime_stage/runtime_stage.fbs + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/runtime_stage/runtime_stage.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/runtime_stage/runtime_stage_playground.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/runtime_stage/runtime_stage_playground.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/runtime_stage/runtime_stage_types.fbs + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/animation.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/animation.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/animation_clip.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/animation_clip.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/animation_player.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/animation_player.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/animation_transforms.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/property_resolver.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/animation/property_resolver.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/camera.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/camera.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/geometry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/conversions.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/conversions.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/importer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/importer_gltf.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/scene.fbs + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/scenec_main.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/switches.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/switches.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/types.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/vertices_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/importer/vertices_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/material.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/material.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/mesh.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/mesh.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/node.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/node.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/pipeline_key.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/scene.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/scene.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/scene_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/scene_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/scene_encoder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/scene_encoder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/shaders/skinned.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/shaders/unlit.frag + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/shaders/unskinned.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/skin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/scene/skin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive.fbs + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive_writer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive_writer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/shader_archive.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/shader_archive.fbs + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/shader_archive.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/shader_archive_main.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/shader_archive_types.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/shader_archive_writer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_archive/shader_archive_writer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/shader_bundle/shader_bundle.fbs + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/tessellator/c/tessellator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/tessellator/c/tessellator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/tessellator/dart/lib/tessellator.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/tessellator/tessellator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/tessellator/tessellator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/choreographer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/choreographer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/hardware_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/hardware_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/native_window.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/native_window.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/proc_table.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/proc_table.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/surface_control.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/surface_control.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/surface_transaction.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/android/surface_transaction.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/config.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/config.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/display.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/display.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/egl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/egl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/image.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/egl/surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/gles/gles.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/toolkit/gles/texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/glyph_atlas_context_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/glyph_atlas_context_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/text_frame_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/text_frame_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/typeface_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/typeface_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/typographer_context_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/skia/typographer_context_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/glyph_atlas_context_stb.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/glyph_atlas_context_stb.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/text_frame_stb.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/text_frame_stb.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/typeface_stb.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/typeface_stb.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/typographer_context_stb.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/backends/stb/typographer_context_stb.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/font.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/font.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/font_glyph_pair.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/font_glyph_pair.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/glyph.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/glyph.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/glyph_atlas.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/glyph_atlas.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/lazy_glyph_atlas.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/lazy_glyph_atlas.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/rectangle_packer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/rectangle_packer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/text_frame.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/text_frame.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/text_run.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/text_run.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/typeface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/typeface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/typographer_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/typographer/typographer_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/command_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/command_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/device_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/device_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/export.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/export.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/fixtures.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/fixtures.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/formats.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/formats.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/host_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/host_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/gpu.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/buffer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/command_buffer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/context.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/formats.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/render_pass.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/render_pipeline.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/shader.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/shader_library.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/smoketest.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/lib/src/texture.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/render_pass.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/render_pass.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/render_pipeline.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/render_pipeline.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/shader.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/shader.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/shader_library.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/shader_library.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/smoketest.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/smoketest.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/texture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/gpu/texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/io/dart_io.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/io/dart_io.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/snapshot/snapshot.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/annotations.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/channel_buffers.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/compositing.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/compositing/scene.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/compositing/scene.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/compositing/scene_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/compositing/scene_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/dart_runtime_hooks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/dart_runtime_hooks.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/dart_ui.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/dart_ui.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/dart_wrapper.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/experiments/scene.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/experiments/setup_hooks.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/experiments/ui.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/floating_point.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/geometry.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/hash_codes.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/hooks.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/io_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/io_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/isolate_name_server.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server_natives.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server_natives.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/key.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/lerp.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/math.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/natives.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/canvas.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/canvas.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/color_filter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/color_filter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/display_list_image_gpu.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/display_list_image_gpu.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/engine_layer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/engine_layer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/fragment_program.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/fragment_program.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/fragment_shader.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/fragment_shader.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/gradient.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/gradient.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_decoder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_decoder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_decoder_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_decoder_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_decoder_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_decoder_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_descriptor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_descriptor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_encoding.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_encoding.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_encoding_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_encoding_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_encoding_impl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_encoding_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_encoding_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_filter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_filter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_generator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_generator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_generator_apng.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_generator_apng.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_generator_registry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_generator_registry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_shader.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/image_shader.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/immutable_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/immutable_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/matrix.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/matrix.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/multi_frame_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/multi_frame_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/paint.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/paint.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/path.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/path.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/path_measure.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/path_measure.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/picture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/picture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/picture_recorder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/picture_recorder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/rrect.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/rrect.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/scene/scene_node.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/scene/scene_node.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/scene/scene_shader.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/scene/scene_shader.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/shader.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/shader.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/single_frame_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/single_frame_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/vertices.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/painting/vertices.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/platform_dispatcher.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/platform_isolate.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/plugins.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/plugins/callback_cache.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/plugins/callback_cache.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/pointer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/custom_accessibility_action.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/custom_accessibility_action.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/semantics_node.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/semantics_node.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/semantics_update.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/semantics_update.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/semantics_update_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/semantics_update_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/string_attribute.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/semantics/string_attribute.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/setup_hooks.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/snapshot_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/asset_manager_font_provider.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/asset_manager_font_provider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/font_collection.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/font_collection.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/paragraph.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/paragraph.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/paragraph_builder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/text/paragraph_builder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/ui.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/ui_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/ui_dart_state.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/ui_dart_state.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/volatile_path_tracker.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/volatile_path_tracker.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/key_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/key_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/key_data_packet.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/key_data_packet.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_configuration.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_configuration.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_isolate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_isolate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message_response.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message_response.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message_response_dart.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message_response_dart.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message_response_dart_port.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/platform_message_response_dart_port.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/pointer_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/pointer_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/pointer_data_packet.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/pointer_data_packet.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/pointer_data_packet_converter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/pointer_data_packet_converter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/viewport_metrics.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/ui/window/viewport_metrics.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/base_uri.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/browser_environment.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/canvaskit_loader.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/entrypoint_loader.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/flutter.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/instantiate_wasm.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/loader.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/service_worker_loader.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/skwasm_loader.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/flutter_js/src/trusted_types.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/annotations.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/channel_buffers.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/compositing.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/geometry.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/hash_codes.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/initialization.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/key.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/lerp.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/math.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/natives.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/painting.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/path.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/path_metrics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/platform_dispatcher.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/platform_isolate.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/pointer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/semantics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/alarm_clock.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/app_bootstrap.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/browser_detection.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvas_pool.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/canvaskit_api.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/canvaskit_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/color_filter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/display_canvas_factory.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/embedded_views.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/fonts.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image_filter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image_wasm_codecs.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image_web_codecs.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/layer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/layer_scene_builder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/layer_tree.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/mask_filter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/multi_surface_rasterizer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/n_way_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/native_memory.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/offscreen_canvas_rasterizer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/overlay_scene_optimizer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/painting.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/path.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/path_metrics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/picture.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/picture_recorder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/platform_message.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/raster_cache.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/rasterizer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/render_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/renderer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/shader.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/surface.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/text.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/text_fragmenter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/util.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/vertices.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/clipboard.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/color_filter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/configuration.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/display.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/dom.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/engine_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/font_change_util.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/font_fallback_data.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/font_fallbacks.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/fonts.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/frame_reference.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/frame_timing_recorder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/backdrop_filter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/bitmap_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/clip.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/color_filter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/debug_canvas_reuse_overlay.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/dom_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/image_filter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/offset.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/opacity.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/painting.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/conic.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/cubic.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_iterator.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_metrics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_ref.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_to_svg.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_utils.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_windings.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path/tangent.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/path_to_svg_clip.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/picture.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/platform_view.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/recording_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/render_vertices.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/renderer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/resource_manager.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/scene.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/scene_builder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/shader_mask.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/image_shader.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/normalized_gradient.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/shader.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/shader_builder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/vertex_shaders.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/surface.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/surface_stats.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html/transform.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/html_image_codec.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/image_decoder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/initialization.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_app.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_loader.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_promise.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_typed_data.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/key_map.g.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/keyboard_binding.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/layers.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/mouse/context_menu.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/mouse/cursor.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/mouse/prevent_default.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/navigation/history.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/noto_font.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/noto_font_encoding.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/onscreen_logging.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/picture.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher/app_lifecycle_state.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher/view_focus_binding.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_views.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_views/content_manager.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_views/message_handler.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/platform_views/slots.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/plugins.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/pointer_binding.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/pointer_binding/event_position_helper.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/pointer_converter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/profiler.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/raw_keyboard.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/renderer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/rrect_renderer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/safe_browser_api.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/scene_builder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/scene_painting.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/scene_view.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/accessibility.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/checkable.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/dialog.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/focusable.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/image.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/incrementable.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/label_and_value.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/link.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/live_region.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/platform_view.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/scrollable.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/semantics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/semantics_helper.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/tappable.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/semantics/text_field.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/services.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/services/buffers.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/services/message_codec.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/services/message_codecs.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/services/serialization.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/shader_data.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/shadow.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/codecs.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/dart_js_conversion.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/filters.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/font_collection.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/image.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/memory.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/paint.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/paragraph.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path_metrics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/picture.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_canvas.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_filters.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_fonts.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_geometry.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_image.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_memory.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_paint.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_path.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_path_metrics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_picture.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_shaders.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_skdata.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_skstring.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_surface.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_vertices.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/skwasm_module.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_line_metrics.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph_builder.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph_style.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_strut_style.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_text_style.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/renderer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/shaders.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/surface.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/vertices.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_stub.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_stub/dart_js_conversion.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_stub/renderer.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/svg.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/test_embedding.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/canvas_paragraph.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/font_collection.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/fragmenter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/layout_fragmenter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/layout_service.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/line_break_properties.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/line_breaker.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/measurement.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/paint_service.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/paragraph.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/ruler.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/text_direction.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/unicode_range.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/word_break_properties.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text/word_breaker.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/autofill_hint.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/composition_aware_mixin.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/input_action.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/input_type.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/text_capitalization.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/text_editing.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/util.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/validators.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/vector_math.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dimensions_provider/custom_element_dimensions_provider.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dimensions_provider/dimensions_provider.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dimensions_provider/full_page_dimensions_provider.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/display_dpr_stream.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dom_manager.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/custom_element_embedding_strategy.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/embedding_strategy.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/full_page_embedding_strategy.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/flutter_view_manager.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/global_html_attributes.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/hot_restart_cache_handler.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/style_manager.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/src/engine/window.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/text.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/tile_mode.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/asset_manager.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/benchmarks.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/flutter_views_proxy.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/images.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/initialization.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/navigation/platform_location.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/navigation/url_strategy.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/platform_view_registry.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/plugins.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/testing.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/lib/window.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/canvas.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/contour_measure.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/data.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/export.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/filters.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/fonts.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/helpers.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/image.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/library_skwasm_support.js + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/paint.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/path.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/picture.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/shaders.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/skwasm_support.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/string.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/surface.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/text/line_metrics.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/text/paragraph.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/text/paragraph_builder.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/text/paragraph_style.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/text/strut_style.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/text/text_style.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/vertices.cpp + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/lib/web_ui/skwasm/wrappers.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_isolate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_isolate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_isolate_group_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_isolate_group_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_plugin_registrant.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_plugin_registrant.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_service_isolate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_service_isolate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_snapshot.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_snapshot.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_timestamp_provider.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_timestamp_provider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm_initializer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm_initializer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm_lifecycle.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/dart_vm_lifecycle.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/embedder_resources.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/embedder_resources.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/isolate_configuration.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/isolate_configuration.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/platform_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/platform_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/platform_isolate_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/platform_isolate_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/ptrace_check.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/ptrace_check.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/runtime_controller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/runtime_controller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/runtime_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/runtime_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/service_protocol.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/service_protocol.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/skia_concurrent_executor.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/skia_concurrent_executor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/test_font_data.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/runtime/test_font_data.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/animator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/animator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/base64.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/base64.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/context_options.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/context_options.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/dart_native_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/display.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/display.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/display_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/display_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/dl_op_spy.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/dl_op_spy.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/engine.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/engine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/pipeline.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/pipeline.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/platform_message_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/platform_view.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/platform_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/pointer_data_dispatcher.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/pointer_data_dispatcher.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/rasterizer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/rasterizer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/resource_cache_limit_calculator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/resource_cache_limit_calculator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/run_configuration.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/run_configuration.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/serialization_callbacks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/serialization_callbacks.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_benchmarks.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_io_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_io_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_external_view_embedder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_external_view_embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view_metal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view_metal.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view_vulkan.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/shell_test_platform_view_vulkan.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/skia_event_tracer_impl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/skia_event_tracer_impl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/snapshot_controller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/snapshot_controller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/snapshot_controller_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/snapshot_controller_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/snapshot_controller_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/snapshot_controller_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/snapshot_surface_producer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/switches.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/switches.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/thread_host.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/thread_host.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/variable_refresh_rate_display.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/variable_refresh_rate_display.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/variable_refresh_rate_reporter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/vsync_waiter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/vsync_waiter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/vsync_waiter_fallback.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/vsync_waiter_fallback.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/vsync_waiters_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/common/vsync_waiters_test.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_gl_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_gl_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_gl_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_gl_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_gl_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_gl_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_metal_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_metal_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_metal_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_metal_impeller.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_metal_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_metal_skia.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_software.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_software.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_software_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_software_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_vulkan.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_vulkan.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_vulkan_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_vulkan_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_vulkan_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/gpu/gpu_surface_vulkan_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/AndroidManifest.xml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_context_gl_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_context_gl_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_context_gl_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_context_gl_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_context_vulkan_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_context_vulkan_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_display.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_display.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_egl_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_egl_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_environment_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_environment_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_exports.lst + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_image_generator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_image_generator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_shell_holder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_shell_holder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_gl_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_gl_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_gl_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_gl_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_software.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_software.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_vulkan_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/android_surface_vulkan_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/apk_asset_provider.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/apk_asset_provider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/context/android_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/context/android_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/external_view_embedder/external_view_embedder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/external_view_embedder/external_view_embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/external_view_embedder/surface_pool.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/external_view_embedder/surface_pool.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/flutter_main.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/flutter_main.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_external_texture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_external_texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_external_texture_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_external_texture_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_external_texture_vk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_external_texture_vk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_lru.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/image_lru.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/Build.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/BuildConfig.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/FlutterInjector.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/Log.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/app/FlutterActivity.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityEvents.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/app/FlutterApplication.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/app/FlutterPlayStoreSplitApplication.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/app/FlutterPluginRegistry.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/ExclusiveAppComponent.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivityAndFragmentDelegate.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivityLaunchConfigs.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterEngineConfigurator.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterEngineProvider.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterFragment.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterFragmentActivity.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterImageView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterPlayStoreSplitApplication.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterSurfaceView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterTextureView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyChannelResponder.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyData.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyEmbedderResponder.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyboardManager.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyboardMap.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/RenderMode.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/TransparencyMode.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/android/WindowInfoRepositoryCallbackAdapterWrapper.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngine.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineCache.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineConnectionRegistry.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroupCache.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterJNI.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterOverlaySurface.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterShellArgs.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartExecutor.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartMessenger.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/PlatformMessageHandler.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/PlatformTaskQueue.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/DeferredComponentManager.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/PlayStoreDeferredComponentManager.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/ApplicationInfoLoader.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/FlutterApplicationInfo.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/FlutterLoader.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/ResourceExtractor.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorsStack.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/FlutterPlugin.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/PluginRegistry.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityAware.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityControlSurface.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityPluginBinding.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/broadcastreceiver/BroadcastReceiverAware.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/broadcastreceiver/BroadcastReceiverControlSurface.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/broadcastreceiver/BroadcastReceiverPluginBinding.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderAware.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderControlSurface.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderPluginBinding.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/lifecycle/HiddenLifecycleReference.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceAware.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceControlSurface.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServicePluginBinding.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistry.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimRegistrar.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/util/GeneratedPluginRegister.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterUiDisplayListener.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/RenderSurface.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/SurfaceTextureWrapper.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/DeferredComponentChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyEventChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyboardChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/LifecycleChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/LocalizationChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/MouseCursorChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/NavigationChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/PlatformChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/PlatformViewsChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ProcessTextChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/RestorationChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/SpellCheckChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/SystemChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/ActivityLifecycleListener.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/BasicMessageChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/BinaryCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/BinaryMessenger.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/ErrorLogResult.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/EventChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/FlutterException.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/JSONMessageCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/JSONMethodCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MessageCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MethodCall.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MethodChannel.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MethodCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/PluginRegistry.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/StandardMessageCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/StandardMethodCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/common/StringCodec.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/FlutterTextUtils.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/ImeSyncDeferringInsetsCallback.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/InputConnectionAdaptor.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/ListenableEditingState.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/SpellCheckPlugin.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/TextEditingDelta.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/TextInputPlugin.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/localization/LocalizationPlugin.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/mouse/MouseCursorPlugin.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/AccessibilityEventsDelegate.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformOverlayView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformPlugin.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewFactory.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistry.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistryImpl.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewRenderTarget.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewWrapper.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewsAccessibilityDelegate.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewsController.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SingleViewFakeWindowViewGroup.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SingleViewPresentation.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SingleViewWindowManager.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/VirtualDisplayController.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/WindowManagerHandler.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/plugin/text/ProcessTextPlugin.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/util/HandlerCompat.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/util/PathUtils.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/util/Preconditions.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/util/Predicate.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/util/TraceSection.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/util/ViewUtils.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityBridge.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityViewEmbedder.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterCallbackInformation.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterMain.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterNativeView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterRunArguments.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterView.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/TextureRegistry.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/VsyncWaiter.java + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/jni/jni_mock.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/jni/platform_view_android_jni.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/jni/platform_view_android_jni.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/library_loader.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_message_handler_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_message_handler_android.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_message_response_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_message_response_android.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_view_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_view_android.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/android_native_window.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/android_native_window.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/android_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/android_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/android_surface_mock.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/android_surface_mock.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/snapshot_surface_producer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface/snapshot_surface_producer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface_texture_external_texture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface_texture_external_texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface_texture_external_texture_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/surface_texture_external_texture_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/vsync_waiter_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/android/vsync_waiter_android.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/accessibility_bridge.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/accessibility_bridge.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/alert_platform_node_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/alert_platform_node_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/app_lifecycle_state.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/binary_messenger_impl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/byte_buffer_streams.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/core_implementations.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/engine_method_result.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/basic_message_channel.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/byte_streams.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/encodable_value.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/engine_method_result.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_channel.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_sink.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_stream_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_stream_handler_functions.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/message_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_call.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_channel.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_result.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_result_functions.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_codec_serializer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_message_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/texture_registrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/plugin_registrar.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/standard_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/client_wrapper/texture_registrar_impl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/engine_switches.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/engine_switches.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/flutter_platform_node_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/flutter_platform_node_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/incoming_message_dispatcher.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/incoming_message_dispatcher.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/json_message_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/json_message_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/json_method_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/json_method_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/path_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/path_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/platform_provided_menu.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/public/flutter_export.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/public/flutter_macros.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/public/flutter_messenger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/public/flutter_plugin_registrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/public/flutter_texture_registrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/test_accessibility_bridge.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/test_accessibility_bridge.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/text_editing_delta.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/text_editing_delta.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/text_input_model.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/text_input_model.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/common/text_range.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/availability_version_check.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/availability_version_check.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/buffer_conversions.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/buffer_conversions.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/command_line.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/command_line.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterChannels.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterTexture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelayTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterChannels.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterChannelsTest.m + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterCodecs.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterTestUtils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterTestUtils.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/flutter_task_queue_dispatch.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/Flutter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Test.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponderTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProjectTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponderTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngineGroup.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngineGroupTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEnginePlatformViewTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngineTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterHeadlessDartRunner.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManagerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterMetalLayerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformPluginTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate_internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPluginTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPluginTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPluginTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextureRegistryRelay.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextureRegistryRelay.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextureRegistryRelayTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUmbrellaImport.m + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPluginTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterView.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterView.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewControllerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/IOKit.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/KeyCodeMap.g.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObject.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObject.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObjectTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/UIViewController_FlutterScreenAndSceneIfLoadedTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/VsyncWaiterIosTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge_test.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/availability_version_check_test.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/connection_collection.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/connection_collection.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/connection_collection_test.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_impeller.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_skia.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context_software.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_context_software.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_external_texture_metal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_external_texture_metal.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_external_view_embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_external_view_embedder.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_impeller.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_skia.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface_software.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/ios_surface_software.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/platform_message_handler_ios.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/platform_message_handler_ios.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/platform_message_handler_ios_test.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/platform_view_ios.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/platform_view_ios.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/rendering_api_selection.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/ios/rendering_api_selection.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterMacOS.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterPluginMacOS.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterPluginRegistrarMacOS.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterViewController.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMacTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegateTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegateTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponder.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponderTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterCompositor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterCompositor.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDartProject.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLinkTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderExternalTextureTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponder.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponderTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngineTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngineTestUtils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngineTestUtils.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyPrimaryResponder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManagerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardViewDelegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPluginTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPlugin_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMouseCursorPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMouseCursorPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorViewTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMacTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewControllerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterRenderer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterRenderer.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurface.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManagerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPluginTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObjectTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTimeConverter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTimeConverter.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterUmbrellaImportTests.m + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterVSyncWaiterTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterView.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterView.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProviderTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewProvider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/KeyCodeMap.g.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/KeyCodeMapTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/KeyCodeMap_Internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/NSView+ClipsToBounds.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/TestFlutterPlatformView.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/darwin/macos/framework/Source/TestFlutterPlatformView.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_engine.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_engine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_exports.lst + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_texture_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_texture_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_texture_metal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_texture_metal.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_texture_resolver.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_texture_resolver.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_view.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_view_embedder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_external_view_embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_include.c + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_include2.c + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_layers.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_layers.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_platform_message_response.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_platform_message_response.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target_cache.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target_cache.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target_skia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_render_target_skia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_semantics_update.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_semantics_update.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_struct_macros.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_gl_impeller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_gl_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_metal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_metal.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_metal_impeller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_metal_impeller.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_software.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_software.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_vulkan.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_surface_vulkan.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_task_runner.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_task_runner.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_thread_host.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/embedder_thread_host.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/pixel_formats.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/pixel_formats.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/platform_view_embedder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/platform_view_embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/test_utils/key_codes.g.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/test_utils/proc_table_replacement.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/vsync_waiter_embedder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/embedder/vsync_waiter_embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/fuchsia/lib/fuchsia.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/handle.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/handle_disposition.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/handle_waiter.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/init.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/system.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/zd_channel.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/zd_handle.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/zircon.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_waiter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_waiter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/natives.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/natives.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/system.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/system.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/basic_types.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/basic_types.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/channel.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/channel.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/macros.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart/compiler.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/builtin_libraries.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/builtin_libraries.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_component_controller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_component_controller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_runner.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_runner.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_test_component_controller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_test_component_controller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/builtin.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/shim.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/snapshot.cc.tmpl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/snapshot.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/snapshot.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/fidl/echo.fidl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/logging.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/main.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/common.shard.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_aot_product_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_aot_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_jit_product_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_jit_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/service_isolate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/service_isolate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/vmservice/empty.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/canvas_spy.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/canvas_spy.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/engine.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/engine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/external_view_embedder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/external_view_embedder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/file_in_namespace_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/flatland_connection.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/flatland_connection.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/focus_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/focus_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/fuchsia_intl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/fuchsia_intl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/isolate_configurator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/isolate_configurator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/kernel/framework_shim.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/keyboard.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/keyboard.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/logging.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/main.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/meta/common.shard.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_product_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_product_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_runner.cml + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/platform_view.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/platform_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/pointer_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/pointer_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/pointer_injector_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/pointer_injector_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/program_metadata.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/rtree.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/rtree.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/runner.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/runner.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/software_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/software_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/software_surface_producer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/software_surface_producer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/surface_producer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/task_runner_adapter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/task_runner_adapter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/text_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/text_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/unique_fdio_ns.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vsync_waiter.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vsync_waiter.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_pool.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_pool.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_producer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_producer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/profiler_symbols/dart_profiler_symbols.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/build_info.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/build_info_in.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/files.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/files.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/handle_exception.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/handle_exception.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/inlines.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/logging.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/root_inspect_node.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/root_inspect_node.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/tempfs.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/tempfs.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmo.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmo.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmservice_object.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmservice_object.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/client_wrapper/flutter_engine.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/client_wrapper/flutter_window_controller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_engine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_window.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_window_controller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/plugin_registrar_glfw.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/event_loop.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/event_loop.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/flutter_glfw.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/glfw_event_loop.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/glfw_event_loop.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/headless_event_loop.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/headless_event_loop.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/key_event_handler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/key_event_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/keyboard_hook_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/platform_handler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/platform_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/public/flutter_glfw.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/system_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/system_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/system_utils_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/text_input_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/glfw/text_input_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_accessible_node.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_accessible_node.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_accessible_node_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_accessible_text_field.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_accessible_text_field.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_accessible_text_field_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_backing_store_provider.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_backing_store_provider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_basic_message_channel.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_basic_message_channel_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_binary_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_binary_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_binary_messenger.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_binary_messenger_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_binary_messenger_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_dart_project.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_dart_project_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_dart_project_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_engine.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_engine_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_engine_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_event_channel.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_event_channel_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_gnome_settings.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_gnome_settings.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_gnome_settings_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_json_message_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_json_message_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_json_method_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_json_method_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_channel_responder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_channel_responder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_channel_responder_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_embedder_responder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_embedder_responder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_embedder_responder_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_embedder_responder_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_event.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_event.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_responder.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_key_responder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_keyboard_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_keyboard_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_keyboard_manager_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_keyboard_view_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_keyboard_view_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_message_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_message_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_call.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_call_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_channel.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_channel_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_channel_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_codec_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_response.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_method_response_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_mouse_cursor_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_mouse_cursor_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_pixel_buffer_texture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_pixel_buffer_texture_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_pixel_buffer_texture_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_platform_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_platform_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_platform_plugin_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_plugin_registrar.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_plugin_registrar_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_plugin_registrar_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_plugin_registry.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_renderer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_renderer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_renderer_gdk.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_renderer_gdk.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_renderer_headless.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_renderer_headless.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_scrolling_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_scrolling_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_scrolling_manager_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_scrolling_view_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_scrolling_view_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings_plugin_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings_portal.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings_portal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_settings_portal_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_standard_message_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_standard_message_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_standard_method_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_standard_method_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_string_codec.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_string_codec_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_task_runner.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_task_runner.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_text_input_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_text_input_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_text_input_plugin_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_text_input_view_delegate.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_text_input_view_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture_gl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture_gl_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture_gl_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture_registrar.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture_registrar_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_texture_registrar_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_value.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_value_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_view.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_view_accessible.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_view_accessible.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_view_accessible_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_view_private.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/fl_view_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/key_mapping.g.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/key_mapping.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/key_mapping_test.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_binary_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_dart_project.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_engine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_event_channel.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_message_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_call.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_channel.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_response.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_plugin_registry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_string_codec.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_texture_gl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_value.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/linux/public/flutter_linux/flutter_linux.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/accessibility_bridge_windows.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/accessibility_bridge_windows.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/accessibility_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/accessibility_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/client_wrapper/flutter_engine.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/client_wrapper/flutter_view_controller.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/dart_project.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/flutter_engine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/flutter_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/flutter_view_controller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/plugin_registrar_windows.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/compositor.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/compositor_opengl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/compositor_opengl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/compositor_software.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/compositor_software.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/cursor_handler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/cursor_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/direct_manipulation.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/direct_manipulation.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/dpi_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/dpi_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/egl.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/egl.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/proc_table.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/proc_table.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/window_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/egl/window_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/event_watcher.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/event_watcher.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/external_texture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/external_texture_d3d.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/external_texture_d3d.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/external_texture_pixelbuffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/external_texture_pixelbuffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_desktop_messenger.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_key_map.g.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_platform_node_delegate_windows.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_platform_node_delegate_windows.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_project_bundle.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_project_bundle.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_window.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_window.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_engine.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_engine.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_internal.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_texture_registrar.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_texture_registrar.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_view.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_view.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/flutter_windows_view_controller.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_handler_base.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_key_channel_handler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_key_channel_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_key_embedder_handler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_key_embedder_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_key_handler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_key_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/keyboard_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/platform_handler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/platform_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/platform_view_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/platform_view_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/platform_view_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/platform_view_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/public/flutter_windows.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/sequential_id_generator.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/sequential_id_generator.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/settings_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/settings_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/system_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/system_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/task_runner.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/task_runner.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/task_runner_window.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/task_runner_window.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/text_input_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/text_input_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/text_input_plugin.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/text_input_plugin.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/window_binding_handler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/window_binding_handler_delegate.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/window_proc_delegate_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/window_proc_delegate_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/window_state.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/windows_lifecycle_manager.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/windows_lifecycle_manager.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/windows_proc_table.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/windows_proc_table.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/platform/windows/windowsx_shim.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/profiling/sampling_profiler.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/profiling/sampling_profiler.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/version/version.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/version/version.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/shell/vmservice/empty.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/color_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/compiler_specific.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/container_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/logging.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/logging.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/macros.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/platform/darwin/scoped_nsobject.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/platform/darwin/scoped_nsobject.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/simple_token.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/simple_token.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/string_utils.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/string_utils.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/transform.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/transform.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/spring_animation/SpringAnimationTest.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/common/build_config.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/common/log.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/common/log.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/common/macros.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/converter/dart_converter.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/converter/dart_converter.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_args.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_binding_macros.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_class_library.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_class_library.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_class_provider.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_class_provider.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_library_natives.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_library_natives.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_list.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_list.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_message_handler.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_message_handler.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_microtask_queue.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_microtask_queue.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_persistent_value.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_persistent_value.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_state.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_state.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_weak_persistent_value.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_weak_persistent_value.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_wrappable.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_wrappable.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/dart_wrapper_info.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/file_loader/file_loader.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/file_loader/file_loader.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/file_loader/file_loader_fuchsia.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/file_loader/file_loader_posix.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/file_loader/file_loader_win.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/filesystem/filesystem/eintr_wrapper.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/filesystem/filesystem/file.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/filesystem/filesystem/file.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/filesystem/filesystem/path.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/filesystem/filesystem/path_posix.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/filesystem/filesystem/path_win.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/filesystem/filesystem/portable_unistd.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/logging/dart_error.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/logging/dart_error.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/logging/dart_invoke.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/logging/dart_invoke.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/parsers/packages_map.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/parsers/packages_map.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/scopes/dart_api_scope.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/scopes/dart_isolate_scope.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/scopes/dart_isolate_scope.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/float32_list.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/float64_list.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/int32_list.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/typed_list.cc + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/typed_list.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/uint16_list.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/tonic/typed_data/uint8_list.h + ../../../flutter/third_party/tonic/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform_fuchsia.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform_linux.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform_mac.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform_mac.mm + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/txt/src/txt/platform_windows.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/web_test_fonts/lib/web_test_fonts.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/web_test_fonts/lib/web_test_fonts/web_test_fonts.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/web_unicode/lib/web_unicode.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/third_party/web_unicode/tool/unicode_sync_script.dart + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/procs/vulkan_handle.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/procs/vulkan_handle.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/procs/vulkan_interface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/procs/vulkan_interface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/procs/vulkan_proc_table.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/procs/vulkan_proc_table.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/swiftshader_path.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_application.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_application.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_backbuffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_backbuffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_command_buffer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_command_buffer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_debug_report.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_debug_report.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_device.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_device.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_image.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_image.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_native_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_native_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_native_surface_android.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_native_surface_android.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_provider.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_provider.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_skia_proc_table.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_skia_proc_table.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_surface.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_surface.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_swapchain.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_swapchain.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_swapchain_stub.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_utilities.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_utilities.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_window.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/vulkan/vulkan_window.h + ../../../flutter/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/.pylintrc
FILE: ../../../flutter/assets/asset_manager.cc
FILE: ../../../flutter/assets/asset_manager.h
FILE: ../../../flutter/assets/asset_resolver.h
FILE: ../../../flutter/assets/directory_asset_bundle.cc
FILE: ../../../flutter/assets/directory_asset_bundle.h
FILE: ../../../flutter/benchmarking/benchmarking.cc
FILE: ../../../flutter/benchmarking/benchmarking.h
FILE: ../../../flutter/benchmarking/library.cc
FILE: ../../../flutter/benchmarking/library.h
FILE: ../../../flutter/common/constants.h
FILE: ../../../flutter/common/exported_symbols.sym
FILE: ../../../flutter/common/exported_symbols_mac.sym
FILE: ../../../flutter/common/exported_test_symbols.sym
FILE: ../../../flutter/common/exported_test_symbols_mac.sym
FILE: ../../../flutter/common/graphics/gl_context_switch.cc
FILE: ../../../flutter/common/graphics/gl_context_switch.h
FILE: ../../../flutter/common/graphics/msaa_sample_count.h
FILE: ../../../flutter/common/graphics/persistent_cache.cc
FILE: ../../../flutter/common/graphics/persistent_cache.h
FILE: ../../../flutter/common/graphics/texture.cc
FILE: ../../../flutter/common/graphics/texture.h
FILE: ../../../flutter/common/settings.cc
FILE: ../../../flutter/common/settings.h
FILE: ../../../flutter/common/task_runners.cc
FILE: ../../../flutter/common/task_runners.h
FILE: ../../../flutter/display_list/benchmarking/dl_benchmarks.cc
FILE: ../../../flutter/display_list/benchmarking/dl_benchmarks.h
FILE: ../../../flutter/display_list/benchmarking/dl_builder_benchmarks.cc
FILE: ../../../flutter/display_list/benchmarking/dl_complexity.cc
FILE: ../../../flutter/display_list/benchmarking/dl_complexity.h
FILE: ../../../flutter/display_list/benchmarking/dl_complexity_gl.cc
FILE: ../../../flutter/display_list/benchmarking/dl_complexity_gl.h
FILE: ../../../flutter/display_list/benchmarking/dl_complexity_helper.h
FILE: ../../../flutter/display_list/benchmarking/dl_complexity_metal.cc
FILE: ../../../flutter/display_list/benchmarking/dl_complexity_metal.h
FILE: ../../../flutter/display_list/benchmarking/dl_region_benchmarks.cc
FILE: ../../../flutter/display_list/benchmarking/dl_transform_benchmarks.cc
FILE: ../../../flutter/display_list/display_list.cc
FILE: ../../../flutter/display_list/display_list.h
FILE: ../../../flutter/display_list/dl_attributes.h
FILE: ../../../flutter/display_list/dl_blend_mode.cc
FILE: ../../../flutter/display_list/dl_blend_mode.h
FILE: ../../../flutter/display_list/dl_builder.cc
FILE: ../../../flutter/display_list/dl_builder.h
FILE: ../../../flutter/display_list/dl_canvas.cc
FILE: ../../../flutter/display_list/dl_canvas.h
FILE: ../../../flutter/display_list/dl_color.h
FILE: ../../../flutter/display_list/dl_op_flags.cc
FILE: ../../../flutter/display_list/dl_op_flags.h
FILE: ../../../flutter/display_list/dl_op_receiver.cc
FILE: ../../../flutter/display_list/dl_op_receiver.h
FILE: ../../../flutter/display_list/dl_op_records.cc
FILE: ../../../flutter/display_list/dl_op_records.h
FILE: ../../../flutter/display_list/dl_paint.cc
FILE: ../../../flutter/display_list/dl_paint.h
FILE: ../../../flutter/display_list/dl_sampling_options.h
FILE: ../../../flutter/display_list/dl_tile_mode.h
FILE: ../../../flutter/display_list/dl_vertices.cc
FILE: ../../../flutter/display_list/dl_vertices.h
FILE: ../../../flutter/display_list/effects/dl_color_filter.cc
FILE: ../../../flutter/display_list/effects/dl_color_filter.h
FILE: ../../../flutter/display_list/effects/dl_color_source.cc
FILE: ../../../flutter/display_list/effects/dl_color_source.h
FILE: ../../../flutter/display_list/effects/dl_image_filter.cc
FILE: ../../../flutter/display_list/effects/dl_image_filter.h
FILE: ../../../flutter/display_list/effects/dl_mask_filter.cc
FILE: ../../../flutter/display_list/effects/dl_mask_filter.h
FILE: ../../../flutter/display_list/effects/dl_path_effect.cc
FILE: ../../../flutter/display_list/effects/dl_path_effect.h
FILE: ../../../flutter/display_list/effects/dl_runtime_effect.cc
FILE: ../../../flutter/display_list/effects/dl_runtime_effect.h
FILE: ../../../flutter/display_list/geometry/dl_region.cc
FILE: ../../../flutter/display_list/geometry/dl_region.h
FILE: ../../../flutter/display_list/geometry/dl_rtree.cc
FILE: ../../../flutter/display_list/geometry/dl_rtree.h
FILE: ../../../flutter/display_list/image/dl_image.cc
FILE: ../../../flutter/display_list/image/dl_image.h
FILE: ../../../flutter/display_list/image/dl_image_skia.cc
FILE: ../../../flutter/display_list/image/dl_image_skia.h
FILE: ../../../flutter/display_list/skia/dl_sk_canvas.cc
FILE: ../../../flutter/display_list/skia/dl_sk_canvas.h
FILE: ../../../flutter/display_list/skia/dl_sk_conversions.cc
FILE: ../../../flutter/display_list/skia/dl_sk_conversions.h
FILE: ../../../flutter/display_list/skia/dl_sk_dispatcher.cc
FILE: ../../../flutter/display_list/skia/dl_sk_dispatcher.h
FILE: ../../../flutter/display_list/skia/dl_sk_paint_dispatcher.cc
FILE: ../../../flutter/display_list/skia/dl_sk_paint_dispatcher.h
FILE: ../../../flutter/display_list/skia/dl_sk_types.h
FILE: ../../../flutter/display_list/utils/dl_bounds_accumulator.cc
FILE: ../../../flutter/display_list/utils/dl_bounds_accumulator.h
FILE: ../../../flutter/display_list/utils/dl_comparable.h
FILE: ../../../flutter/display_list/utils/dl_matrix_clip_tracker.cc
FILE: ../../../flutter/display_list/utils/dl_matrix_clip_tracker.h
FILE: ../../../flutter/display_list/utils/dl_receiver_utils.cc
FILE: ../../../flutter/display_list/utils/dl_receiver_utils.h
FILE: ../../../flutter/flow/compositor_context.cc
FILE: ../../../flutter/flow/compositor_context.h
FILE: ../../../flutter/flow/diff_context.cc
FILE: ../../../flutter/flow/diff_context.h
FILE: ../../../flutter/flow/embedded_views.cc
FILE: ../../../flutter/flow/embedded_views.h
FILE: ../../../flutter/flow/flow_test_utils.cc
FILE: ../../../flutter/flow/flow_test_utils.h
FILE: ../../../flutter/flow/frame_timings.cc
FILE: ../../../flutter/flow/frame_timings.h
FILE: ../../../flutter/flow/layer_snapshot_store.cc
FILE: ../../../flutter/flow/layer_snapshot_store.h
FILE: ../../../flutter/flow/layers/backdrop_filter_layer.cc
FILE: ../../../flutter/flow/layers/backdrop_filter_layer.h
FILE: ../../../flutter/flow/layers/cacheable_layer.cc
FILE: ../../../flutter/flow/layers/cacheable_layer.h
FILE: ../../../flutter/flow/layers/clip_path_layer.cc
FILE: ../../../flutter/flow/layers/clip_path_layer.h
FILE: ../../../flutter/flow/layers/clip_rect_layer.cc
FILE: ../../../flutter/flow/layers/clip_rect_layer.h
FILE: ../../../flutter/flow/layers/clip_rrect_layer.cc
FILE: ../../../flutter/flow/layers/clip_rrect_layer.h
FILE: ../../../flutter/flow/layers/clip_shape_layer.h
FILE: ../../../flutter/flow/layers/color_filter_layer.cc
FILE: ../../../flutter/flow/layers/color_filter_layer.h
FILE: ../../../flutter/flow/layers/container_layer.cc
FILE: ../../../flutter/flow/layers/container_layer.h
FILE: ../../../flutter/flow/layers/display_list_layer.cc
FILE: ../../../flutter/flow/layers/display_list_layer.h
FILE: ../../../flutter/flow/layers/display_list_raster_cache_item.cc
FILE: ../../../flutter/flow/layers/display_list_raster_cache_item.h
FILE: ../../../flutter/flow/layers/image_filter_layer.cc
FILE: ../../../flutter/flow/layers/image_filter_layer.h
FILE: ../../../flutter/flow/layers/layer.cc
FILE: ../../../flutter/flow/layers/layer.h
FILE: ../../../flutter/flow/layers/layer_raster_cache_item.cc
FILE: ../../../flutter/flow/layers/layer_raster_cache_item.h
FILE: ../../../flutter/flow/layers/layer_state_stack.cc
FILE: ../../../flutter/flow/layers/layer_state_stack.h
FILE: ../../../flutter/flow/layers/layer_tree.cc
FILE: ../../../flutter/flow/layers/layer_tree.h
FILE: ../../../flutter/flow/layers/offscreen_surface.cc
FILE: ../../../flutter/flow/layers/offscreen_surface.h
FILE: ../../../flutter/flow/layers/opacity_layer.cc
FILE: ../../../flutter/flow/layers/opacity_layer.h
FILE: ../../../flutter/flow/layers/performance_overlay_layer.cc
FILE: ../../../flutter/flow/layers/performance_overlay_layer.h
FILE: ../../../flutter/flow/layers/platform_view_layer.cc
FILE: ../../../flutter/flow/layers/platform_view_layer.h
FILE: ../../../flutter/flow/layers/shader_mask_layer.cc
FILE: ../../../flutter/flow/layers/shader_mask_layer.h
FILE: ../../../flutter/flow/layers/texture_layer.cc
FILE: ../../../flutter/flow/layers/texture_layer.h
FILE: ../../../flutter/flow/layers/transform_layer.cc
FILE: ../../../flutter/flow/layers/transform_layer.h
FILE: ../../../flutter/flow/paint_region.cc
FILE: ../../../flutter/flow/paint_region.h
FILE: ../../../flutter/flow/paint_utils.cc
FILE: ../../../flutter/flow/paint_utils.h
FILE: ../../../flutter/flow/raster_cache.cc
FILE: ../../../flutter/flow/raster_cache.h
FILE: ../../../flutter/flow/raster_cache_item.h
FILE: ../../../flutter/flow/raster_cache_key.cc
FILE: ../../../flutter/flow/raster_cache_key.h
FILE: ../../../flutter/flow/raster_cache_util.cc
FILE: ../../../flutter/flow/raster_cache_util.h
FILE: ../../../flutter/flow/skia_gpu_object.h
FILE: ../../../flutter/flow/stopwatch.cc
FILE: ../../../flutter/flow/stopwatch.h
FILE: ../../../flutter/flow/stopwatch_dl.cc
FILE: ../../../flutter/flow/stopwatch_dl.h
FILE: ../../../flutter/flow/stopwatch_sk.cc
FILE: ../../../flutter/flow/stopwatch_sk.h
FILE: ../../../flutter/flow/surface.cc
FILE: ../../../flutter/flow/surface.h
FILE: ../../../flutter/flow/surface_frame.cc
FILE: ../../../flutter/flow/surface_frame.h
FILE: ../../../flutter/flutter_vma/flutter_skia_vma.cc
FILE: ../../../flutter/flutter_vma/flutter_skia_vma.h
FILE: ../../../flutter/flutter_vma/flutter_vma.cc
FILE: ../../../flutter/flutter_vma/flutter_vma.h
FILE: ../../../flutter/fml/ascii_trie.cc
FILE: ../../../flutter/fml/ascii_trie.h
FILE: ../../../flutter/fml/backtrace.cc
FILE: ../../../flutter/fml/backtrace.h
FILE: ../../../flutter/fml/backtrace_stub.cc
FILE: ../../../flutter/fml/base32.cc
FILE: ../../../flutter/fml/base32.h
FILE: ../../../flutter/fml/build_config.h
FILE: ../../../flutter/fml/closure.h
FILE: ../../../flutter/fml/command_line.cc
FILE: ../../../flutter/fml/command_line.h
FILE: ../../../flutter/fml/compiler_specific.h
FILE: ../../../flutter/fml/concurrent_message_loop.cc
FILE: ../../../flutter/fml/concurrent_message_loop.h
FILE: ../../../flutter/fml/concurrent_message_loop_factory.cc
FILE: ../../../flutter/fml/container.h
FILE: ../../../flutter/fml/cpu_affinity.cc
FILE: ../../../flutter/fml/cpu_affinity.h
FILE: ../../../flutter/fml/delayed_task.cc
FILE: ../../../flutter/fml/delayed_task.h
FILE: ../../../flutter/fml/eintr_wrapper.h
FILE: ../../../flutter/fml/endianness.cc
FILE: ../../../flutter/fml/endianness.h
FILE: ../../../flutter/fml/file.cc
FILE: ../../../flutter/fml/file.h
FILE: ../../../flutter/fml/hash_combine.h
FILE: ../../../flutter/fml/hex_codec.cc
FILE: ../../../flutter/fml/hex_codec.h
FILE: ../../../flutter/fml/icu_util.cc
FILE: ../../../flutter/fml/icu_util.h
FILE: ../../../flutter/fml/log_level.h
FILE: ../../../flutter/fml/log_settings.cc
FILE: ../../../flutter/fml/log_settings.h
FILE: ../../../flutter/fml/log_settings_state.cc
FILE: ../../../flutter/fml/logging.cc
FILE: ../../../flutter/fml/logging.h
FILE: ../../../flutter/fml/macros.h
FILE: ../../../flutter/fml/make_copyable.h
FILE: ../../../flutter/fml/mapping.cc
FILE: ../../../flutter/fml/mapping.h
FILE: ../../../flutter/fml/math.h
FILE: ../../../flutter/fml/memory/ref_counted.h
FILE: ../../../flutter/fml/memory/ref_counted_internal.h
FILE: ../../../flutter/fml/memory/ref_ptr.h
FILE: ../../../flutter/fml/memory/ref_ptr_internal.h
FILE: ../../../flutter/fml/memory/task_runner_checker.cc
FILE: ../../../flutter/fml/memory/task_runner_checker.h
FILE: ../../../flutter/fml/memory/thread_checker.cc
FILE: ../../../flutter/fml/memory/thread_checker.h
FILE: ../../../flutter/fml/memory/weak_ptr.h
FILE: ../../../flutter/fml/memory/weak_ptr_internal.cc
FILE: ../../../flutter/fml/memory/weak_ptr_internal.h
FILE: ../../../flutter/fml/message_loop.cc
FILE: ../../../flutter/fml/message_loop.h
FILE: ../../../flutter/fml/message_loop_impl.cc
FILE: ../../../flutter/fml/message_loop_impl.h
FILE: ../../../flutter/fml/message_loop_task_queues.cc
FILE: ../../../flutter/fml/message_loop_task_queues.h
FILE: ../../../flutter/fml/message_loop_task_queues_benchmark.cc
FILE: ../../../flutter/fml/native_library.h
FILE: ../../../flutter/fml/paths.cc
FILE: ../../../flutter/fml/paths.h
FILE: ../../../flutter/fml/platform/android/cpu_affinity.cc
FILE: ../../../flutter/fml/platform/android/cpu_affinity.h
FILE: ../../../flutter/fml/platform/android/jni_util.cc
FILE: ../../../flutter/fml/platform/android/jni_util.h
FILE: ../../../flutter/fml/platform/android/jni_weak_ref.cc
FILE: ../../../flutter/fml/platform/android/jni_weak_ref.h
FILE: ../../../flutter/fml/platform/android/message_loop_android.cc
FILE: ../../../flutter/fml/platform/android/message_loop_android.h
FILE: ../../../flutter/fml/platform/android/paths_android.cc
FILE: ../../../flutter/fml/platform/android/paths_android.h
FILE: ../../../flutter/fml/platform/android/scoped_java_ref.cc
FILE: ../../../flutter/fml/platform/android/scoped_java_ref.h
FILE: ../../../flutter/fml/platform/darwin/cf_utils.cc
FILE: ../../../flutter/fml/platform/darwin/cf_utils.h
FILE: ../../../flutter/fml/platform/darwin/concurrent_message_loop_factory.mm
FILE: ../../../flutter/fml/platform/darwin/message_loop_darwin.h
FILE: ../../../flutter/fml/platform/darwin/message_loop_darwin.mm
FILE: ../../../flutter/fml/platform/darwin/paths_darwin.mm
FILE: ../../../flutter/fml/platform/darwin/platform_version.h
FILE: ../../../flutter/fml/platform/darwin/platform_version.mm
FILE: ../../../flutter/fml/platform/darwin/scoped_block.h
FILE: ../../../flutter/fml/platform/darwin/scoped_block.mm
FILE: ../../../flutter/fml/platform/darwin/scoped_nsautorelease_pool.cc
FILE: ../../../flutter/fml/platform/darwin/scoped_nsautorelease_pool.h
FILE: ../../../flutter/fml/platform/darwin/scoped_nsobject.h
FILE: ../../../flutter/fml/platform/darwin/scoped_nsobject.mm
FILE: ../../../flutter/fml/platform/darwin/scoped_policy.h
FILE: ../../../flutter/fml/platform/darwin/scoped_typeref.h
FILE: ../../../flutter/fml/platform/darwin/string_range_sanitization.h
FILE: ../../../flutter/fml/platform/darwin/string_range_sanitization.mm
FILE: ../../../flutter/fml/platform/darwin/weak_nsobject.h
FILE: ../../../flutter/fml/platform/darwin/weak_nsobject.mm
FILE: ../../../flutter/fml/platform/fuchsia/log_interest_listener.cc
FILE: ../../../flutter/fml/platform/fuchsia/log_interest_listener.h
FILE: ../../../flutter/fml/platform/fuchsia/log_state.cc
FILE: ../../../flutter/fml/platform/fuchsia/log_state.h
FILE: ../../../flutter/fml/platform/fuchsia/message_loop_fuchsia.cc
FILE: ../../../flutter/fml/platform/fuchsia/message_loop_fuchsia.h
FILE: ../../../flutter/fml/platform/fuchsia/paths_fuchsia.cc
FILE: ../../../flutter/fml/platform/fuchsia/task_observers.cc
FILE: ../../../flutter/fml/platform/fuchsia/task_observers.h
FILE: ../../../flutter/fml/platform/linux/message_loop_linux.cc
FILE: ../../../flutter/fml/platform/linux/message_loop_linux.h
FILE: ../../../flutter/fml/platform/linux/paths_linux.cc
FILE: ../../../flutter/fml/platform/linux/timerfd.cc
FILE: ../../../flutter/fml/platform/linux/timerfd.h
FILE: ../../../flutter/fml/platform/posix/command_line_posix.cc
FILE: ../../../flutter/fml/platform/posix/file_posix.cc
FILE: ../../../flutter/fml/platform/posix/mapping_posix.cc
FILE: ../../../flutter/fml/platform/posix/native_library_posix.cc
FILE: ../../../flutter/fml/platform/posix/paths_posix.cc
FILE: ../../../flutter/fml/platform/posix/posix_wrappers_posix.cc
FILE: ../../../flutter/fml/platform/posix/process_posix.cc
FILE: ../../../flutter/fml/platform/posix/shared_mutex_posix.cc
FILE: ../../../flutter/fml/platform/posix/shared_mutex_posix.h
FILE: ../../../flutter/fml/platform/win/command_line_win.cc
FILE: ../../../flutter/fml/platform/win/errors_win.cc
FILE: ../../../flutter/fml/platform/win/errors_win.h
FILE: ../../../flutter/fml/platform/win/file_win.cc
FILE: ../../../flutter/fml/platform/win/mapping_win.cc
FILE: ../../../flutter/fml/platform/win/message_loop_win.cc
FILE: ../../../flutter/fml/platform/win/message_loop_win.h
FILE: ../../../flutter/fml/platform/win/native_library_win.cc
FILE: ../../../flutter/fml/platform/win/paths_win.cc
FILE: ../../../flutter/fml/platform/win/posix_wrappers_win.cc
FILE: ../../../flutter/fml/platform/win/process_win.cc
FILE: ../../../flutter/fml/platform/win/wstring_conversion.cc
FILE: ../../../flutter/fml/platform/win/wstring_conversion.h
FILE: ../../../flutter/fml/posix_wrappers.h
FILE: ../../../flutter/fml/process.h
FILE: ../../../flutter/fml/raster_thread_merger.cc
FILE: ../../../flutter/fml/raster_thread_merger.h
FILE: ../../../flutter/fml/shared_thread_merger.cc
FILE: ../../../flutter/fml/shared_thread_merger.h
FILE: ../../../flutter/fml/size.h
FILE: ../../../flutter/fml/status.h
FILE: ../../../flutter/fml/status_or.h
FILE: ../../../flutter/fml/string_conversion.cc
FILE: ../../../flutter/fml/string_conversion.h
FILE: ../../../flutter/fml/synchronization/atomic_object.h
FILE: ../../../flutter/fml/synchronization/count_down_latch.cc
FILE: ../../../flutter/fml/synchronization/count_down_latch.h
FILE: ../../../flutter/fml/synchronization/semaphore.cc
FILE: ../../../flutter/fml/synchronization/semaphore.h
FILE: ../../../flutter/fml/synchronization/shared_mutex.h
FILE: ../../../flutter/fml/synchronization/shared_mutex_std.cc
FILE: ../../../flutter/fml/synchronization/shared_mutex_std.h
FILE: ../../../flutter/fml/synchronization/sync_switch.cc
FILE: ../../../flutter/fml/synchronization/sync_switch.h
FILE: ../../../flutter/fml/synchronization/waitable_event.cc
FILE: ../../../flutter/fml/synchronization/waitable_event.h
FILE: ../../../flutter/fml/task_queue_id.h
FILE: ../../../flutter/fml/task_runner.cc
FILE: ../../../flutter/fml/task_runner.h
FILE: ../../../flutter/fml/task_source.cc
FILE: ../../../flutter/fml/task_source.h
FILE: ../../../flutter/fml/task_source_grade.h
FILE: ../../../flutter/fml/thread.cc
FILE: ../../../flutter/fml/thread.h
FILE: ../../../flutter/fml/time/chrono_timestamp_provider.cc
FILE: ../../../flutter/fml/time/chrono_timestamp_provider.h
FILE: ../../../flutter/fml/time/time_delta.h
FILE: ../../../flutter/fml/time/time_point.cc
FILE: ../../../flutter/fml/time/time_point.h
FILE: ../../../flutter/fml/time/timestamp_provider.h
FILE: ../../../flutter/fml/trace_event.cc
FILE: ../../../flutter/fml/trace_event.h
FILE: ../../../flutter/fml/unique_fd.cc
FILE: ../../../flutter/fml/unique_fd.h
FILE: ../../../flutter/fml/unique_object.h
FILE: ../../../flutter/fml/wakeable.h
FILE: ../../../flutter/impeller/aiks/aiks_context.cc
FILE: ../../../flutter/impeller/aiks/aiks_context.h
FILE: ../../../flutter/impeller/aiks/aiks_playground.cc
FILE: ../../../flutter/impeller/aiks/aiks_playground.h
FILE: ../../../flutter/impeller/aiks/aiks_playground_inspector.cc
FILE: ../../../flutter/impeller/aiks/aiks_playground_inspector.h
FILE: ../../../flutter/impeller/aiks/canvas.cc
FILE: ../../../flutter/impeller/aiks/canvas.h
FILE: ../../../flutter/impeller/aiks/canvas_benchmarks.cc
FILE: ../../../flutter/impeller/aiks/canvas_recorder.h
FILE: ../../../flutter/impeller/aiks/canvas_type.h
FILE: ../../../flutter/impeller/aiks/color_filter.cc
FILE: ../../../flutter/impeller/aiks/color_filter.h
FILE: ../../../flutter/impeller/aiks/color_source.cc
FILE: ../../../flutter/impeller/aiks/color_source.h
FILE: ../../../flutter/impeller/aiks/image.cc
FILE: ../../../flutter/impeller/aiks/image.h
FILE: ../../../flutter/impeller/aiks/image_filter.cc
FILE: ../../../flutter/impeller/aiks/image_filter.h
FILE: ../../../flutter/impeller/aiks/paint.cc
FILE: ../../../flutter/impeller/aiks/paint.h
FILE: ../../../flutter/impeller/aiks/paint_pass_delegate.cc
FILE: ../../../flutter/impeller/aiks/paint_pass_delegate.h
FILE: ../../../flutter/impeller/aiks/picture.cc
FILE: ../../../flutter/impeller/aiks/picture.h
FILE: ../../../flutter/impeller/aiks/picture_recorder.cc
FILE: ../../../flutter/impeller/aiks/picture_recorder.h
FILE: ../../../flutter/impeller/aiks/trace_serializer.cc
FILE: ../../../flutter/impeller/aiks/trace_serializer.h
FILE: ../../../flutter/impeller/base/allocation.cc
FILE: ../../../flutter/impeller/base/allocation.h
FILE: ../../../flutter/impeller/base/backend_cast.h
FILE: ../../../flutter/impeller/base/comparable.cc
FILE: ../../../flutter/impeller/base/comparable.h
FILE: ../../../flutter/impeller/base/config.h
FILE: ../../../flutter/impeller/base/mask.h
FILE: ../../../flutter/impeller/base/promise.cc
FILE: ../../../flutter/impeller/base/promise.h
FILE: ../../../flutter/impeller/base/strings.cc
FILE: ../../../flutter/impeller/base/strings.h
FILE: ../../../flutter/impeller/base/thread.cc
FILE: ../../../flutter/impeller/base/thread.h
FILE: ../../../flutter/impeller/base/thread_safety.cc
FILE: ../../../flutter/impeller/base/thread_safety.h
FILE: ../../../flutter/impeller/base/timing.h
FILE: ../../../flutter/impeller/base/validation.cc
FILE: ../../../flutter/impeller/base/validation.h
FILE: ../../../flutter/impeller/base/version.cc
FILE: ../../../flutter/impeller/base/version.h
FILE: ../../../flutter/impeller/compiler/code_gen_template.h
FILE: ../../../flutter/impeller/compiler/compiler.cc
FILE: ../../../flutter/impeller/compiler/compiler.h
FILE: ../../../flutter/impeller/compiler/compiler_backend.cc
FILE: ../../../flutter/impeller/compiler/compiler_backend.h
FILE: ../../../flutter/impeller/compiler/compiler_test.cc
FILE: ../../../flutter/impeller/compiler/compiler_test.h
FILE: ../../../flutter/impeller/compiler/constants.cc
FILE: ../../../flutter/impeller/compiler/constants.h
FILE: ../../../flutter/impeller/compiler/impellerc_main.cc
FILE: ../../../flutter/impeller/compiler/include_dir.h
FILE: ../../../flutter/impeller/compiler/includer.cc
FILE: ../../../flutter/impeller/compiler/includer.h
FILE: ../../../flutter/impeller/compiler/logger.h
FILE: ../../../flutter/impeller/compiler/reflector.cc
FILE: ../../../flutter/impeller/compiler/reflector.h
FILE: ../../../flutter/impeller/compiler/runtime_stage_data.cc
FILE: ../../../flutter/impeller/compiler/runtime_stage_data.h
FILE: ../../../flutter/impeller/compiler/shader_bundle.cc
FILE: ../../../flutter/impeller/compiler/shader_bundle.h
FILE: ../../../flutter/impeller/compiler/shader_bundle_data.cc
FILE: ../../../flutter/impeller/compiler/shader_bundle_data.h
FILE: ../../../flutter/impeller/compiler/shader_lib/flutter/runtime_effect.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/blending.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/branching.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/color.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/constants.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/conversions.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/dithering.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/external_texture_oes.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/gaussian.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/gradient.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/path.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/prefix_sum.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/texture.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/tile_mode.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/transform.glsl
FILE: ../../../flutter/impeller/compiler/shader_lib/impeller/types.glsl
FILE: ../../../flutter/impeller/compiler/source_options.cc
FILE: ../../../flutter/impeller/compiler/source_options.h
FILE: ../../../flutter/impeller/compiler/spirv_compiler.cc
FILE: ../../../flutter/impeller/compiler/spirv_compiler.h
FILE: ../../../flutter/impeller/compiler/spirv_sksl.cc
FILE: ../../../flutter/impeller/compiler/spirv_sksl.h
FILE: ../../../flutter/impeller/compiler/switches.cc
FILE: ../../../flutter/impeller/compiler/switches.h
FILE: ../../../flutter/impeller/compiler/types.cc
FILE: ../../../flutter/impeller/compiler/types.h
FILE: ../../../flutter/impeller/compiler/uniform_sorter.cc
FILE: ../../../flutter/impeller/compiler/uniform_sorter.h
FILE: ../../../flutter/impeller/compiler/utilities.cc
FILE: ../../../flutter/impeller/compiler/utilities.h
FILE: ../../../flutter/impeller/core/allocator.cc
FILE: ../../../flutter/impeller/core/allocator.h
FILE: ../../../flutter/impeller/core/buffer_view.cc
FILE: ../../../flutter/impeller/core/buffer_view.h
FILE: ../../../flutter/impeller/core/capture.cc
FILE: ../../../flutter/impeller/core/capture.h
FILE: ../../../flutter/impeller/core/device_buffer.cc
FILE: ../../../flutter/impeller/core/device_buffer.h
FILE: ../../../flutter/impeller/core/device_buffer_descriptor.cc
FILE: ../../../flutter/impeller/core/device_buffer_descriptor.h
FILE: ../../../flutter/impeller/core/formats.cc
FILE: ../../../flutter/impeller/core/formats.h
FILE: ../../../flutter/impeller/core/host_buffer.cc
FILE: ../../../flutter/impeller/core/host_buffer.h
FILE: ../../../flutter/impeller/core/platform.cc
FILE: ../../../flutter/impeller/core/platform.h
FILE: ../../../flutter/impeller/core/range.cc
FILE: ../../../flutter/impeller/core/range.h
FILE: ../../../flutter/impeller/core/resource_binder.cc
FILE: ../../../flutter/impeller/core/resource_binder.h
FILE: ../../../flutter/impeller/core/runtime_types.cc
FILE: ../../../flutter/impeller/core/runtime_types.h
FILE: ../../../flutter/impeller/core/sampler.cc
FILE: ../../../flutter/impeller/core/sampler.h
FILE: ../../../flutter/impeller/core/sampler_descriptor.cc
FILE: ../../../flutter/impeller/core/sampler_descriptor.h
FILE: ../../../flutter/impeller/core/shader_types.cc
FILE: ../../../flutter/impeller/core/shader_types.h
FILE: ../../../flutter/impeller/core/texture.cc
FILE: ../../../flutter/impeller/core/texture.h
FILE: ../../../flutter/impeller/core/texture_descriptor.cc
FILE: ../../../flutter/impeller/core/texture_descriptor.h
FILE: ../../../flutter/impeller/core/vertex_buffer.cc
FILE: ../../../flutter/impeller/core/vertex_buffer.h
FILE: ../../../flutter/impeller/display_list/dl_dispatcher.cc
FILE: ../../../flutter/impeller/display_list/dl_dispatcher.h
FILE: ../../../flutter/impeller/display_list/dl_image_impeller.cc
FILE: ../../../flutter/impeller/display_list/dl_image_impeller.h
FILE: ../../../flutter/impeller/display_list/dl_playground.cc
FILE: ../../../flutter/impeller/display_list/dl_playground.h
FILE: ../../../flutter/impeller/display_list/dl_vertices_geometry.cc
FILE: ../../../flutter/impeller/display_list/dl_vertices_geometry.h
FILE: ../../../flutter/impeller/display_list/nine_patch_converter.cc
FILE: ../../../flutter/impeller/display_list/nine_patch_converter.h
FILE: ../../../flutter/impeller/display_list/skia_conversions.cc
FILE: ../../../flutter/impeller/display_list/skia_conversions.h
FILE: ../../../flutter/impeller/entity/contents/anonymous_contents.cc
FILE: ../../../flutter/impeller/entity/contents/anonymous_contents.h
FILE: ../../../flutter/impeller/entity/contents/atlas_contents.cc
FILE: ../../../flutter/impeller/entity/contents/atlas_contents.h
FILE: ../../../flutter/impeller/entity/contents/checkerboard_contents.cc
FILE: ../../../flutter/impeller/entity/contents/checkerboard_contents.h
FILE: ../../../flutter/impeller/entity/contents/clip_contents.cc
FILE: ../../../flutter/impeller/entity/contents/clip_contents.h
FILE: ../../../flutter/impeller/entity/contents/color_source_contents.cc
FILE: ../../../flutter/impeller/entity/contents/color_source_contents.h
FILE: ../../../flutter/impeller/entity/contents/conical_gradient_contents.cc
FILE: ../../../flutter/impeller/entity/contents/conical_gradient_contents.h
FILE: ../../../flutter/impeller/entity/contents/content_context.cc
FILE: ../../../flutter/impeller/entity/contents/content_context.h
FILE: ../../../flutter/impeller/entity/contents/contents.cc
FILE: ../../../flutter/impeller/entity/contents/contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/blend_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/blend_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/border_mask_blur_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/border_mask_blur_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/color_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/color_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/color_matrix_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/color_matrix_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.cc
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.h
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/filter_contents_filter_input.cc
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/filter_contents_filter_input.h
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/filter_input.cc
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/filter_input.h
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/placeholder_filter_input.cc
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/placeholder_filter_input.h
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/texture_filter_input.cc
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/texture_filter_input.h
FILE: ../../../flutter/impeller/entity/contents/filters/linear_to_srgb_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/linear_to_srgb_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/local_matrix_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/local_matrix_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/matrix_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/matrix_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/morphology_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/morphology_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/srgb_to_linear_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/srgb_to_linear_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/filters/yuv_to_rgb_filter_contents.cc
FILE: ../../../flutter/impeller/entity/contents/filters/yuv_to_rgb_filter_contents.h
FILE: ../../../flutter/impeller/entity/contents/framebuffer_blend_contents.cc
FILE: ../../../flutter/impeller/entity/contents/framebuffer_blend_contents.h
FILE: ../../../flutter/impeller/entity/contents/gradient_generator.cc
FILE: ../../../flutter/impeller/entity/contents/gradient_generator.h
FILE: ../../../flutter/impeller/entity/contents/linear_gradient_contents.cc
FILE: ../../../flutter/impeller/entity/contents/linear_gradient_contents.h
FILE: ../../../flutter/impeller/entity/contents/radial_gradient_contents.cc
FILE: ../../../flutter/impeller/entity/contents/radial_gradient_contents.h
FILE: ../../../flutter/impeller/entity/contents/runtime_effect_contents.cc
FILE: ../../../flutter/impeller/entity/contents/runtime_effect_contents.h
FILE: ../../../flutter/impeller/entity/contents/scene_contents.cc
FILE: ../../../flutter/impeller/entity/contents/scene_contents.h
FILE: ../../../flutter/impeller/entity/contents/solid_color_contents.cc
FILE: ../../../flutter/impeller/entity/contents/solid_color_contents.h
FILE: ../../../flutter/impeller/entity/contents/solid_rrect_blur_contents.cc
FILE: ../../../flutter/impeller/entity/contents/solid_rrect_blur_contents.h
FILE: ../../../flutter/impeller/entity/contents/sweep_gradient_contents.cc
FILE: ../../../flutter/impeller/entity/contents/sweep_gradient_contents.h
FILE: ../../../flutter/impeller/entity/contents/text_contents.cc
FILE: ../../../flutter/impeller/entity/contents/text_contents.h
FILE: ../../../flutter/impeller/entity/contents/texture_contents.cc
FILE: ../../../flutter/impeller/entity/contents/texture_contents.h
FILE: ../../../flutter/impeller/entity/contents/tiled_texture_contents.cc
FILE: ../../../flutter/impeller/entity/contents/tiled_texture_contents.h
FILE: ../../../flutter/impeller/entity/contents/vertices_contents.cc
FILE: ../../../flutter/impeller/entity/contents/vertices_contents.h
FILE: ../../../flutter/impeller/entity/entity.cc
FILE: ../../../flutter/impeller/entity/entity.h
FILE: ../../../flutter/impeller/entity/entity_pass.cc
FILE: ../../../flutter/impeller/entity/entity_pass.h
FILE: ../../../flutter/impeller/entity/entity_pass_delegate.cc
FILE: ../../../flutter/impeller/entity/entity_pass_delegate.h
FILE: ../../../flutter/impeller/entity/entity_pass_target.cc
FILE: ../../../flutter/impeller/entity/entity_pass_target.h
FILE: ../../../flutter/impeller/entity/entity_playground.cc
FILE: ../../../flutter/impeller/entity/entity_playground.h
FILE: ../../../flutter/impeller/entity/geometry/circle_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/circle_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/cover_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/cover_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/ellipse_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/ellipse_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/fill_path_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/fill_path_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/geometry.h
FILE: ../../../flutter/impeller/entity/geometry/line_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/line_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/point_field_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/point_field_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/rect_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/rect_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/round_rect_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/round_rect_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/stroke_path_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/stroke_path_geometry.h
FILE: ../../../flutter/impeller/entity/geometry/vertices_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/vertices_geometry.h
FILE: ../../../flutter/impeller/entity/inline_pass_context.cc
FILE: ../../../flutter/impeller/entity/inline_pass_context.h
FILE: ../../../flutter/impeller/entity/render_target_cache.cc
FILE: ../../../flutter/impeller/entity/render_target_cache.h
FILE: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.frag
FILE: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.vert
FILE: ../../../flutter/impeller/entity/shaders/blending/blend.frag
FILE: ../../../flutter/impeller/entity/shaders/blending/blend.vert
FILE: ../../../flutter/impeller/entity/shaders/blending/blend_select.glsl
FILE: ../../../flutter/impeller/entity/shaders/blending/framebuffer_blend.frag
FILE: ../../../flutter/impeller/entity/shaders/blending/framebuffer_blend.vert
FILE: ../../../flutter/impeller/entity/shaders/blending/porter_duff_blend.frag
FILE: ../../../flutter/impeller/entity/shaders/blending/porter_duff_blend.vert
FILE: ../../../flutter/impeller/entity/shaders/border_mask_blur.frag
FILE: ../../../flutter/impeller/entity/shaders/border_mask_blur.vert
FILE: ../../../flutter/impeller/entity/shaders/clip.frag
FILE: ../../../flutter/impeller/entity/shaders/clip.vert
FILE: ../../../flutter/impeller/entity/shaders/color_matrix_color_filter.frag
FILE: ../../../flutter/impeller/entity/shaders/color_matrix_color_filter.vert
FILE: ../../../flutter/impeller/entity/shaders/conical_gradient_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/conical_gradient_ssbo_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/debug/checkerboard.frag
FILE: ../../../flutter/impeller/entity/shaders/debug/checkerboard.vert
FILE: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur.glsl
FILE: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur.vert
FILE: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur_noalpha_decal.frag
FILE: ../../../flutter/impeller/entity/shaders/gaussian_blur/gaussian_blur_noalpha_nodecal.frag
FILE: ../../../flutter/impeller/entity/shaders/gaussian_blur/kernel.glsl
FILE: ../../../flutter/impeller/entity/shaders/gaussian_blur/kernel_decal.frag
FILE: ../../../flutter/impeller/entity/shaders/gaussian_blur/kernel_nodecal.frag
FILE: ../../../flutter/impeller/entity/shaders/geometry/points.comp
FILE: ../../../flutter/impeller/entity/shaders/geometry/uv.comp
FILE: ../../../flutter/impeller/entity/shaders/glyph_atlas.frag
FILE: ../../../flutter/impeller/entity/shaders/glyph_atlas.vert
FILE: ../../../flutter/impeller/entity/shaders/glyph_atlas_color.frag
FILE: ../../../flutter/impeller/entity/shaders/gradient_fill.vert
FILE: ../../../flutter/impeller/entity/shaders/linear_gradient_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/linear_gradient_ssbo_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/linear_to_srgb_filter.frag
FILE: ../../../flutter/impeller/entity/shaders/linear_to_srgb_filter.vert
FILE: ../../../flutter/impeller/entity/shaders/morphology_filter.frag
FILE: ../../../flutter/impeller/entity/shaders/morphology_filter.vert
FILE: ../../../flutter/impeller/entity/shaders/position_color.vert
FILE: ../../../flutter/impeller/entity/shaders/radial_gradient_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/radial_gradient_ssbo_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/rrect_blur.frag
FILE: ../../../flutter/impeller/entity/shaders/rrect_blur.vert
FILE: ../../../flutter/impeller/entity/shaders/runtime_effect.vert
FILE: ../../../flutter/impeller/entity/shaders/solid_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/solid_fill.vert
FILE: ../../../flutter/impeller/entity/shaders/srgb_to_linear_filter.frag
FILE: ../../../flutter/impeller/entity/shaders/srgb_to_linear_filter.vert
FILE: ../../../flutter/impeller/entity/shaders/sweep_gradient_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/sweep_gradient_ssbo_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/texture_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/texture_fill.vert
FILE: ../../../flutter/impeller/entity/shaders/texture_fill_external.frag
FILE: ../../../flutter/impeller/entity/shaders/texture_fill_strict_src.frag
FILE: ../../../flutter/impeller/entity/shaders/tiled_texture_fill.frag
FILE: ../../../flutter/impeller/entity/shaders/tiled_texture_fill_external.frag
FILE: ../../../flutter/impeller/entity/shaders/vertices.frag
FILE: ../../../flutter/impeller/entity/shaders/yuv_to_rgb_filter.frag
FILE: ../../../flutter/impeller/entity/shaders/yuv_to_rgb_filter.vert
FILE: ../../../flutter/impeller/geometry/color.cc
FILE: ../../../flutter/impeller/geometry/color.h
FILE: ../../../flutter/impeller/geometry/constants.cc
FILE: ../../../flutter/impeller/geometry/constants.h
FILE: ../../../flutter/impeller/geometry/geometry_asserts.h
FILE: ../../../flutter/impeller/geometry/geometry_benchmarks.cc
FILE: ../../../flutter/impeller/geometry/gradient.cc
FILE: ../../../flutter/impeller/geometry/gradient.h
FILE: ../../../flutter/impeller/geometry/half.h
FILE: ../../../flutter/impeller/geometry/matrix.cc
FILE: ../../../flutter/impeller/geometry/matrix.h
FILE: ../../../flutter/impeller/geometry/matrix_decomposition.cc
FILE: ../../../flutter/impeller/geometry/matrix_decomposition.h
FILE: ../../../flutter/impeller/geometry/path.cc
FILE: ../../../flutter/impeller/geometry/path.h
FILE: ../../../flutter/impeller/geometry/path_builder.cc
FILE: ../../../flutter/impeller/geometry/path_builder.h
FILE: ../../../flutter/impeller/geometry/path_component.cc
FILE: ../../../flutter/impeller/geometry/path_component.h
FILE: ../../../flutter/impeller/geometry/point.cc
FILE: ../../../flutter/impeller/geometry/point.h
FILE: ../../../flutter/impeller/geometry/quaternion.cc
FILE: ../../../flutter/impeller/geometry/quaternion.h
FILE: ../../../flutter/impeller/geometry/rect.cc
FILE: ../../../flutter/impeller/geometry/rect.h
FILE: ../../../flutter/impeller/geometry/saturated_math.h
FILE: ../../../flutter/impeller/geometry/scalar.h
FILE: ../../../flutter/impeller/geometry/shear.cc
FILE: ../../../flutter/impeller/geometry/shear.h
FILE: ../../../flutter/impeller/geometry/sigma.cc
FILE: ../../../flutter/impeller/geometry/sigma.h
FILE: ../../../flutter/impeller/geometry/size.cc
FILE: ../../../flutter/impeller/geometry/size.h
FILE: ../../../flutter/impeller/geometry/trig.cc
FILE: ../../../flutter/impeller/geometry/trig.h
FILE: ../../../flutter/impeller/geometry/type_traits.cc
FILE: ../../../flutter/impeller/geometry/type_traits.h
FILE: ../../../flutter/impeller/geometry/vector.cc
FILE: ../../../flutter/impeller/geometry/vector.h
FILE: ../../../flutter/impeller/golden_tests/golden_digest.cc
FILE: ../../../flutter/impeller/golden_tests/golden_digest.h
FILE: ../../../flutter/impeller/golden_tests/golden_playground_test.h
FILE: ../../../flutter/impeller/golden_tests/golden_playground_test_mac.cc
FILE: ../../../flutter/impeller/golden_tests/golden_playground_test_stub.cc
FILE: ../../../flutter/impeller/golden_tests/golden_tests.cc
FILE: ../../../flutter/impeller/golden_tests/main.cc
FILE: ../../../flutter/impeller/golden_tests/metal_screenshot.h
FILE: ../../../flutter/impeller/golden_tests/metal_screenshot.mm
FILE: ../../../flutter/impeller/golden_tests/metal_screenshotter.h
FILE: ../../../flutter/impeller/golden_tests/metal_screenshotter.mm
FILE: ../../../flutter/impeller/golden_tests/screenshot.h
FILE: ../../../flutter/impeller/golden_tests/screenshotter.h
FILE: ../../../flutter/impeller/golden_tests/vulkan_screenshotter.h
FILE: ../../../flutter/impeller/golden_tests/vulkan_screenshotter.mm
FILE: ../../../flutter/impeller/golden_tests/working_directory.cc
FILE: ../../../flutter/impeller/golden_tests/working_directory.h
FILE: ../../../flutter/impeller/renderer/backend/gles/allocator_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/allocator_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/blit_command_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/blit_command_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/blit_pass_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/blit_pass_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/buffer_bindings_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/buffer_bindings_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/capabilities_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/capabilities_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/command_buffer_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/command_buffer_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/context_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/context_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/description_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/description_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/device_buffer_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/device_buffer_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/formats_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/formats_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/gpu_tracer_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/gpu_tracer_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/handle_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/handle_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/pipeline_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/pipeline_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/pipeline_library_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/pipeline_library_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/proc_table_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/proc_table_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/reactor_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/reactor_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/render_pass_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/render_pass_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/sampler_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/sampler_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/sampler_library_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/sampler_library_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/shader_function_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/shader_function_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/shader_library_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/shader_library_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/surface_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/surface_gles.h
FILE: ../../../flutter/impeller/renderer/backend/gles/texture_gles.cc
FILE: ../../../flutter/impeller/renderer/backend/gles/texture_gles.h
FILE: ../../../flutter/impeller/renderer/backend/metal/allocator_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/allocator_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/blit_command_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/blit_command_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/blit_pass_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/blit_pass_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/command_buffer_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/command_buffer_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/compute_pass_bindings_cache_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/compute_pass_bindings_cache_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/compute_pass_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/compute_pass_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/compute_pipeline_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/compute_pipeline_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/context_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/context_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/device_buffer_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/device_buffer_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/formats_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/formats_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/gpu_tracer_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/gpu_tracer_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/lazy_drawable_holder.h
FILE: ../../../flutter/impeller/renderer/backend/metal/lazy_drawable_holder.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/pass_bindings_cache_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/pass_bindings_cache_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/pipeline_library_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/pipeline_library_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/pipeline_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/pipeline_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/render_pass_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/render_pass_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/sampler_library_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/sampler_library_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/sampler_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/sampler_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/shader_function_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/shader_function_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/shader_library_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/shader_library_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/surface_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/surface_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/texture_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/texture_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/texture_wrapper_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/texture_wrapper_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/metal/vertex_descriptor_mtl.h
FILE: ../../../flutter/impeller/renderer/backend/metal/vertex_descriptor_mtl.mm
FILE: ../../../flutter/impeller/renderer/backend/vulkan/allocator_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/allocator_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/android/ahb_texture_source_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/android/ahb_texture_source_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/barrier_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/barrier_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/blit_command_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/blit_command_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/blit_pass_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/blit_pass_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/capabilities_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/capabilities_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_buffer_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_buffer_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_encoder_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_encoder_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_pool_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_pool_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_queue_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/command_queue_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/compute_pass_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/compute_pass_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/compute_pipeline_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/compute_pipeline_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/context_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/context_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/debug_report_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/debug_report_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/descriptor_pool_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/descriptor_pool_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/device_buffer_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/device_buffer_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/device_holder_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/driver_info_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/driver_info_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/fence_waiter_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/fence_waiter_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/formats_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/formats_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/gpu_tracer_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/gpu_tracer_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/limits_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_cache_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_cache_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_library_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_library_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/pipeline_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/queue_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/queue_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_builder_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_builder_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/render_pass_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/resource_manager_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/resource_manager_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/sampler_library_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/sampler_library_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/sampler_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/sampler_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/shader_function_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/shader_function_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/shader_library_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/shader_library_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/shared_object_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/shared_object_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/surface_context_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/surface_context_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_surface_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_surface_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_image_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_image_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_impl_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_impl_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/texture_source_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/texture_source_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/texture_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/texture_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/tracked_objects_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/tracked_objects_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/vertex_descriptor_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/vertex_descriptor_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/vma.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/vma.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_library_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_library_vk.h
FILE: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_vk.cc
FILE: ../../../flutter/impeller/renderer/backend/vulkan/yuv_conversion_vk.h
FILE: ../../../flutter/impeller/renderer/blit_command.cc
FILE: ../../../flutter/impeller/renderer/blit_command.h
FILE: ../../../flutter/impeller/renderer/blit_pass.cc
FILE: ../../../flutter/impeller/renderer/blit_pass.h
FILE: ../../../flutter/impeller/renderer/capabilities.cc
FILE: ../../../flutter/impeller/renderer/capabilities.h
FILE: ../../../flutter/impeller/renderer/command.cc
FILE: ../../../flutter/impeller/renderer/command.h
FILE: ../../../flutter/impeller/renderer/command_buffer.cc
FILE: ../../../flutter/impeller/renderer/command_buffer.h
FILE: ../../../flutter/impeller/renderer/command_queue.cc
FILE: ../../../flutter/impeller/renderer/command_queue.h
FILE: ../../../flutter/impeller/renderer/compute_pass.cc
FILE: ../../../flutter/impeller/renderer/compute_pass.h
FILE: ../../../flutter/impeller/renderer/compute_pipeline_builder.cc
FILE: ../../../flutter/impeller/renderer/compute_pipeline_builder.h
FILE: ../../../flutter/impeller/renderer/compute_pipeline_descriptor.cc
FILE: ../../../flutter/impeller/renderer/compute_pipeline_descriptor.h
FILE: ../../../flutter/impeller/renderer/compute_tessellator.cc
FILE: ../../../flutter/impeller/renderer/compute_tessellator.h
FILE: ../../../flutter/impeller/renderer/context.cc
FILE: ../../../flutter/impeller/renderer/context.h
FILE: ../../../flutter/impeller/renderer/path_polyline.comp
FILE: ../../../flutter/impeller/renderer/pipeline.cc
FILE: ../../../flutter/impeller/renderer/pipeline.h
FILE: ../../../flutter/impeller/renderer/pipeline_builder.cc
FILE: ../../../flutter/impeller/renderer/pipeline_builder.h
FILE: ../../../flutter/impeller/renderer/pipeline_descriptor.cc
FILE: ../../../flutter/impeller/renderer/pipeline_descriptor.h
FILE: ../../../flutter/impeller/renderer/pipeline_library.cc
FILE: ../../../flutter/impeller/renderer/pipeline_library.h
FILE: ../../../flutter/impeller/renderer/pool.h
FILE: ../../../flutter/impeller/renderer/prefix_sum_test.comp
FILE: ../../../flutter/impeller/renderer/render_pass.cc
FILE: ../../../flutter/impeller/renderer/render_pass.h
FILE: ../../../flutter/impeller/renderer/render_target.cc
FILE: ../../../flutter/impeller/renderer/render_target.h
FILE: ../../../flutter/impeller/renderer/renderer.cc
FILE: ../../../flutter/impeller/renderer/renderer.h
FILE: ../../../flutter/impeller/renderer/sampler_library.cc
FILE: ../../../flutter/impeller/renderer/sampler_library.h
FILE: ../../../flutter/impeller/renderer/shader_function.cc
FILE: ../../../flutter/impeller/renderer/shader_function.h
FILE: ../../../flutter/impeller/renderer/shader_key.cc
FILE: ../../../flutter/impeller/renderer/shader_key.h
FILE: ../../../flutter/impeller/renderer/shader_library.cc
FILE: ../../../flutter/impeller/renderer/shader_library.h
FILE: ../../../flutter/impeller/renderer/snapshot.cc
FILE: ../../../flutter/impeller/renderer/snapshot.h
FILE: ../../../flutter/impeller/renderer/stroke.comp
FILE: ../../../flutter/impeller/renderer/surface.cc
FILE: ../../../flutter/impeller/renderer/surface.h
FILE: ../../../flutter/impeller/renderer/texture_mipmap.cc
FILE: ../../../flutter/impeller/renderer/texture_mipmap.h
FILE: ../../../flutter/impeller/renderer/threadgroup_sizing_test.comp
FILE: ../../../flutter/impeller/renderer/vertex_buffer_builder.cc
FILE: ../../../flutter/impeller/renderer/vertex_buffer_builder.h
FILE: ../../../flutter/impeller/renderer/vertex_descriptor.cc
FILE: ../../../flutter/impeller/renderer/vertex_descriptor.h
FILE: ../../../flutter/impeller/runtime_stage/runtime_stage.cc
FILE: ../../../flutter/impeller/runtime_stage/runtime_stage.fbs
FILE: ../../../flutter/impeller/runtime_stage/runtime_stage.h
FILE: ../../../flutter/impeller/runtime_stage/runtime_stage_playground.cc
FILE: ../../../flutter/impeller/runtime_stage/runtime_stage_playground.h
FILE: ../../../flutter/impeller/runtime_stage/runtime_stage_types.fbs
FILE: ../../../flutter/impeller/scene/animation/animation.cc
FILE: ../../../flutter/impeller/scene/animation/animation.h
FILE: ../../../flutter/impeller/scene/animation/animation_clip.cc
FILE: ../../../flutter/impeller/scene/animation/animation_clip.h
FILE: ../../../flutter/impeller/scene/animation/animation_player.cc
FILE: ../../../flutter/impeller/scene/animation/animation_player.h
FILE: ../../../flutter/impeller/scene/animation/animation_transforms.h
FILE: ../../../flutter/impeller/scene/animation/property_resolver.cc
FILE: ../../../flutter/impeller/scene/animation/property_resolver.h
FILE: ../../../flutter/impeller/scene/camera.cc
FILE: ../../../flutter/impeller/scene/camera.h
FILE: ../../../flutter/impeller/scene/geometry.cc
FILE: ../../../flutter/impeller/scene/geometry.h
FILE: ../../../flutter/impeller/scene/importer/conversions.cc
FILE: ../../../flutter/impeller/scene/importer/conversions.h
FILE: ../../../flutter/impeller/scene/importer/importer.h
FILE: ../../../flutter/impeller/scene/importer/importer_gltf.cc
FILE: ../../../flutter/impeller/scene/importer/scene.fbs
FILE: ../../../flutter/impeller/scene/importer/scenec_main.cc
FILE: ../../../flutter/impeller/scene/importer/switches.cc
FILE: ../../../flutter/impeller/scene/importer/switches.h
FILE: ../../../flutter/impeller/scene/importer/types.h
FILE: ../../../flutter/impeller/scene/importer/vertices_builder.cc
FILE: ../../../flutter/impeller/scene/importer/vertices_builder.h
FILE: ../../../flutter/impeller/scene/material.cc
FILE: ../../../flutter/impeller/scene/material.h
FILE: ../../../flutter/impeller/scene/mesh.cc
FILE: ../../../flutter/impeller/scene/mesh.h
FILE: ../../../flutter/impeller/scene/node.cc
FILE: ../../../flutter/impeller/scene/node.h
FILE: ../../../flutter/impeller/scene/pipeline_key.h
FILE: ../../../flutter/impeller/scene/scene.cc
FILE: ../../../flutter/impeller/scene/scene.h
FILE: ../../../flutter/impeller/scene/scene_context.cc
FILE: ../../../flutter/impeller/scene/scene_context.h
FILE: ../../../flutter/impeller/scene/scene_encoder.cc
FILE: ../../../flutter/impeller/scene/scene_encoder.h
FILE: ../../../flutter/impeller/scene/shaders/skinned.vert
FILE: ../../../flutter/impeller/scene/shaders/unlit.frag
FILE: ../../../flutter/impeller/scene/shaders/unskinned.vert
FILE: ../../../flutter/impeller/scene/skin.cc
FILE: ../../../flutter/impeller/scene/skin.h
FILE: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive.cc
FILE: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive.fbs
FILE: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive.h
FILE: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive_writer.cc
FILE: ../../../flutter/impeller/shader_archive/multi_arch_shader_archive_writer.h
FILE: ../../../flutter/impeller/shader_archive/shader_archive.cc
FILE: ../../../flutter/impeller/shader_archive/shader_archive.fbs
FILE: ../../../flutter/impeller/shader_archive/shader_archive.h
FILE: ../../../flutter/impeller/shader_archive/shader_archive_main.cc
FILE: ../../../flutter/impeller/shader_archive/shader_archive_types.h
FILE: ../../../flutter/impeller/shader_archive/shader_archive_writer.cc
FILE: ../../../flutter/impeller/shader_archive/shader_archive_writer.h
FILE: ../../../flutter/impeller/shader_bundle/shader_bundle.fbs
FILE: ../../../flutter/impeller/tessellator/c/tessellator.cc
FILE: ../../../flutter/impeller/tessellator/c/tessellator.h
FILE: ../../../flutter/impeller/tessellator/dart/lib/tessellator.dart
FILE: ../../../flutter/impeller/tessellator/tessellator.cc
FILE: ../../../flutter/impeller/tessellator/tessellator.h
FILE: ../../../flutter/impeller/toolkit/android/choreographer.cc
FILE: ../../../flutter/impeller/toolkit/android/choreographer.h
FILE: ../../../flutter/impeller/toolkit/android/hardware_buffer.cc
FILE: ../../../flutter/impeller/toolkit/android/hardware_buffer.h
FILE: ../../../flutter/impeller/toolkit/android/native_window.cc
FILE: ../../../flutter/impeller/toolkit/android/native_window.h
FILE: ../../../flutter/impeller/toolkit/android/proc_table.cc
FILE: ../../../flutter/impeller/toolkit/android/proc_table.h
FILE: ../../../flutter/impeller/toolkit/android/surface_control.cc
FILE: ../../../flutter/impeller/toolkit/android/surface_control.h
FILE: ../../../flutter/impeller/toolkit/android/surface_transaction.cc
FILE: ../../../flutter/impeller/toolkit/android/surface_transaction.h
FILE: ../../../flutter/impeller/toolkit/egl/config.cc
FILE: ../../../flutter/impeller/toolkit/egl/config.h
FILE: ../../../flutter/impeller/toolkit/egl/context.cc
FILE: ../../../flutter/impeller/toolkit/egl/context.h
FILE: ../../../flutter/impeller/toolkit/egl/display.cc
FILE: ../../../flutter/impeller/toolkit/egl/display.h
FILE: ../../../flutter/impeller/toolkit/egl/egl.cc
FILE: ../../../flutter/impeller/toolkit/egl/egl.h
FILE: ../../../flutter/impeller/toolkit/egl/image.cc
FILE: ../../../flutter/impeller/toolkit/egl/image.h
FILE: ../../../flutter/impeller/toolkit/egl/surface.cc
FILE: ../../../flutter/impeller/toolkit/egl/surface.h
FILE: ../../../flutter/impeller/toolkit/gles/gles.h
FILE: ../../../flutter/impeller/toolkit/gles/texture.cc
FILE: ../../../flutter/impeller/toolkit/gles/texture.h
FILE: ../../../flutter/impeller/tools/malioc.json
FILE: ../../../flutter/impeller/typographer/backends/skia/glyph_atlas_context_skia.cc
FILE: ../../../flutter/impeller/typographer/backends/skia/glyph_atlas_context_skia.h
FILE: ../../../flutter/impeller/typographer/backends/skia/text_frame_skia.cc
FILE: ../../../flutter/impeller/typographer/backends/skia/text_frame_skia.h
FILE: ../../../flutter/impeller/typographer/backends/skia/typeface_skia.cc
FILE: ../../../flutter/impeller/typographer/backends/skia/typeface_skia.h
FILE: ../../../flutter/impeller/typographer/backends/skia/typographer_context_skia.cc
FILE: ../../../flutter/impeller/typographer/backends/skia/typographer_context_skia.h
FILE: ../../../flutter/impeller/typographer/backends/stb/glyph_atlas_context_stb.cc
FILE: ../../../flutter/impeller/typographer/backends/stb/glyph_atlas_context_stb.h
FILE: ../../../flutter/impeller/typographer/backends/stb/text_frame_stb.cc
FILE: ../../../flutter/impeller/typographer/backends/stb/text_frame_stb.h
FILE: ../../../flutter/impeller/typographer/backends/stb/typeface_stb.cc
FILE: ../../../flutter/impeller/typographer/backends/stb/typeface_stb.h
FILE: ../../../flutter/impeller/typographer/backends/stb/typographer_context_stb.cc
FILE: ../../../flutter/impeller/typographer/backends/stb/typographer_context_stb.h
FILE: ../../../flutter/impeller/typographer/font.cc
FILE: ../../../flutter/impeller/typographer/font.h
FILE: ../../../flutter/impeller/typographer/font_glyph_pair.cc
FILE: ../../../flutter/impeller/typographer/font_glyph_pair.h
FILE: ../../../flutter/impeller/typographer/glyph.cc
FILE: ../../../flutter/impeller/typographer/glyph.h
FILE: ../../../flutter/impeller/typographer/glyph_atlas.cc
FILE: ../../../flutter/impeller/typographer/glyph_atlas.h
FILE: ../../../flutter/impeller/typographer/lazy_glyph_atlas.cc
FILE: ../../../flutter/impeller/typographer/lazy_glyph_atlas.h
FILE: ../../../flutter/impeller/typographer/rectangle_packer.cc
FILE: ../../../flutter/impeller/typographer/rectangle_packer.h
FILE: ../../../flutter/impeller/typographer/text_frame.cc
FILE: ../../../flutter/impeller/typographer/text_frame.h
FILE: ../../../flutter/impeller/typographer/text_run.cc
FILE: ../../../flutter/impeller/typographer/text_run.h
FILE: ../../../flutter/impeller/typographer/typeface.cc
FILE: ../../../flutter/impeller/typographer/typeface.h
FILE: ../../../flutter/impeller/typographer/typographer_context.cc
FILE: ../../../flutter/impeller/typographer/typographer_context.h
FILE: ../../../flutter/lib/gpu/command_buffer.cc
FILE: ../../../flutter/lib/gpu/command_buffer.h
FILE: ../../../flutter/lib/gpu/context.cc
FILE: ../../../flutter/lib/gpu/context.h
FILE: ../../../flutter/lib/gpu/device_buffer.cc
FILE: ../../../flutter/lib/gpu/device_buffer.h
FILE: ../../../flutter/lib/gpu/export.cc
FILE: ../../../flutter/lib/gpu/export.h
FILE: ../../../flutter/lib/gpu/fixtures.cc
FILE: ../../../flutter/lib/gpu/fixtures.h
FILE: ../../../flutter/lib/gpu/formats.cc
FILE: ../../../flutter/lib/gpu/formats.h
FILE: ../../../flutter/lib/gpu/host_buffer.cc
FILE: ../../../flutter/lib/gpu/host_buffer.h
FILE: ../../../flutter/lib/gpu/lib/gpu.dart
FILE: ../../../flutter/lib/gpu/lib/src/buffer.dart
FILE: ../../../flutter/lib/gpu/lib/src/command_buffer.dart
FILE: ../../../flutter/lib/gpu/lib/src/context.dart
FILE: ../../../flutter/lib/gpu/lib/src/formats.dart
FILE: ../../../flutter/lib/gpu/lib/src/render_pass.dart
FILE: ../../../flutter/lib/gpu/lib/src/render_pipeline.dart
FILE: ../../../flutter/lib/gpu/lib/src/shader.dart
FILE: ../../../flutter/lib/gpu/lib/src/shader_library.dart
FILE: ../../../flutter/lib/gpu/lib/src/smoketest.dart
FILE: ../../../flutter/lib/gpu/lib/src/texture.dart
FILE: ../../../flutter/lib/gpu/render_pass.cc
FILE: ../../../flutter/lib/gpu/render_pass.h
FILE: ../../../flutter/lib/gpu/render_pipeline.cc
FILE: ../../../flutter/lib/gpu/render_pipeline.h
FILE: ../../../flutter/lib/gpu/shader.cc
FILE: ../../../flutter/lib/gpu/shader.h
FILE: ../../../flutter/lib/gpu/shader_library.cc
FILE: ../../../flutter/lib/gpu/shader_library.h
FILE: ../../../flutter/lib/gpu/smoketest.cc
FILE: ../../../flutter/lib/gpu/smoketest.h
FILE: ../../../flutter/lib/gpu/texture.cc
FILE: ../../../flutter/lib/gpu/texture.h
FILE: ../../../flutter/lib/io/dart_io.cc
FILE: ../../../flutter/lib/io/dart_io.h
FILE: ../../../flutter/lib/snapshot/libraries_experimental.json
FILE: ../../../flutter/lib/snapshot/snapshot.h
FILE: ../../../flutter/lib/ui/annotations.dart
FILE: ../../../flutter/lib/ui/channel_buffers.dart
FILE: ../../../flutter/lib/ui/compositing.dart
FILE: ../../../flutter/lib/ui/compositing/scene.cc
FILE: ../../../flutter/lib/ui/compositing/scene.h
FILE: ../../../flutter/lib/ui/compositing/scene_builder.cc
FILE: ../../../flutter/lib/ui/compositing/scene_builder.h
FILE: ../../../flutter/lib/ui/dart_runtime_hooks.cc
FILE: ../../../flutter/lib/ui/dart_runtime_hooks.h
FILE: ../../../flutter/lib/ui/dart_ui.cc
FILE: ../../../flutter/lib/ui/dart_ui.h
FILE: ../../../flutter/lib/ui/dart_wrapper.h
FILE: ../../../flutter/lib/ui/experiments/scene.dart
FILE: ../../../flutter/lib/ui/experiments/setup_hooks.dart
FILE: ../../../flutter/lib/ui/experiments/ui.dart
FILE: ../../../flutter/lib/ui/floating_point.h
FILE: ../../../flutter/lib/ui/geometry.dart
FILE: ../../../flutter/lib/ui/hash_codes.dart
FILE: ../../../flutter/lib/ui/hooks.dart
FILE: ../../../flutter/lib/ui/io_manager.cc
FILE: ../../../flutter/lib/ui/io_manager.h
FILE: ../../../flutter/lib/ui/isolate_name_server.dart
FILE: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server.cc
FILE: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server.h
FILE: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server_natives.cc
FILE: ../../../flutter/lib/ui/isolate_name_server/isolate_name_server_natives.h
FILE: ../../../flutter/lib/ui/key.dart
FILE: ../../../flutter/lib/ui/lerp.dart
FILE: ../../../flutter/lib/ui/math.dart
FILE: ../../../flutter/lib/ui/natives.dart
FILE: ../../../flutter/lib/ui/painting.dart
FILE: ../../../flutter/lib/ui/painting/canvas.cc
FILE: ../../../flutter/lib/ui/painting/canvas.h
FILE: ../../../flutter/lib/ui/painting/codec.cc
FILE: ../../../flutter/lib/ui/painting/codec.h
FILE: ../../../flutter/lib/ui/painting/color_filter.cc
FILE: ../../../flutter/lib/ui/painting/color_filter.h
FILE: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_impeller.cc
FILE: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_impeller.h
FILE: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_skia.cc
FILE: ../../../flutter/lib/ui/painting/display_list_deferred_image_gpu_skia.h
FILE: ../../../flutter/lib/ui/painting/display_list_image_gpu.cc
FILE: ../../../flutter/lib/ui/painting/display_list_image_gpu.h
FILE: ../../../flutter/lib/ui/painting/engine_layer.cc
FILE: ../../../flutter/lib/ui/painting/engine_layer.h
FILE: ../../../flutter/lib/ui/painting/fragment_program.cc
FILE: ../../../flutter/lib/ui/painting/fragment_program.h
FILE: ../../../flutter/lib/ui/painting/fragment_shader.cc
FILE: ../../../flutter/lib/ui/painting/fragment_shader.h
FILE: ../../../flutter/lib/ui/painting/gradient.cc
FILE: ../../../flutter/lib/ui/painting/gradient.h
FILE: ../../../flutter/lib/ui/painting/image.cc
FILE: ../../../flutter/lib/ui/painting/image.h
FILE: ../../../flutter/lib/ui/painting/image_decoder.cc
FILE: ../../../flutter/lib/ui/painting/image_decoder.h
FILE: ../../../flutter/lib/ui/painting/image_decoder_impeller.cc
FILE: ../../../flutter/lib/ui/painting/image_decoder_impeller.h
FILE: ../../../flutter/lib/ui/painting/image_decoder_skia.cc
FILE: ../../../flutter/lib/ui/painting/image_decoder_skia.h
FILE: ../../../flutter/lib/ui/painting/image_descriptor.cc
FILE: ../../../flutter/lib/ui/painting/image_descriptor.h
FILE: ../../../flutter/lib/ui/painting/image_encoding.cc
FILE: ../../../flutter/lib/ui/painting/image_encoding.h
FILE: ../../../flutter/lib/ui/painting/image_encoding_impeller.cc
FILE: ../../../flutter/lib/ui/painting/image_encoding_impeller.h
FILE: ../../../flutter/lib/ui/painting/image_encoding_impl.h
FILE: ../../../flutter/lib/ui/painting/image_encoding_skia.cc
FILE: ../../../flutter/lib/ui/painting/image_encoding_skia.h
FILE: ../../../flutter/lib/ui/painting/image_filter.cc
FILE: ../../../flutter/lib/ui/painting/image_filter.h
FILE: ../../../flutter/lib/ui/painting/image_generator.cc
FILE: ../../../flutter/lib/ui/painting/image_generator.h
FILE: ../../../flutter/lib/ui/painting/image_generator_apng.cc
FILE: ../../../flutter/lib/ui/painting/image_generator_apng.h
FILE: ../../../flutter/lib/ui/painting/image_generator_registry.cc
FILE: ../../../flutter/lib/ui/painting/image_generator_registry.h
FILE: ../../../flutter/lib/ui/painting/image_shader.cc
FILE: ../../../flutter/lib/ui/painting/image_shader.h
FILE: ../../../flutter/lib/ui/painting/immutable_buffer.cc
FILE: ../../../flutter/lib/ui/painting/immutable_buffer.h
FILE: ../../../flutter/lib/ui/painting/matrix.cc
FILE: ../../../flutter/lib/ui/painting/matrix.h
FILE: ../../../flutter/lib/ui/painting/multi_frame_codec.cc
FILE: ../../../flutter/lib/ui/painting/multi_frame_codec.h
FILE: ../../../flutter/lib/ui/painting/paint.cc
FILE: ../../../flutter/lib/ui/painting/paint.h
FILE: ../../../flutter/lib/ui/painting/path.cc
FILE: ../../../flutter/lib/ui/painting/path.h
FILE: ../../../flutter/lib/ui/painting/path_measure.cc
FILE: ../../../flutter/lib/ui/painting/path_measure.h
FILE: ../../../flutter/lib/ui/painting/picture.cc
FILE: ../../../flutter/lib/ui/painting/picture.h
FILE: ../../../flutter/lib/ui/painting/picture_recorder.cc
FILE: ../../../flutter/lib/ui/painting/picture_recorder.h
FILE: ../../../flutter/lib/ui/painting/rrect.cc
FILE: ../../../flutter/lib/ui/painting/rrect.h
FILE: ../../../flutter/lib/ui/painting/scene/scene_node.cc
FILE: ../../../flutter/lib/ui/painting/scene/scene_node.h
FILE: ../../../flutter/lib/ui/painting/scene/scene_shader.cc
FILE: ../../../flutter/lib/ui/painting/scene/scene_shader.h
FILE: ../../../flutter/lib/ui/painting/shader.cc
FILE: ../../../flutter/lib/ui/painting/shader.h
FILE: ../../../flutter/lib/ui/painting/single_frame_codec.cc
FILE: ../../../flutter/lib/ui/painting/single_frame_codec.h
FILE: ../../../flutter/lib/ui/painting/vertices.cc
FILE: ../../../flutter/lib/ui/painting/vertices.h
FILE: ../../../flutter/lib/ui/platform_dispatcher.dart
FILE: ../../../flutter/lib/ui/platform_isolate.dart
FILE: ../../../flutter/lib/ui/plugins.dart
FILE: ../../../flutter/lib/ui/plugins/callback_cache.cc
FILE: ../../../flutter/lib/ui/plugins/callback_cache.h
FILE: ../../../flutter/lib/ui/pointer.dart
FILE: ../../../flutter/lib/ui/semantics.dart
FILE: ../../../flutter/lib/ui/semantics/custom_accessibility_action.cc
FILE: ../../../flutter/lib/ui/semantics/custom_accessibility_action.h
FILE: ../../../flutter/lib/ui/semantics/semantics_node.cc
FILE: ../../../flutter/lib/ui/semantics/semantics_node.h
FILE: ../../../flutter/lib/ui/semantics/semantics_update.cc
FILE: ../../../flutter/lib/ui/semantics/semantics_update.h
FILE: ../../../flutter/lib/ui/semantics/semantics_update_builder.cc
FILE: ../../../flutter/lib/ui/semantics/semantics_update_builder.h
FILE: ../../../flutter/lib/ui/semantics/string_attribute.cc
FILE: ../../../flutter/lib/ui/semantics/string_attribute.h
FILE: ../../../flutter/lib/ui/setup_hooks.dart
FILE: ../../../flutter/lib/ui/snapshot_delegate.h
FILE: ../../../flutter/lib/ui/text.dart
FILE: ../../../flutter/lib/ui/text/asset_manager_font_provider.cc
FILE: ../../../flutter/lib/ui/text/asset_manager_font_provider.h
FILE: ../../../flutter/lib/ui/text/font_collection.cc
FILE: ../../../flutter/lib/ui/text/font_collection.h
FILE: ../../../flutter/lib/ui/text/paragraph.cc
FILE: ../../../flutter/lib/ui/text/paragraph.h
FILE: ../../../flutter/lib/ui/text/paragraph_builder.cc
FILE: ../../../flutter/lib/ui/text/paragraph_builder.h
FILE: ../../../flutter/lib/ui/ui.dart
FILE: ../../../flutter/lib/ui/ui_benchmarks.cc
FILE: ../../../flutter/lib/ui/ui_dart_state.cc
FILE: ../../../flutter/lib/ui/ui_dart_state.h
FILE: ../../../flutter/lib/ui/volatile_path_tracker.cc
FILE: ../../../flutter/lib/ui/volatile_path_tracker.h
FILE: ../../../flutter/lib/ui/window.dart
FILE: ../../../flutter/lib/ui/window/key_data.cc
FILE: ../../../flutter/lib/ui/window/key_data.h
FILE: ../../../flutter/lib/ui/window/key_data_packet.cc
FILE: ../../../flutter/lib/ui/window/key_data_packet.h
FILE: ../../../flutter/lib/ui/window/platform_configuration.cc
FILE: ../../../flutter/lib/ui/window/platform_configuration.h
FILE: ../../../flutter/lib/ui/window/platform_isolate.cc
FILE: ../../../flutter/lib/ui/window/platform_isolate.h
FILE: ../../../flutter/lib/ui/window/platform_message.cc
FILE: ../../../flutter/lib/ui/window/platform_message.h
FILE: ../../../flutter/lib/ui/window/platform_message_response.cc
FILE: ../../../flutter/lib/ui/window/platform_message_response.h
FILE: ../../../flutter/lib/ui/window/platform_message_response_dart.cc
FILE: ../../../flutter/lib/ui/window/platform_message_response_dart.h
FILE: ../../../flutter/lib/ui/window/platform_message_response_dart_port.cc
FILE: ../../../flutter/lib/ui/window/platform_message_response_dart_port.h
FILE: ../../../flutter/lib/ui/window/pointer_data.cc
FILE: ../../../flutter/lib/ui/window/pointer_data.h
FILE: ../../../flutter/lib/ui/window/pointer_data_packet.cc
FILE: ../../../flutter/lib/ui/window/pointer_data_packet.h
FILE: ../../../flutter/lib/ui/window/pointer_data_packet_converter.cc
FILE: ../../../flutter/lib/ui/window/pointer_data_packet_converter.h
FILE: ../../../flutter/lib/ui/window/viewport_metrics.cc
FILE: ../../../flutter/lib/ui/window/viewport_metrics.h
FILE: ../../../flutter/lib/web_ui/flutter_js/src/base_uri.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/browser_environment.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/canvaskit_loader.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/entrypoint_loader.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/flutter.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/instantiate_wasm.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/loader.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/service_worker_loader.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/skwasm_loader.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/trusted_types.js
FILE: ../../../flutter/lib/web_ui/flutter_js/src/types.d.ts
FILE: ../../../flutter/lib/web_ui/lib/annotations.dart
FILE: ../../../flutter/lib/web_ui/lib/canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/channel_buffers.dart
FILE: ../../../flutter/lib/web_ui/lib/compositing.dart
FILE: ../../../flutter/lib/web_ui/lib/geometry.dart
FILE: ../../../flutter/lib/web_ui/lib/hash_codes.dart
FILE: ../../../flutter/lib/web_ui/lib/initialization.dart
FILE: ../../../flutter/lib/web_ui/lib/key.dart
FILE: ../../../flutter/lib/web_ui/lib/lerp.dart
FILE: ../../../flutter/lib/web_ui/lib/math.dart
FILE: ../../../flutter/lib/web_ui/lib/natives.dart
FILE: ../../../flutter/lib/web_ui/lib/painting.dart
FILE: ../../../flutter/lib/web_ui/lib/path.dart
FILE: ../../../flutter/lib/web_ui/lib/path_metrics.dart
FILE: ../../../flutter/lib/web_ui/lib/platform_dispatcher.dart
FILE: ../../../flutter/lib/web_ui/lib/platform_isolate.dart
FILE: ../../../flutter/lib/web_ui/lib/pointer.dart
FILE: ../../../flutter/lib/web_ui/lib/semantics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/alarm_clock.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/app_bootstrap.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/browser_detection.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvas_pool.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/canvaskit_api.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/canvaskit_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/color_filter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/display_canvas_factory.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/embedded_views.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/fonts.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image_filter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image_wasm_codecs.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/image_web_codecs.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/layer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/layer_scene_builder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/layer_tree.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/mask_filter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/multi_surface_rasterizer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/n_way_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/native_memory.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/offscreen_canvas_rasterizer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/overlay_scene_optimizer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/painting.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/path.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/path_metrics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/picture.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/picture_recorder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/platform_message.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/raster_cache.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/rasterizer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/render_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/renderer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/shader.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/surface.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/text.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/text_fragmenter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/util.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/canvaskit/vertices.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/clipboard.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/color_filter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/configuration.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/display.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/dom.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/engine_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/font_change_util.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/font_fallback_data.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/font_fallbacks.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/fonts.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/frame_reference.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/frame_timing_recorder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/backdrop_filter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/bitmap_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/clip.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/color_filter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/debug_canvas_reuse_overlay.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/dom_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/image_filter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/offset.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/opacity.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/painting.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/conic.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/cubic.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_iterator.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_metrics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_ref.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_to_svg.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_utils.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/path_windings.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path/tangent.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/path_to_svg_clip.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/picture.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/platform_view.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/recording_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/render_vertices.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/renderer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/resource_manager.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/scene.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/scene_builder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/shader_mask.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/image_shader.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/normalized_gradient.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/shader.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/shader_builder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/shaders/vertex_shaders.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/surface.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/surface_stats.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html/transform.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/html_image_codec.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/image_decoder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/initialization.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_app.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_loader.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_promise.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/js_interop/js_typed_data.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/key_map.g.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/keyboard_binding.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/layers.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/mouse/context_menu.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/mouse/cursor.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/mouse/prevent_default.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/navigation/history.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/noto_font.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/noto_font_encoding.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/onscreen_logging.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/picture.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher/app_lifecycle_state.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_dispatcher/view_focus_binding.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_views.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_views/content_manager.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_views/message_handler.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/platform_views/slots.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/plugins.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/pointer_binding.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/pointer_binding/event_position_helper.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/pointer_converter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/profiler.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/raw_keyboard.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/renderer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/rrect_renderer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/safe_browser_api.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/scene_builder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/scene_painting.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/scene_view.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/accessibility.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/checkable.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/dialog.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/focusable.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/image.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/incrementable.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/label_and_value.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/link.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/live_region.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/platform_view.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/scrollable.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/semantics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/semantics_helper.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/tappable.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/semantics/text_field.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/services.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/services/buffers.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/services/message_codec.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/services/message_codecs.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/services/serialization.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/shader_data.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/shadow.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/codecs.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/dart_js_conversion.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/filters.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/font_collection.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/image.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/memory.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/paint.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/paragraph.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/path_metrics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/picture.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_canvas.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_filters.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_fonts.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_geometry.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_image.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_memory.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_paint.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_path.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_path_metrics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_picture.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_shaders.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_skdata.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_skstring.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_surface.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_vertices.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/skwasm_module.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_line_metrics.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph_builder.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph_style.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_strut_style.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_text_style.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/renderer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/shaders.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/surface.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/vertices.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_stub.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_stub/dart_js_conversion.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_stub/renderer.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/svg.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/test_embedding.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/canvas_paragraph.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/font_collection.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/fragmenter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/layout_fragmenter.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/layout_service.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/line_break_properties.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/line_breaker.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/measurement.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/paint_service.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/paragraph.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/ruler.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/text_direction.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/unicode_range.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/word_break_properties.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text/word_breaker.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/autofill_hint.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/composition_aware_mixin.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/input_action.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/input_type.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/text_capitalization.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/text_editing/text_editing.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/util.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/validators.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/vector_math.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dimensions_provider/custom_element_dimensions_provider.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dimensions_provider/dimensions_provider.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dimensions_provider/full_page_dimensions_provider.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/display_dpr_stream.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/dom_manager.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/custom_element_embedding_strategy.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/embedding_strategy.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/full_page_embedding_strategy.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/flutter_view_manager.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/global_html_attributes.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/hot_restart_cache_handler.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/view_embedder/style_manager.dart
FILE: ../../../flutter/lib/web_ui/lib/src/engine/window.dart
FILE: ../../../flutter/lib/web_ui/lib/text.dart
FILE: ../../../flutter/lib/web_ui/lib/tile_mode.dart
FILE: ../../../flutter/lib/web_ui/lib/ui.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/asset_manager.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/benchmarks.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/flutter_views_proxy.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/images.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/initialization.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/navigation/platform_location.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/navigation/url_strategy.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/platform_view_registry.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/plugins.dart
FILE: ../../../flutter/lib/web_ui/lib/ui_web/src/ui_web/testing.dart
FILE: ../../../flutter/lib/web_ui/lib/window.dart
FILE: ../../../flutter/lib/web_ui/skwasm/canvas.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/contour_measure.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/data.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/export.h
FILE: ../../../flutter/lib/web_ui/skwasm/filters.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/fonts.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/helpers.h
FILE: ../../../flutter/lib/web_ui/skwasm/image.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/library_skwasm_support.js
FILE: ../../../flutter/lib/web_ui/skwasm/paint.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/path.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/picture.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/shaders.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/skwasm_support.h
FILE: ../../../flutter/lib/web_ui/skwasm/string.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/surface.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/surface.h
FILE: ../../../flutter/lib/web_ui/skwasm/text/line_metrics.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/text/paragraph.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/text/paragraph_builder.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/text/paragraph_style.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/text/strut_style.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/text/text_style.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/vertices.cpp
FILE: ../../../flutter/lib/web_ui/skwasm/wrappers.h
FILE: ../../../flutter/runtime/dart_isolate.cc
FILE: ../../../flutter/runtime/dart_isolate.h
FILE: ../../../flutter/runtime/dart_isolate_group_data.cc
FILE: ../../../flutter/runtime/dart_isolate_group_data.h
FILE: ../../../flutter/runtime/dart_plugin_registrant.cc
FILE: ../../../flutter/runtime/dart_plugin_registrant.h
FILE: ../../../flutter/runtime/dart_service_isolate.cc
FILE: ../../../flutter/runtime/dart_service_isolate.h
FILE: ../../../flutter/runtime/dart_snapshot.cc
FILE: ../../../flutter/runtime/dart_snapshot.h
FILE: ../../../flutter/runtime/dart_timestamp_provider.cc
FILE: ../../../flutter/runtime/dart_timestamp_provider.h
FILE: ../../../flutter/runtime/dart_vm.cc
FILE: ../../../flutter/runtime/dart_vm.h
FILE: ../../../flutter/runtime/dart_vm_data.cc
FILE: ../../../flutter/runtime/dart_vm_data.h
FILE: ../../../flutter/runtime/dart_vm_initializer.cc
FILE: ../../../flutter/runtime/dart_vm_initializer.h
FILE: ../../../flutter/runtime/dart_vm_lifecycle.cc
FILE: ../../../flutter/runtime/dart_vm_lifecycle.h
FILE: ../../../flutter/runtime/embedder_resources.cc
FILE: ../../../flutter/runtime/embedder_resources.h
FILE: ../../../flutter/runtime/isolate_configuration.cc
FILE: ../../../flutter/runtime/isolate_configuration.h
FILE: ../../../flutter/runtime/platform_data.cc
FILE: ../../../flutter/runtime/platform_data.h
FILE: ../../../flutter/runtime/platform_isolate_manager.cc
FILE: ../../../flutter/runtime/platform_isolate_manager.h
FILE: ../../../flutter/runtime/ptrace_check.cc
FILE: ../../../flutter/runtime/ptrace_check.h
FILE: ../../../flutter/runtime/runtime_controller.cc
FILE: ../../../flutter/runtime/runtime_controller.h
FILE: ../../../flutter/runtime/runtime_delegate.cc
FILE: ../../../flutter/runtime/runtime_delegate.h
FILE: ../../../flutter/runtime/service_protocol.cc
FILE: ../../../flutter/runtime/service_protocol.h
FILE: ../../../flutter/runtime/skia_concurrent_executor.cc
FILE: ../../../flutter/runtime/skia_concurrent_executor.h
FILE: ../../../flutter/runtime/test_font_data.cc
FILE: ../../../flutter/runtime/test_font_data.h
FILE: ../../../flutter/shell/common/animator.cc
FILE: ../../../flutter/shell/common/animator.h
FILE: ../../../flutter/shell/common/base64.cc
FILE: ../../../flutter/shell/common/base64.h
FILE: ../../../flutter/shell/common/context_options.cc
FILE: ../../../flutter/shell/common/context_options.h
FILE: ../../../flutter/shell/common/dart_native_benchmarks.cc
FILE: ../../../flutter/shell/common/display.cc
FILE: ../../../flutter/shell/common/display.h
FILE: ../../../flutter/shell/common/display_manager.cc
FILE: ../../../flutter/shell/common/display_manager.h
FILE: ../../../flutter/shell/common/dl_op_spy.cc
FILE: ../../../flutter/shell/common/dl_op_spy.h
FILE: ../../../flutter/shell/common/engine.cc
FILE: ../../../flutter/shell/common/engine.h
FILE: ../../../flutter/shell/common/pipeline.cc
FILE: ../../../flutter/shell/common/pipeline.h
FILE: ../../../flutter/shell/common/platform_message_handler.h
FILE: ../../../flutter/shell/common/platform_view.cc
FILE: ../../../flutter/shell/common/platform_view.h
FILE: ../../../flutter/shell/common/pointer_data_dispatcher.cc
FILE: ../../../flutter/shell/common/pointer_data_dispatcher.h
FILE: ../../../flutter/shell/common/rasterizer.cc
FILE: ../../../flutter/shell/common/rasterizer.h
FILE: ../../../flutter/shell/common/resource_cache_limit_calculator.cc
FILE: ../../../flutter/shell/common/resource_cache_limit_calculator.h
FILE: ../../../flutter/shell/common/run_configuration.cc
FILE: ../../../flutter/shell/common/run_configuration.h
FILE: ../../../flutter/shell/common/serialization_callbacks.cc
FILE: ../../../flutter/shell/common/serialization_callbacks.h
FILE: ../../../flutter/shell/common/shell.cc
FILE: ../../../flutter/shell/common/shell.h
FILE: ../../../flutter/shell/common/shell_benchmarks.cc
FILE: ../../../flutter/shell/common/shell_io_manager.cc
FILE: ../../../flutter/shell/common/shell_io_manager.h
FILE: ../../../flutter/shell/common/shell_test.cc
FILE: ../../../flutter/shell/common/shell_test.h
FILE: ../../../flutter/shell/common/shell_test_external_view_embedder.cc
FILE: ../../../flutter/shell/common/shell_test_external_view_embedder.h
FILE: ../../../flutter/shell/common/shell_test_platform_view.cc
FILE: ../../../flutter/shell/common/shell_test_platform_view.h
FILE: ../../../flutter/shell/common/shell_test_platform_view_gl.cc
FILE: ../../../flutter/shell/common/shell_test_platform_view_gl.h
FILE: ../../../flutter/shell/common/shell_test_platform_view_metal.h
FILE: ../../../flutter/shell/common/shell_test_platform_view_metal.mm
FILE: ../../../flutter/shell/common/shell_test_platform_view_vulkan.cc
FILE: ../../../flutter/shell/common/shell_test_platform_view_vulkan.h
FILE: ../../../flutter/shell/common/skia_event_tracer_impl.cc
FILE: ../../../flutter/shell/common/skia_event_tracer_impl.h
FILE: ../../../flutter/shell/common/snapshot_controller.cc
FILE: ../../../flutter/shell/common/snapshot_controller.h
FILE: ../../../flutter/shell/common/snapshot_controller_impeller.cc
FILE: ../../../flutter/shell/common/snapshot_controller_impeller.h
FILE: ../../../flutter/shell/common/snapshot_controller_skia.cc
FILE: ../../../flutter/shell/common/snapshot_controller_skia.h
FILE: ../../../flutter/shell/common/snapshot_surface_producer.h
FILE: ../../../flutter/shell/common/switches.cc
FILE: ../../../flutter/shell/common/switches.h
FILE: ../../../flutter/shell/common/thread_host.cc
FILE: ../../../flutter/shell/common/thread_host.h
FILE: ../../../flutter/shell/common/variable_refresh_rate_display.cc
FILE: ../../../flutter/shell/common/variable_refresh_rate_display.h
FILE: ../../../flutter/shell/common/variable_refresh_rate_reporter.h
FILE: ../../../flutter/shell/common/vsync_waiter.cc
FILE: ../../../flutter/shell/common/vsync_waiter.h
FILE: ../../../flutter/shell/common/vsync_waiter_fallback.cc
FILE: ../../../flutter/shell/common/vsync_waiter_fallback.h
FILE: ../../../flutter/shell/common/vsync_waiters_test.cc
FILE: ../../../flutter/shell/common/vsync_waiters_test.h
FILE: ../../../flutter/shell/gpu/gpu_surface_gl_delegate.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_gl_delegate.h
FILE: ../../../flutter/shell/gpu/gpu_surface_gl_impeller.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_gl_impeller.h
FILE: ../../../flutter/shell/gpu/gpu_surface_gl_skia.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_gl_skia.h
FILE: ../../../flutter/shell/gpu/gpu_surface_metal_delegate.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_metal_delegate.h
FILE: ../../../flutter/shell/gpu/gpu_surface_metal_impeller.h
FILE: ../../../flutter/shell/gpu/gpu_surface_metal_impeller.mm
FILE: ../../../flutter/shell/gpu/gpu_surface_metal_skia.h
FILE: ../../../flutter/shell/gpu/gpu_surface_metal_skia.mm
FILE: ../../../flutter/shell/gpu/gpu_surface_software.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_software.h
FILE: ../../../flutter/shell/gpu/gpu_surface_software_delegate.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_software_delegate.h
FILE: ../../../flutter/shell/gpu/gpu_surface_vulkan.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_vulkan.h
FILE: ../../../flutter/shell/gpu/gpu_surface_vulkan_delegate.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_vulkan_delegate.h
FILE: ../../../flutter/shell/gpu/gpu_surface_vulkan_impeller.cc
FILE: ../../../flutter/shell/gpu/gpu_surface_vulkan_impeller.h
FILE: ../../../flutter/shell/platform/android/AndroidManifest.xml
FILE: ../../../flutter/shell/platform/android/android_context_gl_impeller.cc
FILE: ../../../flutter/shell/platform/android/android_context_gl_impeller.h
FILE: ../../../flutter/shell/platform/android/android_context_gl_skia.cc
FILE: ../../../flutter/shell/platform/android/android_context_gl_skia.h
FILE: ../../../flutter/shell/platform/android/android_context_vulkan_impeller.cc
FILE: ../../../flutter/shell/platform/android/android_context_vulkan_impeller.h
FILE: ../../../flutter/shell/platform/android/android_display.cc
FILE: ../../../flutter/shell/platform/android/android_display.h
FILE: ../../../flutter/shell/platform/android/android_egl_surface.cc
FILE: ../../../flutter/shell/platform/android/android_egl_surface.h
FILE: ../../../flutter/shell/platform/android/android_environment_gl.cc
FILE: ../../../flutter/shell/platform/android/android_environment_gl.h
FILE: ../../../flutter/shell/platform/android/android_exports.lst
FILE: ../../../flutter/shell/platform/android/android_image_generator.cc
FILE: ../../../flutter/shell/platform/android/android_image_generator.h
FILE: ../../../flutter/shell/platform/android/android_shell_holder.cc
FILE: ../../../flutter/shell/platform/android/android_shell_holder.h
FILE: ../../../flutter/shell/platform/android/android_surface_gl_impeller.cc
FILE: ../../../flutter/shell/platform/android/android_surface_gl_impeller.h
FILE: ../../../flutter/shell/platform/android/android_surface_gl_skia.cc
FILE: ../../../flutter/shell/platform/android/android_surface_gl_skia.h
FILE: ../../../flutter/shell/platform/android/android_surface_software.cc
FILE: ../../../flutter/shell/platform/android/android_surface_software.h
FILE: ../../../flutter/shell/platform/android/android_surface_vulkan_impeller.cc
FILE: ../../../flutter/shell/platform/android/android_surface_vulkan_impeller.h
FILE: ../../../flutter/shell/platform/android/apk_asset_provider.cc
FILE: ../../../flutter/shell/platform/android/apk_asset_provider.h
FILE: ../../../flutter/shell/platform/android/context/android_context.cc
FILE: ../../../flutter/shell/platform/android/context/android_context.h
FILE: ../../../flutter/shell/platform/android/external_view_embedder/external_view_embedder.cc
FILE: ../../../flutter/shell/platform/android/external_view_embedder/external_view_embedder.h
FILE: ../../../flutter/shell/platform/android/external_view_embedder/surface_pool.cc
FILE: ../../../flutter/shell/platform/android/external_view_embedder/surface_pool.h
FILE: ../../../flutter/shell/platform/android/flutter_main.cc
FILE: ../../../flutter/shell/platform/android/flutter_main.h
FILE: ../../../flutter/shell/platform/android/image_external_texture.cc
FILE: ../../../flutter/shell/platform/android/image_external_texture.h
FILE: ../../../flutter/shell/platform/android/image_external_texture_gl.cc
FILE: ../../../flutter/shell/platform/android/image_external_texture_gl.h
FILE: ../../../flutter/shell/platform/android/image_external_texture_vk.cc
FILE: ../../../flutter/shell/platform/android/image_external_texture_vk.h
FILE: ../../../flutter/shell/platform/android/image_lru.cc
FILE: ../../../flutter/shell/platform/android/image_lru.h
FILE: ../../../flutter/shell/platform/android/io/flutter/Build.java
FILE: ../../../flutter/shell/platform/android/io/flutter/BuildConfig.java
FILE: ../../../flutter/shell/platform/android/io/flutter/FlutterInjector.java
FILE: ../../../flutter/shell/platform/android/io/flutter/Log.java
FILE: ../../../flutter/shell/platform/android/io/flutter/app/FlutterActivity.java
FILE: ../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java
FILE: ../../../flutter/shell/platform/android/io/flutter/app/FlutterActivityEvents.java
FILE: ../../../flutter/shell/platform/android/io/flutter/app/FlutterApplication.java
FILE: ../../../flutter/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java
FILE: ../../../flutter/shell/platform/android/io/flutter/app/FlutterPlayStoreSplitApplication.java
FILE: ../../../flutter/shell/platform/android/io/flutter/app/FlutterPluginRegistry.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/AndroidTouchProcessor.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/ExclusiveAppComponent.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivityAndFragmentDelegate.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivityLaunchConfigs.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterEngineConfigurator.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterEngineProvider.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterFragment.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterFragmentActivity.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterImageView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterPlayStoreSplitApplication.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterSurfaceView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterTextureView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyChannelResponder.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyData.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyEmbedderResponder.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyboardManager.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/KeyboardMap.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/MotionEventTracker.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/RenderMode.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/TransparencyMode.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/android/WindowInfoRepositoryCallbackAdapterWrapper.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngine.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineCache.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineConnectionRegistry.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroupCache.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterJNI.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterOverlaySurface.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/FlutterShellArgs.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartExecutor.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/DartMessenger.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/PlatformMessageHandler.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/dart/PlatformTaskQueue.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/DeferredComponentManager.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/PlayStoreDeferredComponentManager.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/ApplicationInfoLoader.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/FlutterApplicationInfo.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/FlutterLoader.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/loader/ResourceExtractor.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorsStack.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/FlutterPlugin.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/PluginRegistry.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityAware.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityControlSurface.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityPluginBinding.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/broadcastreceiver/BroadcastReceiverAware.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/broadcastreceiver/BroadcastReceiverControlSurface.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/broadcastreceiver/BroadcastReceiverPluginBinding.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderAware.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderControlSurface.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderPluginBinding.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/lifecycle/HiddenLifecycleReference.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceAware.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceControlSurface.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServicePluginBinding.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistry.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimRegistrar.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/util/GeneratedPluginRegister.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterUiDisplayListener.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/RenderSurface.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/SurfaceTextureSurfaceProducer.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/SurfaceTextureWrapper.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/AccessibilityChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/DeferredComponentChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyEventChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyboardChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/LifecycleChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/LocalizationChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/MouseCursorChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/NavigationChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/PlatformChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/PlatformViewsChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ProcessTextChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/RestorationChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/SettingsChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/SpellCheckChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/SystemChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/TextInputChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/ActivityLifecycleListener.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/BasicMessageChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/BinaryCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/BinaryMessenger.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/ErrorLogResult.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/EventChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/FlutterException.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/JSONMessageCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/JSONMethodCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/JSONUtil.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MessageCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MethodCall.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MethodChannel.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/MethodCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/PluginRegistry.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/StandardMessageCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/StandardMethodCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/common/StringCodec.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/FlutterTextUtils.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/ImeSyncDeferringInsetsCallback.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/InputConnectionAdaptor.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/ListenableEditingState.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/SpellCheckPlugin.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/TextEditingDelta.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/editing/TextInputPlugin.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/localization/LocalizationPlugin.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/mouse/MouseCursorPlugin.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/AccessibilityEventsDelegate.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTarget.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformOverlayView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformPlugin.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewFactory.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistry.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistryImpl.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewRenderTarget.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewWrapper.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewsAccessibilityDelegate.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/PlatformViewsController.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SingleViewFakeWindowViewGroup.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SingleViewPresentation.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SingleViewWindowManager.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SurfaceProducerPlatformViewRenderTarget.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/SurfaceTexturePlatformViewRenderTarget.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/VirtualDisplayController.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/platform/WindowManagerHandler.java
FILE: ../../../flutter/shell/platform/android/io/flutter/plugin/text/ProcessTextPlugin.java
FILE: ../../../flutter/shell/platform/android/io/flutter/util/HandlerCompat.java
FILE: ../../../flutter/shell/platform/android/io/flutter/util/PathUtils.java
FILE: ../../../flutter/shell/platform/android/io/flutter/util/Preconditions.java
FILE: ../../../flutter/shell/platform/android/io/flutter/util/Predicate.java
FILE: ../../../flutter/shell/platform/android/io/flutter/util/TraceSection.java
FILE: ../../../flutter/shell/platform/android/io/flutter/util/ViewUtils.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityBridge.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityViewEmbedder.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterCallbackInformation.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterMain.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterNativeView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterRunArguments.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterView.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/TextureRegistry.java
FILE: ../../../flutter/shell/platform/android/io/flutter/view/VsyncWaiter.java
FILE: ../../../flutter/shell/platform/android/jni/jni_mock.h
FILE: ../../../flutter/shell/platform/android/jni/platform_view_android_jni.cc
FILE: ../../../flutter/shell/platform/android/jni/platform_view_android_jni.h
FILE: ../../../flutter/shell/platform/android/library_loader.cc
FILE: ../../../flutter/shell/platform/android/platform_message_handler_android.cc
FILE: ../../../flutter/shell/platform/android/platform_message_handler_android.h
FILE: ../../../flutter/shell/platform/android/platform_message_response_android.cc
FILE: ../../../flutter/shell/platform/android/platform_message_response_android.h
FILE: ../../../flutter/shell/platform/android/platform_view_android.cc
FILE: ../../../flutter/shell/platform/android/platform_view_android.h
FILE: ../../../flutter/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.cc
FILE: ../../../flutter/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h
FILE: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.cc
FILE: ../../../flutter/shell/platform/android/platform_view_android_jni_impl.h
FILE: ../../../flutter/shell/platform/android/surface/android_native_window.cc
FILE: ../../../flutter/shell/platform/android/surface/android_native_window.h
FILE: ../../../flutter/shell/platform/android/surface/android_surface.cc
FILE: ../../../flutter/shell/platform/android/surface/android_surface.h
FILE: ../../../flutter/shell/platform/android/surface/android_surface_mock.cc
FILE: ../../../flutter/shell/platform/android/surface/android_surface_mock.h
FILE: ../../../flutter/shell/platform/android/surface/snapshot_surface_producer.cc
FILE: ../../../flutter/shell/platform/android/surface/snapshot_surface_producer.h
FILE: ../../../flutter/shell/platform/android/surface_texture_external_texture.cc
FILE: ../../../flutter/shell/platform/android/surface_texture_external_texture.h
FILE: ../../../flutter/shell/platform/android/surface_texture_external_texture_gl.cc
FILE: ../../../flutter/shell/platform/android/surface_texture_external_texture_gl.h
FILE: ../../../flutter/shell/platform/android/vsync_waiter_android.cc
FILE: ../../../flutter/shell/platform/android/vsync_waiter_android.h
FILE: ../../../flutter/shell/platform/common/accessibility_bridge.cc
FILE: ../../../flutter/shell/platform/common/accessibility_bridge.h
FILE: ../../../flutter/shell/platform/common/alert_platform_node_delegate.cc
FILE: ../../../flutter/shell/platform/common/alert_platform_node_delegate.h
FILE: ../../../flutter/shell/platform/common/app_lifecycle_state.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/binary_messenger_impl.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/byte_buffer_streams.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/core_implementations.cc
FILE: ../../../flutter/shell/platform/common/client_wrapper/engine_method_result.cc
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/basic_message_channel.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/byte_streams.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/encodable_value.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/engine_method_result.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_channel.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_sink.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_stream_handler.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/event_stream_handler_functions.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/message_codec.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_call.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_channel.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_codec.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_result.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/method_result_functions.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registry.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_codec_serializer.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_message_codec.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/include/flutter/texture_registrar.h
FILE: ../../../flutter/shell/platform/common/client_wrapper/plugin_registrar.cc
FILE: ../../../flutter/shell/platform/common/client_wrapper/standard_codec.cc
FILE: ../../../flutter/shell/platform/common/client_wrapper/texture_registrar_impl.h
FILE: ../../../flutter/shell/platform/common/engine_switches.cc
FILE: ../../../flutter/shell/platform/common/engine_switches.h
FILE: ../../../flutter/shell/platform/common/flutter_platform_node_delegate.cc
FILE: ../../../flutter/shell/platform/common/flutter_platform_node_delegate.h
FILE: ../../../flutter/shell/platform/common/geometry.h
FILE: ../../../flutter/shell/platform/common/incoming_message_dispatcher.cc
FILE: ../../../flutter/shell/platform/common/incoming_message_dispatcher.h
FILE: ../../../flutter/shell/platform/common/json_message_codec.cc
FILE: ../../../flutter/shell/platform/common/json_message_codec.h
FILE: ../../../flutter/shell/platform/common/json_method_codec.cc
FILE: ../../../flutter/shell/platform/common/json_method_codec.h
FILE: ../../../flutter/shell/platform/common/path_utils.cc
FILE: ../../../flutter/shell/platform/common/path_utils.h
FILE: ../../../flutter/shell/platform/common/platform_provided_menu.h
FILE: ../../../flutter/shell/platform/common/public/flutter_export.h
FILE: ../../../flutter/shell/platform/common/public/flutter_macros.h
FILE: ../../../flutter/shell/platform/common/public/flutter_messenger.h
FILE: ../../../flutter/shell/platform/common/public/flutter_plugin_registrar.h
FILE: ../../../flutter/shell/platform/common/public/flutter_texture_registrar.h
FILE: ../../../flutter/shell/platform/common/test_accessibility_bridge.cc
FILE: ../../../flutter/shell/platform/common/test_accessibility_bridge.h
FILE: ../../../flutter/shell/platform/common/text_editing_delta.cc
FILE: ../../../flutter/shell/platform/common/text_editing_delta.h
FILE: ../../../flutter/shell/platform/common/text_input_model.cc
FILE: ../../../flutter/shell/platform/common/text_input_model.h
FILE: ../../../flutter/shell/platform/common/text_range.h
FILE: ../../../flutter/shell/platform/darwin/common/availability_version_check.cc
FILE: ../../../flutter/shell/platform/darwin/common/availability_version_check.h
FILE: ../../../flutter/shell/platform/darwin/common/buffer_conversions.h
FILE: ../../../flutter/shell/platform/darwin/common/buffer_conversions.mm
FILE: ../../../flutter/shell/platform/darwin/common/command_line.h
FILE: ../../../flutter/shell/platform/darwin/common/command_line.mm
FILE: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterChannels.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Headers/FlutterTexture.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.mm
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelayTest.mm
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterChannels.mm
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterChannelsTest.m
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterCodecs.mm
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.mm
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec.mm
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.cc
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterTestUtils.h
FILE: ../../../flutter/shell/platform/darwin/common/framework/Source/FlutterTestUtils.mm
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.h
FILE: ../../../flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm
FILE: ../../../flutter/shell/platform/darwin/ios/flutter_task_queue_dispatch.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/Flutter.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Info.plist
FILE: ../../../flutter/shell/platform/darwin/ios/framework/PrivacyInfo.xcprivacy
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Test.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponderTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProjectTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponderTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngineGroup.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngineGroupTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEnginePlatformViewTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngineTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterHeadlessDartRunner.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManagerTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterMetalLayerTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformPluginTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate_internal.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPluginTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPluginTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputPluginTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextureRegistryRelay.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextureRegistryRelay.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTextureRegistryRelayTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUmbrellaImport.m
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerDelegate.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPluginTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterView.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterView.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewControllerTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterViewTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/IOKit.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/KeyCodeMap.g.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObject.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObject.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObjectTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/UIViewController_FlutterScreenAndSceneIfLoadedTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/VsyncWaiterIosTest.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge_test.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/availability_version_check_test.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/connection_collection.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/connection_collection.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/connection_collection_test.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.mm
FILE: ../../../flutter/shell/platform/darwin/ios/framework/module.modulemap
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_impeller.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_impeller.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_skia.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context_metal_skia.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context_software.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_context_software.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_external_texture_metal.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_external_texture_metal.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_external_view_embedder.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_external_view_embedder.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_impeller.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_impeller.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_skia.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface_metal_skia.mm
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface_software.h
FILE: ../../../flutter/shell/platform/darwin/ios/ios_surface_software.mm
FILE: ../../../flutter/shell/platform/darwin/ios/platform_message_handler_ios.h
FILE: ../../../flutter/shell/platform/darwin/ios/platform_message_handler_ios.mm
FILE: ../../../flutter/shell/platform/darwin/ios/platform_message_handler_ios_test.mm
FILE: ../../../flutter/shell/platform/darwin/ios/platform_view_ios.h
FILE: ../../../flutter/shell/platform/darwin/ios/platform_view_ios.mm
FILE: ../../../flutter/shell/platform/darwin/ios/rendering_api_selection.h
FILE: ../../../flutter/shell/platform/darwin/ios/rendering_api_selection.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterMacOS.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterPluginMacOS.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterPluginRegistrarMacOS.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Headers/FlutterViewController.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Info.plist
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMacTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegateTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegateTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate_Internal.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterBackingStore.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponder.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponder.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponderTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterCompositor.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterCompositor.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDartProject.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLinkTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderExternalTextureTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponder.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponder.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponderTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngineTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngineTestUtils.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngineTestUtils.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyPrimaryResponder.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManagerTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardViewDelegate.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPlugin.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPluginTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMenuPlugin_Internal.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMouseCursorPlugin.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMouseCursorPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorViewTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMacTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewControllerTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterRenderer.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterRenderer.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurface.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurface.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManagerTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputPluginTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObjectTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizerTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTimeConverter.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterTimeConverter.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterUmbrellaImportTests.m
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterVSyncWaiter.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterVSyncWaiter.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterVSyncWaiterTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterView.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterView.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProviderTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewProvider.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/FlutterViewTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/KeyCodeMap.g.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/KeyCodeMapTest.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/KeyCodeMap_Internal.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/NSView+ClipsToBounds.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/TestFlutterPlatformView.h
FILE: ../../../flutter/shell/platform/darwin/macos/framework/Source/TestFlutterPlatformView.mm
FILE: ../../../flutter/shell/platform/darwin/macos/framework/module.modulemap
FILE: ../../../flutter/shell/platform/embedder/assets/EmbedderInfo.plist
FILE: ../../../flutter/shell/platform/embedder/assets/embedder.modulemap
FILE: ../../../flutter/shell/platform/embedder/embedder.cc
FILE: ../../../flutter/shell/platform/embedder/embedder.h
FILE: ../../../flutter/shell/platform/embedder/embedder_engine.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_engine.h
FILE: ../../../flutter/shell/platform/embedder/embedder_exports.lst
FILE: ../../../flutter/shell/platform/embedder/embedder_external_texture_gl.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_external_texture_gl.h
FILE: ../../../flutter/shell/platform/embedder/embedder_external_texture_metal.h
FILE: ../../../flutter/shell/platform/embedder/embedder_external_texture_metal.mm
FILE: ../../../flutter/shell/platform/embedder/embedder_external_texture_resolver.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_external_texture_resolver.h
FILE: ../../../flutter/shell/platform/embedder/embedder_external_view.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_external_view.h
FILE: ../../../flutter/shell/platform/embedder/embedder_external_view_embedder.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_external_view_embedder.h
FILE: ../../../flutter/shell/platform/embedder/embedder_include.c
FILE: ../../../flutter/shell/platform/embedder/embedder_include2.c
FILE: ../../../flutter/shell/platform/embedder/embedder_layers.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_layers.h
FILE: ../../../flutter/shell/platform/embedder/embedder_platform_message_response.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_platform_message_response.h
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target.h
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target_cache.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target_cache.h
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target_impeller.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target_impeller.h
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target_skia.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_render_target_skia.h
FILE: ../../../flutter/shell/platform/embedder/embedder_semantics_update.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_semantics_update.h
FILE: ../../../flutter/shell/platform/embedder/embedder_struct_macros.h
FILE: ../../../flutter/shell/platform/embedder/embedder_surface.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_surface.h
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_gl.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_gl.h
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_gl_impeller.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_gl_impeller.h
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_metal.h
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_metal.mm
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_metal_impeller.h
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_metal_impeller.mm
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_software.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_software.h
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_vulkan.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_surface_vulkan.h
FILE: ../../../flutter/shell/platform/embedder/embedder_task_runner.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_task_runner.h
FILE: ../../../flutter/shell/platform/embedder/embedder_thread_host.cc
FILE: ../../../flutter/shell/platform/embedder/embedder_thread_host.h
FILE: ../../../flutter/shell/platform/embedder/pixel_formats.cc
FILE: ../../../flutter/shell/platform/embedder/pixel_formats.h
FILE: ../../../flutter/shell/platform/embedder/platform_view_embedder.cc
FILE: ../../../flutter/shell/platform/embedder/platform_view_embedder.h
FILE: ../../../flutter/shell/platform/embedder/test_utils/key_codes.g.h
FILE: ../../../flutter/shell/platform/embedder/test_utils/proc_table_replacement.h
FILE: ../../../flutter/shell/platform/embedder/vsync_waiter_embedder.cc
FILE: ../../../flutter/shell/platform/embedder/vsync_waiter_embedder.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/fuchsia/lib/fuchsia.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/handle.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/handle_disposition.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/handle_waiter.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/init.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/system.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/zd_channel.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/src/zd_handle.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/zircon.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_waiter.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_waiter.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/natives.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/natives.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/system.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/system.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/basic_types.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/basic_types.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/channel.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/channel.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/dart_dl.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/dart_dl.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.h
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/lib/zircon_ffi.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart-pkg/zircon_ffi/macros.h
FILE: ../../../flutter/shell/platform/fuchsia/dart/compiler.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/builtin_libraries.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/builtin_libraries.h
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_component_controller.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_component_controller.h
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_runner.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_runner.h
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_test_component_controller.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/dart_test_component_controller.h
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/builtin.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/shim.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/snapshot.cc.tmpl
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/snapshot.dart
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/embedder/snapshot.h
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/fidl/echo.fidl
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/logging.h
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/main.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/common.shard.cml
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_aot_product_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_aot_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_jit_product_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/meta/dart_jit_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/service_isolate.cc
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/service_isolate.h
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/vmservice/empty.dart
FILE: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/canvas_spy.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/canvas_spy.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/engine.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/engine.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/external_view_embedder.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/external_view_embedder.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/file_in_namespace_buffer.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/flatland_connection.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/flatland_connection.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/focus_delegate.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/focus_delegate.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/fuchsia_intl.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/fuchsia_intl.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/isolate_configurator.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/isolate_configurator.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/kernel/framework_shim.dart
FILE: ../../../flutter/shell/platform/fuchsia/flutter/keyboard.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/keyboard.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/logging.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/main.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/common.shard.cml
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_product_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_product_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_runner.cml
FILE: ../../../flutter/shell/platform/fuchsia/flutter/platform_view.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/platform_view.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/pointer_delegate.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/pointer_delegate.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/pointer_injector_delegate.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/pointer_injector_delegate.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/program_metadata.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/rtree.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/rtree.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/runner.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/runner.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/software_surface.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/software_surface.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/software_surface_producer.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/software_surface_producer.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/surface.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/surface.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/surface_producer.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/task_runner_adapter.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/task_runner_adapter.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/text_delegate.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/text_delegate.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/unique_fdio_ns.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vsync_waiter.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vsync_waiter.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_pool.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_pool.h
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_producer.cc
FILE: ../../../flutter/shell/platform/fuchsia/flutter/vulkan_surface_producer.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/profiler_symbols/dart_profiler_symbols.dart
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/build_info.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/build_info_in.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/files.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/files.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/handle_exception.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/handle_exception.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/inlines.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/logging.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/root_inspect_node.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/root_inspect_node.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/tempfs.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/tempfs.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmo.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmo.h
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmservice_object.cc
FILE: ../../../flutter/shell/platform/fuchsia/runtime/dart/utils/vmservice_object.h
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/flutter_engine.cc
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/flutter_window_controller.cc
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_engine.h
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_window.h
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_window_controller.h
FILE: ../../../flutter/shell/platform/glfw/client_wrapper/include/flutter/plugin_registrar_glfw.h
FILE: ../../../flutter/shell/platform/glfw/event_loop.cc
FILE: ../../../flutter/shell/platform/glfw/event_loop.h
FILE: ../../../flutter/shell/platform/glfw/flutter_glfw.cc
FILE: ../../../flutter/shell/platform/glfw/glfw_event_loop.cc
FILE: ../../../flutter/shell/platform/glfw/glfw_event_loop.h
FILE: ../../../flutter/shell/platform/glfw/headless_event_loop.cc
FILE: ../../../flutter/shell/platform/glfw/headless_event_loop.h
FILE: ../../../flutter/shell/platform/glfw/key_event_handler.cc
FILE: ../../../flutter/shell/platform/glfw/key_event_handler.h
FILE: ../../../flutter/shell/platform/glfw/keyboard_hook_handler.h
FILE: ../../../flutter/shell/platform/glfw/platform_handler.cc
FILE: ../../../flutter/shell/platform/glfw/platform_handler.h
FILE: ../../../flutter/shell/platform/glfw/public/flutter_glfw.h
FILE: ../../../flutter/shell/platform/glfw/system_utils.cc
FILE: ../../../flutter/shell/platform/glfw/system_utils.h
FILE: ../../../flutter/shell/platform/glfw/system_utils_test.cc
FILE: ../../../flutter/shell/platform/glfw/text_input_plugin.cc
FILE: ../../../flutter/shell/platform/glfw/text_input_plugin.h
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node.cc
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node.h
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field.cc
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field.h
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_backing_store_provider.cc
FILE: ../../../flutter/shell/platform/linux/fl_backing_store_provider.h
FILE: ../../../flutter/shell/platform/linux/fl_basic_message_channel.cc
FILE: ../../../flutter/shell/platform/linux/fl_basic_message_channel_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_binary_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_binary_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_binary_messenger.cc
FILE: ../../../flutter/shell/platform/linux/fl_binary_messenger_private.h
FILE: ../../../flutter/shell/platform/linux/fl_binary_messenger_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_dart_project.cc
FILE: ../../../flutter/shell/platform/linux/fl_dart_project_private.h
FILE: ../../../flutter/shell/platform/linux/fl_dart_project_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_engine.cc
FILE: ../../../flutter/shell/platform/linux/fl_engine_private.h
FILE: ../../../flutter/shell/platform/linux/fl_engine_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_event_channel.cc
FILE: ../../../flutter/shell/platform/linux/fl_event_channel_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_gnome_settings.cc
FILE: ../../../flutter/shell/platform/linux/fl_gnome_settings.h
FILE: ../../../flutter/shell/platform/linux/fl_gnome_settings_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_json_message_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_json_message_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_json_method_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_json_method_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_key_channel_responder.cc
FILE: ../../../flutter/shell/platform/linux/fl_key_channel_responder.h
FILE: ../../../flutter/shell/platform/linux/fl_key_channel_responder_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_key_embedder_responder.cc
FILE: ../../../flutter/shell/platform/linux/fl_key_embedder_responder.h
FILE: ../../../flutter/shell/platform/linux/fl_key_embedder_responder_private.h
FILE: ../../../flutter/shell/platform/linux/fl_key_embedder_responder_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_key_event.cc
FILE: ../../../flutter/shell/platform/linux/fl_key_event.h
FILE: ../../../flutter/shell/platform/linux/fl_key_responder.cc
FILE: ../../../flutter/shell/platform/linux/fl_key_responder.h
FILE: ../../../flutter/shell/platform/linux/fl_keyboard_manager.cc
FILE: ../../../flutter/shell/platform/linux/fl_keyboard_manager.h
FILE: ../../../flutter/shell/platform/linux/fl_keyboard_manager_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_keyboard_view_delegate.cc
FILE: ../../../flutter/shell/platform/linux/fl_keyboard_view_delegate.h
FILE: ../../../flutter/shell/platform/linux/fl_message_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_message_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_method_call.cc
FILE: ../../../flutter/shell/platform/linux/fl_method_call_private.h
FILE: ../../../flutter/shell/platform/linux/fl_method_channel.cc
FILE: ../../../flutter/shell/platform/linux/fl_method_channel_private.h
FILE: ../../../flutter/shell/platform/linux/fl_method_channel_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_method_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_method_codec_private.h
FILE: ../../../flutter/shell/platform/linux/fl_method_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_method_response.cc
FILE: ../../../flutter/shell/platform/linux/fl_method_response_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_mouse_cursor_plugin.cc
FILE: ../../../flutter/shell/platform/linux/fl_mouse_cursor_plugin.h
FILE: ../../../flutter/shell/platform/linux/fl_pixel_buffer_texture.cc
FILE: ../../../flutter/shell/platform/linux/fl_pixel_buffer_texture_private.h
FILE: ../../../flutter/shell/platform/linux/fl_pixel_buffer_texture_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_platform_plugin.cc
FILE: ../../../flutter/shell/platform/linux/fl_platform_plugin.h
FILE: ../../../flutter/shell/platform/linux/fl_platform_plugin_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_plugin_registrar.cc
FILE: ../../../flutter/shell/platform/linux/fl_plugin_registrar_private.h
FILE: ../../../flutter/shell/platform/linux/fl_plugin_registrar_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_plugin_registry.cc
FILE: ../../../flutter/shell/platform/linux/fl_renderer.cc
FILE: ../../../flutter/shell/platform/linux/fl_renderer.h
FILE: ../../../flutter/shell/platform/linux/fl_renderer_gdk.cc
FILE: ../../../flutter/shell/platform/linux/fl_renderer_gdk.h
FILE: ../../../flutter/shell/platform/linux/fl_renderer_headless.cc
FILE: ../../../flutter/shell/platform/linux/fl_renderer_headless.h
FILE: ../../../flutter/shell/platform/linux/fl_scrolling_manager.cc
FILE: ../../../flutter/shell/platform/linux/fl_scrolling_manager.h
FILE: ../../../flutter/shell/platform/linux/fl_scrolling_manager_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_scrolling_view_delegate.cc
FILE: ../../../flutter/shell/platform/linux/fl_scrolling_view_delegate.h
FILE: ../../../flutter/shell/platform/linux/fl_settings.cc
FILE: ../../../flutter/shell/platform/linux/fl_settings.h
FILE: ../../../flutter/shell/platform/linux/fl_settings_plugin.cc
FILE: ../../../flutter/shell/platform/linux/fl_settings_plugin.h
FILE: ../../../flutter/shell/platform/linux/fl_settings_plugin_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_settings_portal.cc
FILE: ../../../flutter/shell/platform/linux/fl_settings_portal.h
FILE: ../../../flutter/shell/platform/linux/fl_settings_portal_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_standard_message_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_standard_message_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_standard_method_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_standard_method_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_string_codec.cc
FILE: ../../../flutter/shell/platform/linux/fl_string_codec_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_task_runner.cc
FILE: ../../../flutter/shell/platform/linux/fl_task_runner.h
FILE: ../../../flutter/shell/platform/linux/fl_text_input_plugin.cc
FILE: ../../../flutter/shell/platform/linux/fl_text_input_plugin.h
FILE: ../../../flutter/shell/platform/linux/fl_text_input_plugin_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_text_input_view_delegate.cc
FILE: ../../../flutter/shell/platform/linux/fl_text_input_view_delegate.h
FILE: ../../../flutter/shell/platform/linux/fl_texture.cc
FILE: ../../../flutter/shell/platform/linux/fl_texture_gl.cc
FILE: ../../../flutter/shell/platform/linux/fl_texture_gl_private.h
FILE: ../../../flutter/shell/platform/linux/fl_texture_gl_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_texture_private.h
FILE: ../../../flutter/shell/platform/linux/fl_texture_registrar.cc
FILE: ../../../flutter/shell/platform/linux/fl_texture_registrar_private.h
FILE: ../../../flutter/shell/platform/linux/fl_texture_registrar_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_value.cc
FILE: ../../../flutter/shell/platform/linux/fl_value_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_view.cc
FILE: ../../../flutter/shell/platform/linux/fl_view_accessible.cc
FILE: ../../../flutter/shell/platform/linux/fl_view_accessible.h
FILE: ../../../flutter/shell/platform/linux/fl_view_accessible_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_view_private.h
FILE: ../../../flutter/shell/platform/linux/fl_view_test.cc
FILE: ../../../flutter/shell/platform/linux/key_mapping.g.cc
FILE: ../../../flutter/shell/platform/linux/key_mapping.h
FILE: ../../../flutter/shell/platform/linux/key_mapping_test.cc
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_binary_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_dart_project.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_engine.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_event_channel.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_message_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_call.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_channel.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_method_response.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_plugin_registry.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_string_codec.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_texture.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_texture_gl.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_value.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/fl_view.h
FILE: ../../../flutter/shell/platform/linux/public/flutter_linux/flutter_linux.h
FILE: ../../../flutter/shell/platform/windows/accessibility_bridge_windows.cc
FILE: ../../../flutter/shell/platform/windows/accessibility_bridge_windows.h
FILE: ../../../flutter/shell/platform/windows/accessibility_plugin.cc
FILE: ../../../flutter/shell/platform/windows/accessibility_plugin.h
FILE: ../../../flutter/shell/platform/windows/client_wrapper/flutter_engine.cc
FILE: ../../../flutter/shell/platform/windows/client_wrapper/flutter_view_controller.cc
FILE: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/dart_project.h
FILE: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/flutter_engine.h
FILE: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/flutter_view.h
FILE: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/flutter_view_controller.h
FILE: ../../../flutter/shell/platform/windows/client_wrapper/include/flutter/plugin_registrar_windows.h
FILE: ../../../flutter/shell/platform/windows/compositor.h
FILE: ../../../flutter/shell/platform/windows/compositor_opengl.cc
FILE: ../../../flutter/shell/platform/windows/compositor_opengl.h
FILE: ../../../flutter/shell/platform/windows/compositor_software.cc
FILE: ../../../flutter/shell/platform/windows/compositor_software.h
FILE: ../../../flutter/shell/platform/windows/cursor_handler.cc
FILE: ../../../flutter/shell/platform/windows/cursor_handler.h
FILE: ../../../flutter/shell/platform/windows/direct_manipulation.cc
FILE: ../../../flutter/shell/platform/windows/direct_manipulation.h
FILE: ../../../flutter/shell/platform/windows/dpi_utils.cc
FILE: ../../../flutter/shell/platform/windows/dpi_utils.h
FILE: ../../../flutter/shell/platform/windows/egl/context.cc
FILE: ../../../flutter/shell/platform/windows/egl/context.h
FILE: ../../../flutter/shell/platform/windows/egl/egl.cc
FILE: ../../../flutter/shell/platform/windows/egl/egl.h
FILE: ../../../flutter/shell/platform/windows/egl/manager.cc
FILE: ../../../flutter/shell/platform/windows/egl/manager.h
FILE: ../../../flutter/shell/platform/windows/egl/proc_table.cc
FILE: ../../../flutter/shell/platform/windows/egl/proc_table.h
FILE: ../../../flutter/shell/platform/windows/egl/surface.cc
FILE: ../../../flutter/shell/platform/windows/egl/surface.h
FILE: ../../../flutter/shell/platform/windows/egl/window_surface.cc
FILE: ../../../flutter/shell/platform/windows/egl/window_surface.h
FILE: ../../../flutter/shell/platform/windows/event_watcher.cc
FILE: ../../../flutter/shell/platform/windows/event_watcher.h
FILE: ../../../flutter/shell/platform/windows/external_texture.h
FILE: ../../../flutter/shell/platform/windows/external_texture_d3d.cc
FILE: ../../../flutter/shell/platform/windows/external_texture_d3d.h
FILE: ../../../flutter/shell/platform/windows/external_texture_pixelbuffer.cc
FILE: ../../../flutter/shell/platform/windows/external_texture_pixelbuffer.h
FILE: ../../../flutter/shell/platform/windows/flutter_desktop_messenger.h
FILE: ../../../flutter/shell/platform/windows/flutter_key_map.g.cc
FILE: ../../../flutter/shell/platform/windows/flutter_platform_node_delegate_windows.cc
FILE: ../../../flutter/shell/platform/windows/flutter_platform_node_delegate_windows.h
FILE: ../../../flutter/shell/platform/windows/flutter_project_bundle.cc
FILE: ../../../flutter/shell/platform/windows/flutter_project_bundle.h
FILE: ../../../flutter/shell/platform/windows/flutter_window.cc
FILE: ../../../flutter/shell/platform/windows/flutter_window.h
FILE: ../../../flutter/shell/platform/windows/flutter_windows.cc
FILE: ../../../flutter/shell/platform/windows/flutter_windows_engine.cc
FILE: ../../../flutter/shell/platform/windows/flutter_windows_engine.h
FILE: ../../../flutter/shell/platform/windows/flutter_windows_internal.h
FILE: ../../../flutter/shell/platform/windows/flutter_windows_texture_registrar.cc
FILE: ../../../flutter/shell/platform/windows/flutter_windows_texture_registrar.h
FILE: ../../../flutter/shell/platform/windows/flutter_windows_view.cc
FILE: ../../../flutter/shell/platform/windows/flutter_windows_view.h
FILE: ../../../flutter/shell/platform/windows/flutter_windows_view_controller.h
FILE: ../../../flutter/shell/platform/windows/keyboard_handler_base.h
FILE: ../../../flutter/shell/platform/windows/keyboard_key_channel_handler.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_key_channel_handler.h
FILE: ../../../flutter/shell/platform/windows/keyboard_key_embedder_handler.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_key_embedder_handler.h
FILE: ../../../flutter/shell/platform/windows/keyboard_key_handler.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_key_handler.h
FILE: ../../../flutter/shell/platform/windows/keyboard_manager.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_manager.h
FILE: ../../../flutter/shell/platform/windows/keyboard_utils.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_utils.h
FILE: ../../../flutter/shell/platform/windows/platform_handler.cc
FILE: ../../../flutter/shell/platform/windows/platform_handler.h
FILE: ../../../flutter/shell/platform/windows/platform_view_manager.cc
FILE: ../../../flutter/shell/platform/windows/platform_view_manager.h
FILE: ../../../flutter/shell/platform/windows/platform_view_plugin.cc
FILE: ../../../flutter/shell/platform/windows/platform_view_plugin.h
FILE: ../../../flutter/shell/platform/windows/public/flutter_windows.h
FILE: ../../../flutter/shell/platform/windows/sequential_id_generator.cc
FILE: ../../../flutter/shell/platform/windows/sequential_id_generator.h
FILE: ../../../flutter/shell/platform/windows/settings_plugin.cc
FILE: ../../../flutter/shell/platform/windows/settings_plugin.h
FILE: ../../../flutter/shell/platform/windows/system_utils.cc
FILE: ../../../flutter/shell/platform/windows/system_utils.h
FILE: ../../../flutter/shell/platform/windows/task_runner.cc
FILE: ../../../flutter/shell/platform/windows/task_runner.h
FILE: ../../../flutter/shell/platform/windows/task_runner_window.cc
FILE: ../../../flutter/shell/platform/windows/task_runner_window.h
FILE: ../../../flutter/shell/platform/windows/text_input_manager.cc
FILE: ../../../flutter/shell/platform/windows/text_input_manager.h
FILE: ../../../flutter/shell/platform/windows/text_input_plugin.cc
FILE: ../../../flutter/shell/platform/windows/text_input_plugin.h
FILE: ../../../flutter/shell/platform/windows/window_binding_handler.h
FILE: ../../../flutter/shell/platform/windows/window_binding_handler_delegate.h
FILE: ../../../flutter/shell/platform/windows/window_proc_delegate_manager.cc
FILE: ../../../flutter/shell/platform/windows/window_proc_delegate_manager.h
FILE: ../../../flutter/shell/platform/windows/window_state.h
FILE: ../../../flutter/shell/platform/windows/windows_lifecycle_manager.cc
FILE: ../../../flutter/shell/platform/windows/windows_lifecycle_manager.h
FILE: ../../../flutter/shell/platform/windows/windows_proc_table.cc
FILE: ../../../flutter/shell/platform/windows/windows_proc_table.h
FILE: ../../../flutter/shell/platform/windows/windowsx_shim.h
FILE: ../../../flutter/shell/profiling/sampling_profiler.cc
FILE: ../../../flutter/shell/profiling/sampling_profiler.h
FILE: ../../../flutter/shell/version/version.cc
FILE: ../../../flutter/shell/version/version.h
FILE: ../../../flutter/shell/vmservice/empty.dart
FILE: ../../../flutter/third_party/accessibility/base/color_utils.h
FILE: ../../../flutter/third_party/accessibility/base/compiler_specific.h
FILE: ../../../flutter/third_party/accessibility/base/container_utils.h
FILE: ../../../flutter/third_party/accessibility/base/logging.cc
FILE: ../../../flutter/third_party/accessibility/base/logging.h
FILE: ../../../flutter/third_party/accessibility/base/macros.h
FILE: ../../../flutter/third_party/accessibility/base/platform/darwin/scoped_nsobject.h
FILE: ../../../flutter/third_party/accessibility/base/platform/darwin/scoped_nsobject.mm
FILE: ../../../flutter/third_party/accessibility/base/simple_token.cc
FILE: ../../../flutter/third_party/accessibility/base/simple_token.h
FILE: ../../../flutter/third_party/accessibility/base/string_utils.cc
FILE: ../../../flutter/third_party/accessibility/base/string_utils.h
FILE: ../../../flutter/third_party/accessibility/gfx/transform.cc
FILE: ../../../flutter/third_party/accessibility/gfx/transform.h
FILE: ../../../flutter/third_party/spring_animation/SpringAnimationTest.mm
FILE: ../../../flutter/third_party/tonic/common/build_config.h
FILE: ../../../flutter/third_party/tonic/common/log.cc
FILE: ../../../flutter/third_party/tonic/common/log.h
FILE: ../../../flutter/third_party/tonic/common/macros.h
FILE: ../../../flutter/third_party/tonic/converter/dart_converter.cc
FILE: ../../../flutter/third_party/tonic/converter/dart_converter.h
FILE: ../../../flutter/third_party/tonic/dart_args.h
FILE: ../../../flutter/third_party/tonic/dart_binding_macros.h
FILE: ../../../flutter/third_party/tonic/dart_class_library.cc
FILE: ../../../flutter/third_party/tonic/dart_class_library.h
FILE: ../../../flutter/third_party/tonic/dart_class_provider.cc
FILE: ../../../flutter/third_party/tonic/dart_class_provider.h
FILE: ../../../flutter/third_party/tonic/dart_library_natives.cc
FILE: ../../../flutter/third_party/tonic/dart_library_natives.h
FILE: ../../../flutter/third_party/tonic/dart_list.cc
FILE: ../../../flutter/third_party/tonic/dart_list.h
FILE: ../../../flutter/third_party/tonic/dart_message_handler.cc
FILE: ../../../flutter/third_party/tonic/dart_message_handler.h
FILE: ../../../flutter/third_party/tonic/dart_microtask_queue.cc
FILE: ../../../flutter/third_party/tonic/dart_microtask_queue.h
FILE: ../../../flutter/third_party/tonic/dart_persistent_value.cc
FILE: ../../../flutter/third_party/tonic/dart_persistent_value.h
FILE: ../../../flutter/third_party/tonic/dart_state.cc
FILE: ../../../flutter/third_party/tonic/dart_state.h
FILE: ../../../flutter/third_party/tonic/dart_weak_persistent_value.cc
FILE: ../../../flutter/third_party/tonic/dart_weak_persistent_value.h
FILE: ../../../flutter/third_party/tonic/dart_wrappable.cc
FILE: ../../../flutter/third_party/tonic/dart_wrappable.h
FILE: ../../../flutter/third_party/tonic/dart_wrapper_info.h
FILE: ../../../flutter/third_party/tonic/file_loader/file_loader.cc
FILE: ../../../flutter/third_party/tonic/file_loader/file_loader.h
FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_fuchsia.cc
FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_posix.cc
FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_win.cc
FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/eintr_wrapper.h
FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/file.cc
FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/file.h
FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/path.h
FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/path_posix.cc
FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/path_win.cc
FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/portable_unistd.h
FILE: ../../../flutter/third_party/tonic/logging/dart_error.cc
FILE: ../../../flutter/third_party/tonic/logging/dart_error.h
FILE: ../../../flutter/third_party/tonic/logging/dart_invoke.cc
FILE: ../../../flutter/third_party/tonic/logging/dart_invoke.h
FILE: ../../../flutter/third_party/tonic/parsers/packages_map.cc
FILE: ../../../flutter/third_party/tonic/parsers/packages_map.h
FILE: ../../../flutter/third_party/tonic/scopes/dart_api_scope.h
FILE: ../../../flutter/third_party/tonic/scopes/dart_isolate_scope.cc
FILE: ../../../flutter/third_party/tonic/scopes/dart_isolate_scope.h
FILE: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.cc
FILE: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.h
FILE: ../../../flutter/third_party/tonic/typed_data/float32_list.h
FILE: ../../../flutter/third_party/tonic/typed_data/float64_list.h
FILE: ../../../flutter/third_party/tonic/typed_data/int32_list.h
FILE: ../../../flutter/third_party/tonic/typed_data/typed_list.cc
FILE: ../../../flutter/third_party/tonic/typed_data/typed_list.h
FILE: ../../../flutter/third_party/tonic/typed_data/uint16_list.h
FILE: ../../../flutter/third_party/tonic/typed_data/uint8_list.h
FILE: ../../../flutter/third_party/txt/src/txt/platform.cc
FILE: ../../../flutter/third_party/txt/src/txt/platform.h
FILE: ../../../flutter/third_party/txt/src/txt/platform_android.cc
FILE: ../../../flutter/third_party/txt/src/txt/platform_fuchsia.cc
FILE: ../../../flutter/third_party/txt/src/txt/platform_linux.cc
FILE: ../../../flutter/third_party/txt/src/txt/platform_mac.h
FILE: ../../../flutter/third_party/txt/src/txt/platform_mac.mm
FILE: ../../../flutter/third_party/txt/src/txt/platform_windows.cc
FILE: ../../../flutter/third_party/web_test_fonts/lib/web_test_fonts.dart
FILE: ../../../flutter/third_party/web_test_fonts/lib/web_test_fonts/web_test_fonts.dart
FILE: ../../../flutter/third_party/web_unicode/lib/web_unicode.dart
FILE: ../../../flutter/third_party/web_unicode/tool/unicode_sync_script.dart
FILE: ../../../flutter/vulkan/procs/vulkan_handle.cc
FILE: ../../../flutter/vulkan/procs/vulkan_handle.h
FILE: ../../../flutter/vulkan/procs/vulkan_interface.cc
FILE: ../../../flutter/vulkan/procs/vulkan_interface.h
FILE: ../../../flutter/vulkan/procs/vulkan_proc_table.cc
FILE: ../../../flutter/vulkan/procs/vulkan_proc_table.h
FILE: ../../../flutter/vulkan/swiftshader_path.h
FILE: ../../../flutter/vulkan/vulkan_application.cc
FILE: ../../../flutter/vulkan/vulkan_application.h
FILE: ../../../flutter/vulkan/vulkan_backbuffer.cc
FILE: ../../../flutter/vulkan/vulkan_backbuffer.h
FILE: ../../../flutter/vulkan/vulkan_command_buffer.cc
FILE: ../../../flutter/vulkan/vulkan_command_buffer.h
FILE: ../../../flutter/vulkan/vulkan_debug_report.cc
FILE: ../../../flutter/vulkan/vulkan_debug_report.h
FILE: ../../../flutter/vulkan/vulkan_device.cc
FILE: ../../../flutter/vulkan/vulkan_device.h
FILE: ../../../flutter/vulkan/vulkan_image.cc
FILE: ../../../flutter/vulkan/vulkan_image.h
FILE: ../../../flutter/vulkan/vulkan_native_surface.cc
FILE: ../../../flutter/vulkan/vulkan_native_surface.h
FILE: ../../../flutter/vulkan/vulkan_native_surface_android.cc
FILE: ../../../flutter/vulkan/vulkan_native_surface_android.h
FILE: ../../../flutter/vulkan/vulkan_provider.cc
FILE: ../../../flutter/vulkan/vulkan_provider.h
FILE: ../../../flutter/vulkan/vulkan_skia_proc_table.cc
FILE: ../../../flutter/vulkan/vulkan_skia_proc_table.h
FILE: ../../../flutter/vulkan/vulkan_surface.cc
FILE: ../../../flutter/vulkan/vulkan_surface.h
FILE: ../../../flutter/vulkan/vulkan_swapchain.cc
FILE: ../../../flutter/vulkan/vulkan_swapchain.h
FILE: ../../../flutter/vulkan/vulkan_swapchain_stub.cc
FILE: ../../../flutter/vulkan/vulkan_utilities.cc
FILE: ../../../flutter/vulkan/vulkan_utilities.h
FILE: ../../../flutter/vulkan/vulkan_window.cc
FILE: ../../../flutter/vulkan/vulkan_window.h
----------------------------------------------------------------------------------------------------
Copyright 2013 The Flutter 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h
----------------------------------------------------------------------------------------------------
Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2012, Intel Corporation. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/GLES2/gl2.h + MIT referenced by ../../../flutter/third_party/angle/include/GLES2/gl2.h
ORIGIN: ../../../flutter/third_party/angle/include/GLES2/gl2ext.h + MIT referenced by ../../../flutter/third_party/angle/include/GLES2/gl2ext.h
ORIGIN: ../../../flutter/third_party/angle/include/GLES3/gl3.h + MIT referenced by ../../../flutter/third_party/angle/include/GLES3/gl3.h
ORIGIN: ../../../flutter/third_party/angle/include/GLES3/gl31.h + MIT referenced by ../../../flutter/third_party/angle/include/GLES3/gl31.h
ORIGIN: ../../../flutter/third_party/angle/include/GLES3/gl32.h + MIT referenced by ../../../flutter/third_party/angle/include/GLES3/gl32.h
ORIGIN: ../../../flutter/third_party/angle/include/GLX/glxext.h + MIT referenced by ../../../flutter/third_party/angle/include/GLX/glxext.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/angle/include/GLES2/gl2.h
FILE: ../../../flutter/third_party/angle/include/GLES2/gl2ext.h
FILE: ../../../flutter/third_party/angle/include/GLES3/gl3.h
FILE: ../../../flutter/third_party/angle/include/GLES3/gl31.h
FILE: ../../../flutter/third_party/angle/include/GLES3/gl32.h
FILE: ../../../flutter/third_party/angle/include/GLX/glxext.h
----------------------------------------------------------------------------------------------------
Copyright 2013-2020 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/imageio/webpdec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/webpdec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/cost.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/cost_mips32.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/cost_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec_clip_tables.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec_mips32.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/enc_mips32.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/enc_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/filters_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/mips_macro.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/neon.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/rescaler.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/rescaler_mips32.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/rescaler_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/upsampling_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/yuv_mips32.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/yuv_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/yuv_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/yuv_sse41.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/near_lossless_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/picture_csp_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/picture_psnr_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/picture_rescale_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/picture_tools_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/mux/anim_encode.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/bit_reader_inl_utils.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/utils/endian_inl_utils.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/imageio/webpdec.c
FILE: ../../../flutter/third_party/libwebp/imageio/webpdec.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/cost.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/cost_mips32.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/cost_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec_clip_tables.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec_mips32.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/enc_mips32.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/enc_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/filters_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/mips_macro.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/neon.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/rescaler.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/rescaler_mips32.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/rescaler_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/upsampling_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/yuv_mips32.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/yuv_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/yuv_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/yuv_sse41.c
FILE: ../../../flutter/third_party/libwebp/src/enc/near_lossless_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/picture_csp_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/picture_psnr_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/picture_rescale_enc.c
FILE: ../../../flutter/third_party/libwebp/src/enc/picture_tools_enc.c
FILE: ../../../flutter/third_party/libwebp/src/mux/anim_encode.c
FILE: ../../../flutter/third_party/libwebp/src/utils/bit_reader_inl_utils.h
FILE: ../../../flutter/third_party/libwebp/src/utils/endian_inl_utils.h
----------------------------------------------------------------------------------------------------
Copyright 2014 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/angle_gl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/angle_windowsstore.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/export.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/MemoryBuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/MemoryBuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/angle_version.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/angleutils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/platform.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_win.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/tls.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/tls.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ShaderVars.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/BuiltInFunctionEmulatorHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/BuiltInFunctionEmulatorHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ResourcesHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ResourcesHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/StructureHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/StructureHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/UtilsHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/UtilsHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteElseBlocks.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteElseBlocks.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/copyimage.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/loadimage.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/AttributeMap.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/AttributeMap.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Caps.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Caps.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Compiler.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Compiler.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Error.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Error.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Error.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/FramebufferAttachment.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/FramebufferAttachment.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ImageIndex.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ImageIndex.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/State.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/State.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/TransformFeedback.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/TransformFeedback.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/VertexAttribute.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/features.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/queryconversions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/queryconversions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/BufferImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CompilerImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/DisplayImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/DisplayImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderbufferImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/SamplerImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ShaderImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ShareGroupImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/SurfaceImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/TextureImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/VertexArrayImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/copyvertex.inc.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/BufferD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/BufferD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/CompilerD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DisplayD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DisplayD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/FramebufferD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/FramebufferD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/HLSLCompiler.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ProgramD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderbufferD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderbufferD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RendererD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RendererD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SamplerD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SurfaceD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SurfaceD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/TextureD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/TextureD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Framebuffer11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Framebuffer11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TransformFeedback11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TransformFeedback11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Trim11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Trim11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexArray11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Buffer9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Buffer9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Framebuffer9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Framebuffer9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexArray9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SamplerGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SamplerGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/global_state.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/global_state.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/angle_gl.h
FILE: ../../../flutter/third_party/angle/include/angle_windowsstore.h
FILE: ../../../flutter/third_party/angle/include/export.h
FILE: ../../../flutter/third_party/angle/src/common/MemoryBuffer.cpp
FILE: ../../../flutter/third_party/angle/src/common/MemoryBuffer.h
FILE: ../../../flutter/third_party/angle/src/common/angle_version.h
FILE: ../../../flutter/third_party/angle/src/common/angleutils.cpp
FILE: ../../../flutter/third_party/angle/src/common/platform.h
FILE: ../../../flutter/third_party/angle/src/common/system_utils.h
FILE: ../../../flutter/third_party/angle/src/common/system_utils_win.cpp
FILE: ../../../flutter/third_party/angle/src/common/tls.cpp
FILE: ../../../flutter/third_party/angle/src/common/tls.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ShaderVars.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/BuiltInFunctionEmulatorHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/BuiltInFunctionEmulatorHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ResourcesHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ResourcesHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/StructureHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/StructureHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/UtilsHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/UtilsHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteElseBlocks.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteElseBlocks.h
FILE: ../../../flutter/third_party/angle/src/image_util/copyimage.inc
FILE: ../../../flutter/third_party/angle/src/image_util/loadimage.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/AttributeMap.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/AttributeMap.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Caps.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Caps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Compiler.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Compiler.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Error.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Error.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Error.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/FramebufferAttachment.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/FramebufferAttachment.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/ImageIndex.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/ImageIndex.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/State.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/State.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/TransformFeedback.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/TransformFeedback.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/VertexAttribute.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/features.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/queryconversions.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/queryconversions.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/BufferImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CompilerImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/DisplayImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/DisplayImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderbufferImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/SamplerImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ShaderImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ShareGroupImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/SurfaceImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/TextureImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/VertexArrayImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/copyvertex.inc.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/BufferD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/BufferD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/CompilerD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DisplayD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DisplayD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicHLSL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/FramebufferD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/FramebufferD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/HLSLCompiler.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ProgramD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderbufferD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RenderbufferD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RendererD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/RendererD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SamplerD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ShaderD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SurfaceD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SurfaceD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/TextureD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/TextureD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Framebuffer11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Framebuffer11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TransformFeedback11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/TransformFeedback11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Trim11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Trim11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexArray11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Buffer9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Buffer9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Framebuffer9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Framebuffer9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexArray9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SamplerGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SamplerGL.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/global_state.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/global_state.h
----------------------------------------------------------------------------------------------------
Copyright 2014 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_status_flags_list.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_status_flags_list.h
----------------------------------------------------------------------------------------------------
Copyright 2014 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: accessibility
LIBRARY: angle
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_id_registry.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_id_registry.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_base.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_base.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_base.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_mac.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_mac.mm + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/safe_conversions.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/safe_conversions_impl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/mac/coordinate_conversion.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/mac/coordinate_conversion.mm + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_conversions.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_conversions_impl.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/icu/icu.isolate + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_id_registry.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_id_registry.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_base.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_base.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_base.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_mac.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_mac.mm
FILE: ../../../flutter/third_party/accessibility/base/numerics/safe_conversions.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/safe_conversions_impl.h
FILE: ../../../flutter/third_party/accessibility/gfx/mac/coordinate_conversion.h
FILE: ../../../flutter/third_party/accessibility/gfx/mac/coordinate_conversion.mm
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_conversions.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_conversions_impl.h
FILE: ../../../flutter/third_party/icu/icu.isolate
----------------------------------------------------------------------------------------------------
Copyright 2014 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8.S
----------------------------------------------------------------------------------------------------
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.c (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h
----------------------------------------------------------------------------------------------------
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2014, Intel Corporation. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h
----------------------------------------------------------------------------------------------------
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2015, Intel Inc.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: spirv-cross
ORIGIN: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/GLSL.std.450.h + MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/GLSL.std.450.h
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/GLSL.std.450.h
----------------------------------------------------------------------------------------------------
Copyright 2014-2016,2021 The Khronos Group, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/sha256-armv8-apple.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/sha512-armv8-apple.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/sha256-armv8-win.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/sha512-armv8-win.S (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/sha256-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/sha512-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/sha256-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/sha512-armv8-win.S
----------------------------------------------------------------------------------------------------
Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/extras/extras.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/extras/extras.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dec/common_dec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/demux/anim_decode.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_sse41.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/cost_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec_sse41.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/enc_sse41.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/filters_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_mips32.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_mips_dsp_r2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_sse41.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/rescaler_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/rescaler_sse2.c + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/extras/extras.c
FILE: ../../../flutter/third_party/libwebp/extras/extras.h
FILE: ../../../flutter/third_party/libwebp/src/dec/common_dec.h
FILE: ../../../flutter/third_party/libwebp/src/demux/anim_decode.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_sse41.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/cost_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec_sse41.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/enc_sse41.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/filters_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_mips32.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_mips_dsp_r2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_sse41.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/rescaler_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/rescaler_sse2.c
----------------------------------------------------------------------------------------------------
Copyright 2015 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/platform/PlatformMethods.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/Optional.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/bitset_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/matrix_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/string_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/string_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_ios.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_ios.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_linux.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_mac.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/ExtensionGLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glsl/ExtensionGLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteDoWhile.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteDoWhile.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindSymbolNode.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindSymbolNode.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/generatemip.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Debug.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Debug.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Device.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Device.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Image.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Image.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Platform.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/VaryingPacking.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/VaryingPacking.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Version.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Version.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/VertexAttribute.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/histogram_macros.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/BufferImpl_mock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/DeviceImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/DeviceImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/FenceNVImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferImpl_mock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/GLImplFactory.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ImageImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ImageImpl_mock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramImpl_mock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderbufferImpl_mock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/SyncImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/TextureImpl_mock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl_mock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/CompilerD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DeviceD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DeviceD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/EGLImageD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/EGLImageD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/DebugAnnotator9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/DebugAnnotator9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/formatutilsD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_support_table.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_support_table_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BlitGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BlitGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BufferGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BufferGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/CompilerGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/CompilerGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DisplayGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DisplayGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FenceNVGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FenceNVGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FramebufferGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FramebufferGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FunctionsGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FunctionsGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/QueryGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/QueryGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RenderbufferGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RenderbufferGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RendererGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RendererGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ShaderGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ShaderGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/StateManagerGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/StateManagerGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SurfaceGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SurfaceGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SyncGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SyncGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TextureGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TextureGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TransformFeedbackGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TransformFeedbackGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/VertexArrayGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/VertexArrayGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DisplayCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DisplayCGL.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/IOSurfaceSurfaceCGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/PbufferSurfaceCGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/PbufferSurfaceCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/WindowSurfaceCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/WindowSurfaceCGL.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/formatutilsgl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/formatutilsgl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/functionsgl_enums.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/functionsgl_typedefs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/DisplayGLX.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/DisplayGLX.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PbufferSurfaceGLX.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PbufferSurfaceGLX.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/WindowSurfaceGLX.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/WindowSurfaceGLX.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/functionsglx_typedefs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/platform_glx.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DisplayWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DisplayWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/FunctionsWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/FunctionsWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/PbufferSurfaceWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/PbufferSurfaceWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/WindowSurfaceWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/WindowSurfaceWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/functionswgl_typedefs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/wgl_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/wgl_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/load_functions_table.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationEGL.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/platform/PlatformMethods.h
FILE: ../../../flutter/third_party/angle/src/common/Optional.h
FILE: ../../../flutter/third_party/angle/src/common/bitset_utils.h
FILE: ../../../flutter/third_party/angle/src/common/matrix_utils.h
FILE: ../../../flutter/third_party/angle/src/common/string_utils.cpp
FILE: ../../../flutter/third_party/angle/src/common/string_utils.h
FILE: ../../../flutter/third_party/angle/src/common/system_utils_ios.cpp
FILE: ../../../flutter/third_party/angle/src/common/system_utils_ios.mm
FILE: ../../../flutter/third_party/angle/src/common/system_utils_linux.cpp
FILE: ../../../flutter/third_party/angle/src/common/system_utils_mac.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/ExtensionGLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glsl/ExtensionGLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteDoWhile.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteDoWhile.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindSymbolNode.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindSymbolNode.h
FILE: ../../../flutter/third_party/angle/src/image_util/generatemip.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/Debug.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Debug.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Device.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Device.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Image.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Image.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Platform.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/VaryingPacking.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/VaryingPacking.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Version.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Version.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/VertexAttribute.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/histogram_macros.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/BufferImpl_mock.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/DeviceImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/DeviceImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/FenceNVImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferImpl_mock.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/GLImplFactory.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ImageImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ImageImpl_mock.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramImpl_mock.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderbufferImpl_mock.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/SyncImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/TextureImpl_mock.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl_mock.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/CompilerD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DeviceD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DeviceD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/EGLImageD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/EGLImageD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/DebugAnnotator9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/DebugAnnotator9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/formatutilsD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_support_table.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_support_table_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BlitGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BlitGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BufferGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/BufferGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/CompilerGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/CompilerGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DisplayGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DisplayGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FenceNVGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FenceNVGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FramebufferGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FramebufferGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FunctionsGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/FunctionsGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/QueryGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/QueryGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RenderbufferGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RenderbufferGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RendererGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/RendererGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ShaderGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ShaderGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/StateManagerGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/StateManagerGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SurfaceGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SurfaceGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SyncGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SyncGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TextureGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TextureGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TransformFeedbackGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/TransformFeedbackGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/VertexArrayGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/VertexArrayGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DisplayCGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DisplayCGL.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/IOSurfaceSurfaceCGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/PbufferSurfaceCGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/PbufferSurfaceCGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/WindowSurfaceCGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/WindowSurfaceCGL.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/formatutilsgl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/formatutilsgl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/functionsgl_enums.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/functionsgl_typedefs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/DisplayGLX.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/DisplayGLX.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PbufferSurfaceGLX.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PbufferSurfaceGLX.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/WindowSurfaceGLX.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/WindowSurfaceGLX.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/functionsglx_typedefs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/platform_glx.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DisplayWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/DisplayWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/FunctionsWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/FunctionsWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/PbufferSurfaceWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/PbufferSurfaceWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/WindowSurfaceWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/WindowSurfaceWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/functionswgl_typedefs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/wgl_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/wgl_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/load_functions_table.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationEGL.h
----------------------------------------------------------------------------------------------------
Copyright 2015 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/input.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/input.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/name_constraints.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_values.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_values.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parser.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parser.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/tag.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/tag.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/test_helpers.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h
FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h
FILE: ../../../flutter/third_party/boringssl/src/pki/input.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/input.h
FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parser.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parser.h
FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h
FILE: ../../../flutter/third_party/boringssl/src/pki/tag.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/tag.h
FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.h
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h
----------------------------------------------------------------------------------------------------
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_data.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_data.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_win.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/test_ax_node_wrapper.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/test_ax_node_wrapper.h + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_data.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_data.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_win.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_win.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/test_ax_node_wrapper.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/test_ax_node_wrapper.h
----------------------------------------------------------------------------------------------------
Copyright 2015 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.c (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.c
----------------------------------------------------------------------------------------------------
Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.c
----------------------------------------------------------------------------------------------------
Copyright 2016 Brian Smith.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/extras/get_disto.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/extras/quality_estimate.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/image_dec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/image_dec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/image_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/image_enc.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/imageio_util.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/imageio_util.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/common_sse2.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/common_sse41.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/dec_msa.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/enc_msa.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/filters_msa.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_msa.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_msa.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/msa_macro.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/rescaler_msa.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/upsampling_msa.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/predictor_enc.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/mux/animi.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/extras/get_disto.c
FILE: ../../../flutter/third_party/libwebp/extras/quality_estimate.c
FILE: ../../../flutter/third_party/libwebp/imageio/image_dec.c
FILE: ../../../flutter/third_party/libwebp/imageio/image_dec.h
FILE: ../../../flutter/third_party/libwebp/imageio/image_enc.c
FILE: ../../../flutter/third_party/libwebp/imageio/image_enc.h
FILE: ../../../flutter/third_party/libwebp/imageio/imageio_util.c
FILE: ../../../flutter/third_party/libwebp/imageio/imageio_util.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/common_sse2.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/common_sse41.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/dec_msa.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/enc_msa.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/filters_msa.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_enc_msa.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_msa.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/msa_macro.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/rescaler_msa.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/upsampling_msa.c
FILE: ../../../flutter/third_party/libwebp/src/enc/predictor_enc.c
FILE: ../../../flutter/third_party/libwebp/src/mux/animi.h
----------------------------------------------------------------------------------------------------
Copyright 2016 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/common/Color.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/Color.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/WorkerThread.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/WorkerThread.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/logging.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/vector_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/vulkan/vk_headers.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/fuzz/translator_fuzzer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ConstantUnion.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Severity.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateMaxParameters.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateMaxParameters.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TextureFunctionHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TextureFunctionHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/TranslatorSPIRV.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/TranslatorSPIRV.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeferGlobalInitializers.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeferGlobalInitializers.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInvariantDeclaration.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInvariantDeclaration.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteTexelFetchOffset.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteTexelFetchOffset.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SimplifyLoopConditions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SimplifyLoopConditions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SplitSequenceOperator.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SplitSequenceOperator.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/UseInterfaceBlockFields.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/UseInterfaceBlockFields.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/AddAndTrueToLoopCondition.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/AddAndTrueToLoopCondition.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteUnaryMinusOperatorFloat.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteUnaryMinusOperatorFloat.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AddDefaultReturnStatements.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AddDefaultReturnStatements.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/BreakVariableAliasingInInnerLoops.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/BreakVariableAliasingInInnerLoops.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ExpandIntegerPowExpressions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ExpandIntegerPowExpressions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteUnaryMinusOperatorInt.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteUnaryMinusOperatorInt.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNodePatternMatcher.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNodePatternMatcher.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/imageformats.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Observer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Stream.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Stream.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Thread.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Thread.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/es3_copy_conversion_table_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/format_map_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/queryutils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/queryutils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ContextImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ContextImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLImplFactory.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/Format.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferAttachmentObjectImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/StreamProducerImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/TextureImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/HLSLCompiler.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/NativeWindowD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/NativeWindowD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SwapChainD3D.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Context11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Context11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/NativeWindow11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StreamProducerD3DTexture.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StreamProducerD3DTexture.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexArray11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Context9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Context9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/NativeWindow9.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/NativeWindow9.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ContextGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ContextGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DisplayEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DisplayEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGLDL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGLDL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/PbufferSurfaceEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/PbufferSurfaceEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SurfaceEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SurfaceEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/WindowSurfaceEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/WindowSurfaceEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/DisplayAndroid.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/DisplayAndroid.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/functionsegl_typedefs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/SurfaceGLX.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/BufferNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/BufferNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/CompilerNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/CompilerNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ContextNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ContextNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DeviceNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DeviceNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DisplayNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DisplayNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FenceNVNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FenceNVNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FramebufferNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FramebufferNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ImageNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ImageNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/QueryNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/QueryNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/RenderbufferNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/RenderbufferNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SamplerNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SamplerNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ShaderNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ShaderNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SurfaceNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SurfaceNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SyncNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SyncNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TextureNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TextureNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TransformFeedbackNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TransformFeedbackNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/VertexArrayNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/VertexArrayNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/renderer_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/renderer_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/BufferVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/BufferVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CompilerVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CompilerVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DeviceVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DeviceVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FenceNVVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FenceNVVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FramebufferVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FramebufferVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ImageVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ImageVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/QueryVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/QueryVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderTargetVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderTargetVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderbufferVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderbufferVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SamplerVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SamplerVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SyncVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SyncVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TextureVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TextureVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TransformFeedbackVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TransformFeedbackVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VertexArrayVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VertexArrayVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DeviceVkLinux.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DeviceVkLinux.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/DisplayVkXcb.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/DisplayVkXcb.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/WindowSurfaceVkXcb.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/WindowSurfaceVkXcb.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/DisplayVkWin32.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/DisplayVkWin32.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/WindowSurfaceVkWin32.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/WindowSurfaceVkWin32.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES31.cpp + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/common/Color.h
FILE: ../../../flutter/third_party/angle/src/common/Color.inc
FILE: ../../../flutter/third_party/angle/src/common/WorkerThread.cpp
FILE: ../../../flutter/third_party/angle/src/common/WorkerThread.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/logging.h
FILE: ../../../flutter/third_party/angle/src/common/vector_utils.h
FILE: ../../../flutter/third_party/angle/src/common/vulkan/vk_headers.h
FILE: ../../../flutter/third_party/angle/src/compiler/fuzz/translator_fuzzer.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ConstantUnion.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Severity.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateMaxParameters.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateMaxParameters.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TextureFunctionHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/TextureFunctionHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/TranslatorSPIRV.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/TranslatorSPIRV.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeferGlobalInitializers.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeferGlobalInitializers.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInvariantDeclaration.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInvariantDeclaration.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteTexelFetchOffset.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteTexelFetchOffset.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SimplifyLoopConditions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SimplifyLoopConditions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SplitSequenceOperator.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SplitSequenceOperator.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/UseInterfaceBlockFields.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/UseInterfaceBlockFields.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/AddAndTrueToLoopCondition.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/AddAndTrueToLoopCondition.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteUnaryMinusOperatorFloat.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteUnaryMinusOperatorFloat.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AddDefaultReturnStatements.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AddDefaultReturnStatements.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/BreakVariableAliasingInInnerLoops.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/BreakVariableAliasingInInnerLoops.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ExpandIntegerPowExpressions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/ExpandIntegerPowExpressions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteUnaryMinusOperatorInt.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteUnaryMinusOperatorInt.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNodePatternMatcher.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNodePatternMatcher.h
FILE: ../../../flutter/third_party/angle/src/image_util/imageformats.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Observer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Stream.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Stream.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Thread.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Thread.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/es3_copy_conversion_table_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/format_map_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/queryutils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/queryutils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ContextImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ContextImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLImplFactory.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/Format.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferAttachmentObjectImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/StreamProducerImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/TextureImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/HLSLCompiler.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/NativeWindowD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/NativeWindowD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/SwapChainD3D.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Context11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Context11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/NativeWindow11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StreamProducerD3DTexture.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/StreamProducerD3DTexture.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexArray11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Context9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/Context9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/NativeWindow9.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/NativeWindow9.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ContextGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ContextGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DisplayEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DisplayEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGLDL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGLDL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/PbufferSurfaceEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/PbufferSurfaceEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SurfaceEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SurfaceEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/WindowSurfaceEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/WindowSurfaceEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/DisplayAndroid.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/DisplayAndroid.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/functionsegl_typedefs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/SurfaceGLX.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/BufferNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/BufferNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/CompilerNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/CompilerNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ContextNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ContextNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DeviceNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DeviceNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DisplayNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/DisplayNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FenceNVNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FenceNVNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FramebufferNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/FramebufferNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ImageNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ImageNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/QueryNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/QueryNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/RenderbufferNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/RenderbufferNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SamplerNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SamplerNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ShaderNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ShaderNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SurfaceNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SurfaceNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SyncNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/SyncNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TextureNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TextureNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TransformFeedbackNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/TransformFeedbackNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/VertexArrayNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/VertexArrayNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/renderer_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/renderer_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/BufferVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/BufferVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CompilerVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CompilerVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DeviceVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DeviceVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FenceNVVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FenceNVVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FramebufferVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/FramebufferVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ImageVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ImageVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/QueryVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/QueryVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderTargetVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderTargetVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderbufferVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RenderbufferVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SamplerVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SamplerVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SyncVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SyncVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TextureVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TextureVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TransformFeedbackVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/TransformFeedbackVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VertexArrayVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VertexArrayVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DeviceVkLinux.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DeviceVkLinux.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/DisplayVkXcb.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/DisplayVkXcb.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/WindowSurfaceVkXcb.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/xcb/WindowSurfaceVkXcb.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/DisplayVkWin32.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/DisplayVkWin32.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/WindowSurfaceVkWin32.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/win32/WindowSurfaceVkWin32.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES31.cpp
----------------------------------------------------------------------------------------------------
Copyright 2016 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_errors.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_verify_proc_blocklist.inc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/encode_values.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/encode_values.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_name.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_name.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/path_builder.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/path_builder.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_verify_proc_blocklist.inc
FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h
FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.h
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.h
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h
----------------------------------------------------------------------------------------------------
Copyright 2016 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_data.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_data.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node_position.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node_position.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_position.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_range.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_relative_bounds.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_relative_bounds.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/gfx/range/gfx_range_export.h + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_action_data.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_action_data.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_node_position.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_node_position.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_position.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_range.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_relative_bounds.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_relative_bounds.h
FILE: ../../../flutter/third_party/accessibility/gfx/range/gfx_range_export.h
----------------------------------------------------------------------------------------------------
Copyright 2016 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/extras/vwebp_sdl.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/extras/webp_to_sdl.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/extras/webp_to_sdl.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/pnmdec.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/imageio/pnmdec.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/filters_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/ssim.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/ssim_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/yuv_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/enc/backward_references_cost_enc.c + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/extras/vwebp_sdl.c
FILE: ../../../flutter/third_party/libwebp/extras/webp_to_sdl.c
FILE: ../../../flutter/third_party/libwebp/extras/webp_to_sdl.h
FILE: ../../../flutter/third_party/libwebp/imageio/pnmdec.c
FILE: ../../../flutter/third_party/libwebp/imageio/pnmdec.h
FILE: ../../../flutter/third_party/libwebp/src/dsp/alpha_processing_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/filters_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/ssim.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/ssim_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/yuv_neon.c
FILE: ../../../flutter/third_party/libwebp/src/enc/backward_references_cost_enc.c
----------------------------------------------------------------------------------------------------
Copyright 2017 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/EGL/eglext_angle.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/GLES2/gl2ext_angle.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedCLEnums_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedCLEnums_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedEGLEnums_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedEGLEnums_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedEnums.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedGLEnums_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedGLEnums_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/aligned_memory.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/aligned_memory.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/base_export.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/macros.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/sys_byteorder.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/uniform_type_info_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Declarator.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Declarator.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ExtensionBehavior.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/HashNames.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/IsASTDepthBelowLimit.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/IsASTDepthBelowLimit.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/OutputTree.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/StaticType.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Symbol.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Symbol.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/SymbolUniqueId.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/SymbolUniqueId.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ImageFunctionHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ImageFunctionHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/emulated_builtin_functions_hlsl_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampFragDepth.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampFragDepth.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampPointSize.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampPointSize.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclareAndInitBuiltinsForInstancedMultiview.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclareAndInitBuiltinsForInstancedMultiview.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveArrayLengthMethod.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveArrayLengthMethod.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/WrapSwitchStatementsInBlocks.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/WrapSwitchStatementsInBlocks.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindMain.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindMain.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNode_util.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNode_util.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheEndOfShader.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheEndOfShader.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_macos.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ErrorStrings.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/LoggingAnnotator.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/LoggingAnnotator.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/MemoryProgramCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/MemoryProgramCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ProgramLinkedResources.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ProgramLinkedResources.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ProgramPipeline.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ProgramPipeline.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ResourceMap.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/SizedMRUCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramPipelineImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Clear11.hlsl + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ClearMultiviewGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ClearMultiviewGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DispatchTableGL_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DispatchTableGL_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramPipelineGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramPipelineGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/IOSurfaceSurfaceCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/egl_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/egl_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/null_functions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/null_functions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/SurfaceWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramPipelineNULL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramPipelineNULL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramPipelineVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramPipelineVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ResourceVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ResourceVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_egl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_glx.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_wgl.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/EGL/eglext_angle.h
FILE: ../../../flutter/third_party/angle/include/GLES2/gl2ext_angle.h
FILE: ../../../flutter/third_party/angle/src/common/PackedCLEnums_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/PackedCLEnums_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/PackedEGLEnums_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/PackedEGLEnums_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/PackedEnums.h
FILE: ../../../flutter/third_party/angle/src/common/PackedGLEnums_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/PackedGLEnums_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/aligned_memory.cpp
FILE: ../../../flutter/third_party/angle/src/common/aligned_memory.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/base_export.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/macros.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/sys_byteorder.h
FILE: ../../../flutter/third_party/angle/src/common/uniform_type_info_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Declarator.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Declarator.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ExtensionBehavior.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/HashNames.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/IsASTDepthBelowLimit.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/IsASTDepthBelowLimit.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/OutputTree.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/StaticType.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Symbol.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Symbol.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/SymbolUniqueId.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/SymbolUniqueId.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ImageFunctionHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ImageFunctionHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/emulated_builtin_functions_hlsl_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampFragDepth.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampFragDepth.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampPointSize.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampPointSize.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclareAndInitBuiltinsForInstancedMultiview.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclareAndInitBuiltinsForInstancedMultiview.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveArrayLengthMethod.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveArrayLengthMethod.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/WrapSwitchStatementsInBlocks.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/WrapSwitchStatementsInBlocks.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindMain.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindMain.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNode_util.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermNode_util.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheEndOfShader.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheEndOfShader.h
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_macos.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/ErrorStrings.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/LoggingAnnotator.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/LoggingAnnotator.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/MemoryProgramCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/MemoryProgramCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/ProgramLinkedResources.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/ProgramLinkedResources.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/ProgramPipeline.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/ProgramPipeline.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/ResourceMap.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/SizedMRUCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramPipelineImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Clear11.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ClearMultiviewGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ClearMultiviewGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DispatchTableGL_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/DispatchTableGL_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramPipelineGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ProgramPipelineGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/IOSurfaceSurfaceCGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/egl_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/egl_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/null_functions.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/null_functions.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/SurfaceWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramPipelineNULL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/null/ProgramPipelineNULL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramPipelineVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramPipelineVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ResourceVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ResourceVk.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_egl.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_glx.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_wgl.h
----------------------------------------------------------------------------------------------------
Copyright 2017 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/general_names.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/general_names.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h
FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.h
FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h
----------------------------------------------------------------------------------------------------
Copyright 2017 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: accessibility
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_handler.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_handler.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_event_generator.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_event_generator.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_mode.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_mode_observer.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_role_properties.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_role_properties.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_relation_win.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_relation_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_unique_id.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_unique_id.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/checked_math.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/checked_math_impl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/clamped_math.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/clamped_math_impl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/math_constants.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/ranges.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/safe_conversions_arm_impl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/safe_math.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/safe_math_arm_impl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/safe_math_clang_gcc_impl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/numerics/safe_math_shared_impl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/checked_math.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/checked_math_impl.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/clamped_math.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/clamped_math_impl.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/math_constants.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/ranges.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_conversions_arm_impl.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math_arm_impl.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math_clang_gcc_impl.h + ../../../LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math_shared_impl.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_action_handler.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_action_handler.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_event_generator.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_event_generator.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_mode.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_mode_observer.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_role_properties.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_role_properties.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_relation_win.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_relation_win.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_unique_id.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_unique_id.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/checked_math.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/checked_math_impl.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/clamped_math.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/clamped_math_impl.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/math_constants.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/ranges.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/safe_conversions_arm_impl.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/safe_math.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/safe_math_arm_impl.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/safe_math_clang_gcc_impl.h
FILE: ../../../flutter/third_party/accessibility/base/numerics/safe_math_shared_impl.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/checked_math.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/checked_math_impl.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/clamped_math.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/clamped_math_impl.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/math_constants.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/ranges.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_conversions_arm_impl.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math_arm_impl.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math_clang_gcc_impl.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/numerics/safe_math_shared_impl.h
----------------------------------------------------------------------------------------------------
Copyright 2017 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/cost_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/quant.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/src/dsp/cost_neon.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/quant.h
----------------------------------------------------------------------------------------------------
Copyright 2018 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/android_system_settings/assets/a4a_rules.json
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/drawable/icon.png
FILE: ../../../flutter/third_party/angle/src/common/fuchsia_egl/fuchsia_egl.c
FILE: ../../../flutter/third_party/angle/src/common/fuchsia_egl/fuchsia_egl.h
FILE: ../../../flutter/third_party/angle/src/common/fuchsia_egl/fuchsia_egl_backend.h
FILE: ../../../flutter/third_party/angle/src/common/packed_cl_enums.json
FILE: ../../../flutter/third_party/angle/src/common/packed_egl_enums.json
FILE: ../../../flutter/third_party/angle/src/common/packed_gl_enums.json
FILE: ../../../flutter/third_party/angle/src/compiler/translator/builtin_function_declarations.txt
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/emulated_builtin_function_data_hlsl.json
FILE: ../../../flutter/third_party/angle/src/feature_support_util/a4a_rules.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/es3_copy_conversion_formats.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/es3_format_type_combinations.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/format_map_data.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/angle_format_data.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/angle_format_map.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/BufferToTexture11.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough2D11.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/ResolveColor.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/ResolveDepthStencil.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Swizzle11.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_gs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_ps_4f.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_ps_4i.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_ps_4ui.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_vs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11_fl9vs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11multiviewgs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11multiviewvs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11vs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/cleardepth11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11_fl9ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps1.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps2.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps3.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps4.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps5.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps6.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps7.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps8.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps1.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps2.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps3.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps4.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps5.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps6.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps7.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps8.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps1.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps2.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps3.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps4.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps5.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps6.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps7.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps8.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_luma_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_luma_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_luma_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_lumaalpha_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_lumaalpha_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_lumaalpha_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_565_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_565_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_565_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_4444_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_4444_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_4444_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_5551_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_5551_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_5551_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_luma_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_luma_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_luma_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_lumaalpha_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_lumaalpha_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_lumaalpha_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_565_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_565_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_565_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgb_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgba_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgb_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgba_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgb_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgb_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgb_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgba_2d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgba_2darray_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgba_3d_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrough2d11vs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrough3d11gs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrough3d11vs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrougha2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughdepth2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlum2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlum2darray11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlum3d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlumalpha2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlumalpha2darray11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlumalpha3d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2darray11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2darrayi11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2darrayui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr3d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr3di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr3dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2darray11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2darrayi11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2darrayui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg3d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg3di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg3dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2d_565_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darray11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darray_565_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darrayi11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darrayui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3d_565_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2d_4444_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2d_5551_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darray11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darray_4444_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darray_5551_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darrayi11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darrayui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2dms11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3d11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3d_4444_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3d_5551_11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3di11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3dui11ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvecolor2dps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvedepth11_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvedepthstencil11_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvedepthstencil11_vs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvestencil11_ps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlef2darrayps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlef2dps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlef3dps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlei2darrayps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlei2dps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlei3dps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzleui2darrayps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzleui2dps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzleui3dps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_data.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_map.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/componentmaskpremultps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/componentmaskps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/componentmaskunmultps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/luminancepremultps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/luminanceps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/luminanceunmultps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/passthroughps.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/standardvs.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_format_data.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_support_data.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/gl_bindings_data.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/FBConfigCompatibility.md
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/load_functions_data.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/OverlayDraw.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_mandatory_format_support_data.json
FILE: ../../../flutter/third_party/angle/src/libEGL/libEGL.rc
FILE: ../../../flutter/third_party/angle/src/libEGL/resource.h
FILE: ../../../flutter/third_party/angle/src/libGLESv1_CM/libGLESv1_CM.def
FILE: ../../../flutter/third_party/angle/src/libGLESv1_CM/libGLESv1_CM.rc
FILE: ../../../flutter/third_party/angle/src/libGLESv1_CM/resource.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2.rc
FILE: ../../../flutter/third_party/angle/src/libGLESv2/resource.h
----------------------------------------------------------------------------------------------------
Copyright 2018 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/android_system_settings/res/values-v17/styles.xml + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/FastVector.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/FixedVector.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PackedEnums.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/android_util.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/android_util.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/hash_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/matrix_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_posix.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/FunctionLookup.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/FunctionLookup.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableString.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableStringBuilder.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableStringBuilder.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/builtin_variables.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/AtomicCounterFunctionHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/AtomicCounterFunctionHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockFunctionHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockFunctionHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockOutputHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockOutputHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/FoldExpressions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/FoldExpressions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneEmptyCases.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneEmptyCases.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteStructSamplers.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteStructSamplers.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateStructFromUniformDeclarations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateStructFromUniformDeclarations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RewriteRepeatedAssignToSwizzled.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RewriteRepeatedAssignToSwizzled.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteAtomicFunctionExpressions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteAtomicFunctionExpressions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteExpressionsWithShaderStorageBlock.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteExpressionsWithShaderStorageBlock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayConstructorStatements.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayConstructorStatements.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/NameEmbeddedUniformStructsMetal.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/NameEmbeddedUniformStructsMetal.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceVariable.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceVariable.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/Visit.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/feature_support_util/feature_support_util.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/feature_support_util/feature_support_util.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_android.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/BlobCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/BlobCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context.inl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_1_0.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/GLES1Renderer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/GLES1Renderer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/GLES1Shaders.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/GLES1State.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/GLES1State.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Observer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/entry_points_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/QueryImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderTargetCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ContextD3D.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11Helper_autogen.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Program11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Program11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/MultiplyAlpha.hlsl + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough2DArray11.hlsl + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough3D11.hlsl + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ImageGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ImageGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ContextEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ContextEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ExternalImageSiblingEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ImageEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ImageEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/RendererEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/RendererEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/NativeBufferImageSiblingAndroid.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/NativeBufferImageSiblingAndroid.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/ContextWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/ContextWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/RendererWGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/RendererWGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/UtilsVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/UtilsVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/DisplayVkAndroid.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/DisplayVkAndroid.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/WindowSurfaceVkAndroid.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/WindowSurfaceVkAndroid.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000003.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000004.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000005.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000006.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000007.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000008.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000009.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000A.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000B.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000C.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000D.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000E.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000F.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000010.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000011.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000012.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000013.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000014.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000015.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000016.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000017.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000003.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000003.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndexIndirectLineLoop.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndexIndirectLineLoop.comp.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndexIndirectLineLoop.comp.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndirectLineLoop.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000003.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000004.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000005.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000006.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000007.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/CopyImageToBuffer.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/CopyImageToBuffer.comp.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/EtcToBc.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/EtcToBc.comp.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ExportStencil.frag.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/FullScreenTri.vert.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000003.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000004.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000005.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000006.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000007.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000008.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000009.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000003.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000004.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000005.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000006.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000007.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000008.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000009.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000A.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000B.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000C.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000D.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000E.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000F.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000010.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000011.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000012.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000013.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000014.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000015.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000016.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000017.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000018.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000019.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001A.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001B.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001C.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001D.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001E.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001F.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000020.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000021.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000022.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000023.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000024.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000025.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000026.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000027.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000028.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000029.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002A.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002B.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002C.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002D.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002E.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002F.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000001.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000002.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000003.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000004.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000005.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000006.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000007.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000008.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000009.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000A.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000B.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000010.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000011.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000012.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000013.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000014.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000015.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000016.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000017.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000018.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000019.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000001A.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000001B.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000020.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000021.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000022.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000023.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000024.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000025.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000026.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000027.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000028.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000029.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000002A.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000002B.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/OverlayDraw.frag.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/OverlayDraw.vert.00000000.inc + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertVertex.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertVertex.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/FullScreenTri.vert + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageCopy.frag + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageCopy.frag.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_caps_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_caps_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_map.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_internal_shaders_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_internal_shaders_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES1.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES1.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES2.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES3.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES31.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationESEXT.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libEGL/egl_loader_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libEGL/egl_loader_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv1_CM/libGLESv1_CM.cpp + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/android_system_settings/res/values-v17/styles.xml
FILE: ../../../flutter/third_party/angle/src/common/FastVector.h
FILE: ../../../flutter/third_party/angle/src/common/FixedVector.h
FILE: ../../../flutter/third_party/angle/src/common/PackedEnums.cpp
FILE: ../../../flutter/third_party/angle/src/common/android_util.cpp
FILE: ../../../flutter/third_party/angle/src/common/android_util.h
FILE: ../../../flutter/third_party/angle/src/common/hash_utils.h
FILE: ../../../flutter/third_party/angle/src/common/matrix_utils.cpp
FILE: ../../../flutter/third_party/angle/src/common/system_utils.cpp
FILE: ../../../flutter/third_party/angle/src/common/system_utils_posix.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/FunctionLookup.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/FunctionLookup.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableString.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableStringBuilder.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableStringBuilder.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/builtin_variables.json
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/AtomicCounterFunctionHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/AtomicCounterFunctionHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockFunctionHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockFunctionHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockOutputHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/hlsl/ShaderStorageBlockOutputHLSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/FoldExpressions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/FoldExpressions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneEmptyCases.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/PruneEmptyCases.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteStructSamplers.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteStructSamplers.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateStructFromUniformDeclarations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/SeparateStructFromUniformDeclarations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RewriteRepeatedAssignToSwizzled.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/RewriteRepeatedAssignToSwizzled.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteAtomicFunctionExpressions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteAtomicFunctionExpressions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteExpressionsWithShaderStorageBlock.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RewriteExpressionsWithShaderStorageBlock.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayConstructorStatements.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/SeparateArrayConstructorStatements.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/NameEmbeddedUniformStructsMetal.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/NameEmbeddedUniformStructsMetal.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceVariable.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceVariable.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/Visit.h
FILE: ../../../flutter/third_party/angle/src/feature_support_util/feature_support_util.cpp
FILE: ../../../flutter/third_party/angle/src/feature_support_util/feature_support_util.h
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_android.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/BlobCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/BlobCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context.inl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_1_0.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/GLES1Renderer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/GLES1Renderer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/GLES1Shaders.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/GLES1State.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/GLES1State.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Observer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/entry_points_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/QueryImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderTargetCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/ContextD3D.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11Helper_autogen.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Program11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/Program11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/MultiplyAlpha.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough2DArray11.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough3D11.hlsl
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ImageGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/ImageGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ContextEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ContextEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ExternalImageSiblingEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ImageEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/ImageEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/RendererEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/RendererEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/NativeBufferImageSiblingAndroid.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/android/NativeBufferImageSiblingAndroid.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/ContextWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/ContextWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/RendererWGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/wgl/RendererWGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/UtilsVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/UtilsVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/DisplayVkAndroid.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/DisplayVkAndroid.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/WindowSurfaceVkAndroid.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/WindowSurfaceVkAndroid.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000003.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000004.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000005.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000006.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000007.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000008.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000009.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000A.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000B.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000C.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000D.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000E.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000F.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000010.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000011.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000012.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000013.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000014.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000015.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000016.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000017.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000003.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000003.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndexIndirectLineLoop.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndexIndirectLineLoop.comp.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndexIndirectLineLoop.comp.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndirectLineLoop.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000003.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000004.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000005.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000006.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000007.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/CopyImageToBuffer.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/CopyImageToBuffer.comp.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/EtcToBc.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/EtcToBc.comp.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ExportStencil.frag.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/FullScreenTri.vert.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000003.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000004.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000005.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000006.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000007.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000008.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/GenerateMipmap.comp.00000009.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000003.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000004.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000005.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000006.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000007.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000008.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000009.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000A.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000B.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000C.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000D.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000E.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000F.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000010.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000011.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000012.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000013.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000014.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000015.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000016.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000017.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000018.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000019.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001A.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001B.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001C.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001D.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001E.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000001F.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000020.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000021.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000022.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000023.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000024.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000025.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000026.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000027.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000028.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000029.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002A.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002B.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002C.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002D.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002E.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000002F.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000001.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000002.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000003.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000004.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000005.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000006.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000007.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000008.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000009.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000A.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000B.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000010.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000011.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000012.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000013.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000014.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000015.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000016.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000017.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000018.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000019.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000001A.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000001B.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000020.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000021.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000022.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000023.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000024.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000025.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000026.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000027.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000028.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000029.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000002A.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000002B.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/OverlayDraw.frag.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/OverlayDraw.vert.00000000.inc
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertVertex.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertVertex.comp.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/FullScreenTri.vert
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageCopy.frag
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageCopy.frag.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_caps_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_caps_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_map.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_internal_shaders_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_internal_shaders_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES1.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES1.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES2.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES3.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES31.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationESEXT.h
FILE: ../../../flutter/third_party/angle/src/libEGL/egl_loader_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libEGL/egl_loader_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv1_CM/libGLESv1_CM.cpp
----------------------------------------------------------------------------------------------------
Copyright 2018 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_enum_util.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_enum_util.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_enums.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_table_info.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_table_info.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_id.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_id.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_observer.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_observer.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_base.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/compute_attributes.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/compute_attributes.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/no_destructor.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/atl.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/base/anglebase/no_destructor.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_enum_util.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_enum_util.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_enums.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_table_info.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_table_info.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_id.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_id.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_observer.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_observer.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_base.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/compute_attributes.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/compute_attributes.h
FILE: ../../../flutter/third_party/accessibility/base/no_destructor.h
FILE: ../../../flutter/third_party/accessibility/base/win/atl.h
FILE: ../../../flutter/third_party/angle/src/common/base/anglebase/no_destructor.h
----------------------------------------------------------------------------------------------------
Copyright 2018 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
LIBRARY: xxhash
ORIGIN: ../../../flutter/third_party/angle/include/platform/Feature.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/vulkan/vulkan_fuchsia_ext.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PoolAlloc.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/PoolAlloc.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/apple_platform_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/gl_enum_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/gl_enum_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/gl_enum_utils_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/gl_enum_utils_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_win32.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_winuwp.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/third_party/xxhash/xxhash_fuzzer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.l + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.y + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor_lex_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor_tab_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateAST.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateAST.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang.l + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang.y + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang_lex_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/glslang_tab_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuiltinsWorkaround.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuiltinsWorkaround.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateMultiDrawShaderBuiltins.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateMultiDrawShaderBuiltins.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInactiveInterfaceVariables.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInactiveInterfaceVariables.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteArrayOfArrayOfOpaqueUniforms.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicCounters.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicCounters.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteCubeMapSamplersAs2DArray.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteCubeMapSamplersAs2DArray.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteDfdy.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteDfdy.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteRowMajorMatrices.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteRowMajorMatrices.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/BuiltIn.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindFunction.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindFunction.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceShadowingVariables.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceShadowingVariables.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/EGLSync.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/MemoryObject.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/MemoryObject.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Overlay.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Overlay.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/OverlayWidgets.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/OverlayWidgets.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Overlay_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Overlay_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Semaphore.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Semaphore.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/FrameCapture.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/FrameCapture.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/FrameCapture_mock.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_1_0_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_2_0_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_0_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_1_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_2_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_ext_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/format_map_desktop.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/overlay_widgets.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLSyncImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/MemoryObjectImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/OverlayImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/SemaphoreImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ShaderImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicImage2DHLSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicImage2DHLSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ExternalImageSiblingImpl11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ExternalImageSiblingImpl11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/MappedSubresourceVerifier11.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/MappedSubresourceVerifier11.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils_mac.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/MemoryObjectGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/MemoryObjectGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SemaphoreGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SemaphoreGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/ContextCGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/ContextCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DeviceCGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DeviceCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/RendererCGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/RendererCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SyncEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SyncEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/RendererGLX.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/RendererGLX.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/BufferMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/BufferMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/CompilerMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/CompilerMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ContextMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ContextMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DisplayMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DisplayMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DisplayMtl_api.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/FrameBufferMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/FrameBufferMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/IOSurfaceSurfaceMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProgramMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProgramMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderBufferMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderBufferMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderTargetMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderTargetMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ShaderMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ShaderMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SurfaceMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SurfaceMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TextureMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TextureMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/VertexArrayMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/VertexArrayMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_pool.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_pool.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_command_buffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_command_buffer.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_common.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_common.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_map.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_utils.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_msl_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_msl_utils.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_render_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_render_utils.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_resources.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_resources.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_state_cache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_state_cache.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_utils.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/serial_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk_api.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryObjectVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryObjectVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/OverlayVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/OverlayVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/PersistentCommandPool.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/PersistentCommandPool.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandBuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandBuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SemaphoreVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SemaphoreVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/HardwareBufferImageSiblingVkAndroid.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/HardwareBufferImageSiblingVkAndroid.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/DisplayVkFuchsia.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/DisplayVkFuchsia.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/WindowSurfaceVkFuchsia.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/WindowSurfaceVkFuchsia.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/DisplayVkGGP.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/DisplayVkGGP.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/WindowSurfaceVkGGP.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/WindowSurfaceVkGGP.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/DisplayVkMac.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/DisplayVkMac.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/WindowSurfaceVkMac.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/WindowSurfaceVkMac.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolve.frag + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolve.frag.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolveStencilNoExport.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolveStencilNoExport.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndex.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndex.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndexIndirectLineLoop.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndirectLineLoop.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndirectLineLoop.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/EtcToBc.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageClear.frag + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageClear.frag.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/spv_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/spv_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_wrapper.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/trace.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES32.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES32.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationESEXT.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL1.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL2.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL3.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL4.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_wgl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_wgl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_egl_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_glx_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_wgl_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/platform/Feature.h
FILE: ../../../flutter/third_party/angle/include/vulkan/vulkan_fuchsia_ext.h
FILE: ../../../flutter/third_party/angle/src/common/PoolAlloc.cpp
FILE: ../../../flutter/third_party/angle/src/common/PoolAlloc.h
FILE: ../../../flutter/third_party/angle/src/common/apple_platform_utils.h
FILE: ../../../flutter/third_party/angle/src/common/gl_enum_utils.cpp
FILE: ../../../flutter/third_party/angle/src/common/gl_enum_utils.h
FILE: ../../../flutter/third_party/angle/src/common/gl_enum_utils_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/gl_enum_utils_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/system_utils_win32.cpp
FILE: ../../../flutter/third_party/angle/src/common/system_utils_winuwp.cpp
FILE: ../../../flutter/third_party/angle/src/common/third_party/xxhash/xxhash_fuzzer.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.l
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor.y
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor_lex_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/preprocessor/preprocessor_tab_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateAST.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateAST.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang.l
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang.y
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang_lex_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/glslang_tab_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuiltinsWorkaround.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuiltinsWorkaround.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateMultiDrawShaderBuiltins.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/EmulateMultiDrawShaderBuiltins.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInactiveInterfaceVariables.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveInactiveInterfaceVariables.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteArrayOfArrayOfOpaqueUniforms.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicCounters.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicCounters.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteCubeMapSamplersAs2DArray.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteCubeMapSamplersAs2DArray.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteDfdy.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteDfdy.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteRowMajorMatrices.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/glsl/apple/RewriteRowMajorMatrices.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/BuiltIn.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindFunction.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindFunction.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceShadowingVariables.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceShadowingVariables.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/EGLSync.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/MemoryObject.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/MemoryObject.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/OverlayWidgets.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/OverlayWidgets.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Semaphore.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Semaphore.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/FrameCapture.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/FrameCapture.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/FrameCapture_mock.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_1_0_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_2_0_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_0_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_1_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_2_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_ext_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/format_map_desktop.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/overlay_widgets.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLSyncImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/MemoryObjectImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/OverlayImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/SemaphoreImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ShaderImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicImage2DHLSL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/DynamicImage2DHLSL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ExternalImageSiblingImpl11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/ExternalImageSiblingImpl11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/MappedSubresourceVerifier11.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/d3d11/MappedSubresourceVerifier11.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils_mac.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/MemoryObjectGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/MemoryObjectGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SemaphoreGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/SemaphoreGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/ContextCGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/ContextCGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DeviceCGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/DeviceCGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/RendererCGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/cgl/RendererCGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SyncEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/SyncEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/RendererGLX.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/RendererGLX.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/BufferMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/BufferMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/CompilerMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/CompilerMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ContextMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ContextMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DisplayMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DisplayMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DisplayMtl_api.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/FrameBufferMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/FrameBufferMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/IOSurfaceSurfaceMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProgramMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProgramMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderBufferMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderBufferMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderTargetMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/RenderTargetMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ShaderMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ShaderMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SurfaceMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SurfaceMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TextureMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TextureMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/VertexArrayMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/VertexArrayMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_pool.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_pool.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_command_buffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_command_buffer.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_common.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_common.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_map.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_utils.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_msl_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_msl_utils.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_render_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_render_utils.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_resources.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_resources.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_state_cache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_state_cache.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_utils.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/serial_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk_api.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryObjectVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryObjectVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/OverlayVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/OverlayVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/PersistentCommandPool.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/PersistentCommandPool.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandBuffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandBuffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SemaphoreVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SemaphoreVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/HardwareBufferImageSiblingVkAndroid.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/HardwareBufferImageSiblingVkAndroid.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/DisplayVkFuchsia.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/DisplayVkFuchsia.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/WindowSurfaceVkFuchsia.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/WindowSurfaceVkFuchsia.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/DisplayVkGGP.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/DisplayVkGGP.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/WindowSurfaceVkGGP.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ggp/WindowSurfaceVkGGP.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/DisplayVkMac.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/DisplayVkMac.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/WindowSurfaceVkMac.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/WindowSurfaceVkMac.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolve.frag
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolve.frag.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolveStencilNoExport.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolveStencilNoExport.comp.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndex.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndex.comp.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndexIndirectLineLoop.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndirectLineLoop.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndirectLineLoop.comp.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/EtcToBc.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageClear.frag
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageClear.frag.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/spv_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/spv_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_wrapper.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/trace.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES32.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES32.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationESEXT.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL1.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL2.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL3.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL4.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_wgl.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_wgl.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_egl_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_glx_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_wgl_autogen.cpp
----------------------------------------------------------------------------------------------------
Copyright 2019 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/blit.metal + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/clear.metal + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/common.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/gen_indices.metal + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/visibility.metal + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/blit.metal
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/clear.metal
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/common.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/gen_indices.metal
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/visibility.metal
----------------------------------------------------------------------------------------------------
Copyright 2019 The ANGLE Project. 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/crl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/crl.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/revocation_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/crl.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/crl.h
FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.h
----------------------------------------------------------------------------------------------------
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_active_popup.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_active_popup.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_clipping_behavior.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_constants.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_coordinate_system.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_mode.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node_text_styles.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_node_text_styles.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_offscreen_result.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_manager.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_manager_map.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_tree_manager_map.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_fragment_root_delegate_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_fragment_root_win.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_fragment_root_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_utils_win.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_utils_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textrangeprovider_win.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textrangeprovider_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_tree_manager.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/scoped_safearray.h + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_active_popup.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_active_popup.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_clipping_behavior.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_constants.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_coordinate_system.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_mode.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_node_text_styles.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_node_text_styles.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_offscreen_result.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_manager.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_manager_map.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_tree_manager_map.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_fragment_root_delegate_win.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_fragment_root_win.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_fragment_root_win.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_utils_win.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_delegate_utils_win.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textrangeprovider_win.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_node_textrangeprovider_win.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/ax_platform_tree_manager.h
FILE: ../../../flutter/third_party/accessibility/base/win/scoped_safearray.h
----------------------------------------------------------------------------------------------------
Copyright 2019 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/common/apple/SoftLinking.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/entry_points_enum_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/entry_points_enum_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/frame_capture_utils_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/frame_capture_utils_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/gl/cgl/FunctionsCGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/gl/cgl/FunctionsCGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/system_utils_apple.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/vulkan/vulkan_icd.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/vulkan/vulkan_icd.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableString_ESSL_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableString_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable_ESSL_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateBarrierFunctionCall.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateBarrierFunctionCall.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateClipCullDistance.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateClipCullDistance.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/AsNode.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/AstHelpers.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/AstHelpers.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/DebugSink.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverDependentFunctions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverDependentFunctions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverEnclosingFunctionTraverser.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverEnclosingFunctionTraverser.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/DriverUniformMetal.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/DriverUniformMetal.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/EmitMetal.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/EmitMetal.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/IdGen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/IdGen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/IntermRebuild.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/IntermRebuild.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/Layout.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/Layout.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapFunctionsToDefinitions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapFunctionsToDefinitions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapSymbols.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapSymbols.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/ModifyStruct.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/ModifyStruct.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/Name.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/Name.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/NodeType.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/Pipeline.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/Pipeline.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/ProgramPrelude.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/ProgramPrelude.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/Reference.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/RewritePipelines.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/RewritePipelines.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/SkippingTraverser.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/SymbolEnv.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/SymbolEnv.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/ToposortStructs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/ToposortStructs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/TranslatorMSL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/TranslatorMSL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ForcePrecisionQualifier.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ForcePrecisionQualifier.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveAtomicCounterBuiltins.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveAtomicCounterBuiltins.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RecordUniformBlocksWithLargeArrayMember.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RecordUniformBlocksWithLargeArrayMember.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/AddExplicitTypeCasts.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/AddExplicitTypeCasts.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ConvertUnsupportedConstructorsToFunctionCalls.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ConvertUnsupportedConstructorsToFunctionCalls.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/FixTypeConstructors.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/FixTypeConstructors.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/HoistConstants.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/HoistConstants.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/IntroduceVertexIndexID.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/IntroduceVertexIndexID.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ReduceInterfaceBlocks.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ReduceInterfaceBlocks.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteCaseDeclarations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteCaseDeclarations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteOutArgs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteOutArgs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteUnaddressableReferences.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteUnaddressableReferences.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundExpressions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundExpressions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundStructDeclarations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundStructDeclarations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/TransposeRowMajorMatrices.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/TransposeRowMajorMatrices.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/WrapMain.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/WrapMain.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/FlagSamplersWithTexelFetch.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/FlagSamplersWithTexelFetch.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteInterpolateAtOffset.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteInterpolateAtOffset.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/BuiltIn_ESSL_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/BuiltIn_complete_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/DriverUniform.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/DriverUniform.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceArrayOfMatrixVarying.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceArrayOfMatrixVarying.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceClipCullDistanceVariable.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceClipCullDistanceVariable.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RewriteSampleMaskVariable.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RewriteSampleMaskVariable.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheBeginningOfShader.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheBeginningOfShader.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/SpecializationConstant.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/SpecializationConstant.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_apple.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_fuchsia.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_ios.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_vulkan.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_vulkan.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_3_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_4_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_1_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_2_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_3_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_3_1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_3_2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_ext_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/InfoLog.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ProgramExecutable.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ProgramExecutable.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_egl_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_egl_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_1_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_2_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_3_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_3_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_4_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_4_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_1_0_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_1_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_2_0_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_2_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_0_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_1_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_2_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_ext_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_ext_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/serialize.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/serialize.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/BufferImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLReusableSync.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLReusableSync.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLSyncImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/FormatID_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/Format_table_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/driver_utils_d3d.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/driver_utils_d3d.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d_format.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d_format.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_format_map.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_format_map_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/ContextEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DeviceEAGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DeviceEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DisplayEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DisplayEAGL.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/FunctionsEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/FunctionsEAGL.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/IOSurfaceSurfaceEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/IOSurfaceSurfaceEAGL.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/PbufferSurfaceEAGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/PbufferSurfaceEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/RendererEAGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/RendererEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/WindowSurfaceEAGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/WindowSurfaceEAGL.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PixmapSurfaceGLX.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PixmapSurfaceGLX.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/glx_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/glx_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/IOSurfaceSurfaceMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SamplerMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SamplerMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TransformFeedbackMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TransformFeedbackMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/file_hooking/shader_cache_file_hooking.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_table_autogen.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_ios_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_macos_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_src_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CommandProcessor.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CommandProcessor.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DebugAnnotatorVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DebugAnnotatorVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramExecutableVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramExecutableVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/vk_android_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/vk_android_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/DisplayVkSimple.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/DisplayVkSimple.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/WindowSurfaceVkSimple.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/WindowSurfaceVkSimple.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/DisplayVkHeadless.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/DisplayVkHeadless.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/WindowSurfaceVkHeadless.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/WindowSurfaceVkHeadless.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/IOSurfaceSurfaceVkMac.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/IOSurfaceSurfaceVkMac.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndexIndirectLineLoop.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/EtcToBc.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/GenerateMipmap.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/GenerateMipmap.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_table_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_mandatory_format_support_table_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_mem_alloc_wrapper.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_mem_alloc_wrapper.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationEGL_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES31_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES32_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationES3_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationESEXT_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL3_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationGL4_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libEGL/libEGL_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libEGL/libEGL_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libEGL/libEGL_vulkan_secondaries_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/egl_ext_stubs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/egl_ext_stubs_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/egl_get_labeled_object_data.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/egl_stubs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/egl_stubs_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_ext_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_ext_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_1_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_2_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_3_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_3_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_4_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_4_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_1_0_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_1_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_2_0_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_2_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_0_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_0_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_1_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_1_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_2_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_2_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_ext_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_ext_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_no_capture_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_vulkan_secondaries_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_with_capture_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/opengl32_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/opengl32_with_wgl_autogen.def + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libOpenCL/libOpenCL_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/common/apple/SoftLinking.h
FILE: ../../../flutter/third_party/angle/src/common/entry_points_enum_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/entry_points_enum_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/frame_capture_utils_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/frame_capture_utils_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/gl/cgl/FunctionsCGL.cpp
FILE: ../../../flutter/third_party/angle/src/common/gl/cgl/FunctionsCGL.h
FILE: ../../../flutter/third_party/angle/src/common/system_utils_apple.cpp
FILE: ../../../flutter/third_party/angle/src/common/vulkan/vulkan_icd.cpp
FILE: ../../../flutter/third_party/angle/src/common/vulkan/vulkan_icd.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableString_ESSL_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ImmutableString_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable_ESSL_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/SymbolTable_autogen.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateBarrierFunctionCall.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateBarrierFunctionCall.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateClipCullDistance.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateClipCullDistance.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/AsNode.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/AstHelpers.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/AstHelpers.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/DebugSink.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverDependentFunctions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverDependentFunctions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverEnclosingFunctionTraverser.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/DiscoverEnclosingFunctionTraverser.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/DriverUniformMetal.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/DriverUniformMetal.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/EmitMetal.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/EmitMetal.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/IdGen.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/IdGen.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/IntermRebuild.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/IntermRebuild.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/Layout.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/Layout.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapFunctionsToDefinitions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapFunctionsToDefinitions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapSymbols.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/MapSymbols.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/ModifyStruct.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/ModifyStruct.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/Name.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/Name.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/NodeType.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/Pipeline.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/Pipeline.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/ProgramPrelude.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/ProgramPrelude.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/Reference.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/RewritePipelines.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/RewritePipelines.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/SkippingTraverser.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/SymbolEnv.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/SymbolEnv.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/ToposortStructs.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/ToposortStructs.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/TranslatorMSL.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/TranslatorMSL.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ForcePrecisionQualifier.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ForcePrecisionQualifier.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveAtomicCounterBuiltins.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RemoveAtomicCounterBuiltins.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RecordUniformBlocksWithLargeArrayMember.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/RecordUniformBlocksWithLargeArrayMember.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/AddExplicitTypeCasts.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/AddExplicitTypeCasts.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ConvertUnsupportedConstructorsToFunctionCalls.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ConvertUnsupportedConstructorsToFunctionCalls.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/FixTypeConstructors.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/FixTypeConstructors.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/HoistConstants.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/HoistConstants.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/IntroduceVertexIndexID.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/IntroduceVertexIndexID.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ReduceInterfaceBlocks.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/ReduceInterfaceBlocks.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteCaseDeclarations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteCaseDeclarations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteOutArgs.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteOutArgs.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteUnaddressableReferences.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteUnaddressableReferences.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundExpressions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundExpressions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundStructDeclarations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/SeparateCompoundStructDeclarations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/TransposeRowMajorMatrices.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/TransposeRowMajorMatrices.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/WrapMain.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/WrapMain.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/FlagSamplersWithTexelFetch.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/FlagSamplersWithTexelFetch.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteInterpolateAtOffset.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteInterpolateAtOffset.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/BuiltIn_ESSL_autogen.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/BuiltIn_complete_autogen.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/DriverUniform.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/DriverUniform.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceArrayOfMatrixVarying.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceArrayOfMatrixVarying.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceClipCullDistanceVariable.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/ReplaceClipCullDistanceVariable.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RewriteSampleMaskVariable.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RewriteSampleMaskVariable.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheBeginningOfShader.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/RunAtTheBeginningOfShader.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/SpecializationConstant.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/SpecializationConstant.h
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_apple.mm
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_fuchsia.cpp
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_ios.cpp
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_vulkan.cpp
FILE: ../../../flutter/third_party/angle/src/gpu_info_util/SystemInfo_vulkan.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_3_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gl_4_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_1_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_2_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_3_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_3_1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_3_2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Context_gles_ext_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/InfoLog.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/ProgramExecutable.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/ProgramExecutable.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_egl_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_egl_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_1_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_2_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_3_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_3_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_4_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_4_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_1_0_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_1_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_2_0_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_2_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_0_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_1_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_2_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_3_2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_ext_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gles_ext_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/serialize.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/serialize.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/BufferImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLReusableSync.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLReusableSync.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/EGLSyncImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/FormatID_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/Format_table_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/driver_utils_d3d.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d/driver_utils_d3d.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d_format.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/d3d_format.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_format_map.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/dxgi_format_map_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/ContextEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DeviceEAGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DeviceEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DisplayEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/DisplayEAGL.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/FunctionsEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/FunctionsEAGL.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/IOSurfaceSurfaceEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/IOSurfaceSurfaceEAGL.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/PbufferSurfaceEAGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/PbufferSurfaceEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/RendererEAGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/RendererEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/WindowSurfaceEAGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/eagl/WindowSurfaceEAGL.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PixmapSurfaceGLX.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/PixmapSurfaceGLX.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/glx_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/glx/glx_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/IOSurfaceSurfaceMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SamplerMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/SamplerMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TransformFeedbackMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/TransformFeedbackMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/file_hooking/shader_cache_file_hooking.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_format_table_autogen.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_ios_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_macos_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_src_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CommandProcessor.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CommandProcessor.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DebugAnnotatorVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/DebugAnnotatorVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramExecutableVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ProgramExecutableVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/vk_android_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/vk_android_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/DisplayVkSimple.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/DisplayVkSimple.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/WindowSurfaceVkSimple.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/display/WindowSurfaceVkSimple.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/DisplayVkHeadless.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/DisplayVkHeadless.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/WindowSurfaceVkHeadless.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/headless/WindowSurfaceVkHeadless.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/IOSurfaceSurfaceVkMac.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/mac/IOSurfaceSurfaceVkMac.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndexIndirectLineLoop.comp.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/EtcToBc.comp.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/GenerateMipmap.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/GenerateMipmap.comp.json
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_format_table_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_mandatory_format_support_table_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_mem_alloc_wrapper.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_mem_alloc_wrapper.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationEGL_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES31_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES32_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationES3_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationESEXT_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL3_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationGL4_autogen.h
FILE: ../../../flutter/third_party/angle/src/libEGL/libEGL_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libEGL/libEGL_autogen.def
FILE: ../../../flutter/third_party/angle/src/libEGL/libEGL_vulkan_secondaries_autogen.def
FILE: ../../../flutter/third_party/angle/src/libGLESv2/egl_ext_stubs.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/egl_ext_stubs_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/egl_get_labeled_object_data.json
FILE: ../../../flutter/third_party/angle/src/libGLESv2/egl_stubs.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/egl_stubs_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_ext_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_egl_ext_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_1_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_2_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_3_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_3_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_4_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gl_4_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_1_0_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_1_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_2_0_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_2_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_0_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_0_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_1_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_1_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_2_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_3_2_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_ext_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_gles_ext_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_autogen.def
FILE: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_no_capture_autogen.def
FILE: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_vulkan_secondaries_autogen.def
FILE: ../../../flutter/third_party/angle/src/libGLESv2/libGLESv2_with_capture_autogen.def
FILE: ../../../flutter/third_party/angle/src/libGLESv2/opengl32_autogen.def
FILE: ../../../flutter/third_party/angle/src/libGLESv2/opengl32_with_wgl_autogen.def
FILE: ../../../flutter/third_party/angle/src/libOpenCL/libOpenCL_autogen.cpp
----------------------------------------------------------------------------------------------------
Copyright 2020 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/constants.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/copy_buffer.metal + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/gen_mipmap.metal + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/constants.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/copy_buffer.metal
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/gen_mipmap.metal
----------------------------------------------------------------------------------------------------
Copyright 2020 The ANGLE Project. 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: accessibility
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_handler_base.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_handler_base.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_base_export.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_event_intent.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_event_intent.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/uia_registrar_win.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/platform/uia_registrar_win.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/test_ax_node_helper.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/test_ax_node_helper.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/test_ax_tree_manager.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/ax/test_ax_tree_manager.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/dispatch_stub.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/dispatch_stub.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/variant_util.h + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/variant_vector.cc + ../../../flutter/third_party/accessibility/LICENSE
ORIGIN: ../../../flutter/third_party/accessibility/base/win/variant_vector.h + ../../../flutter/third_party/accessibility/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/accessibility/ax/ax_action_handler_base.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_action_handler_base.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_base_export.h
FILE: ../../../flutter/third_party/accessibility/ax/ax_event_intent.cc
FILE: ../../../flutter/third_party/accessibility/ax/ax_event_intent.h
FILE: ../../../flutter/third_party/accessibility/ax/platform/uia_registrar_win.cc
FILE: ../../../flutter/third_party/accessibility/ax/platform/uia_registrar_win.h
FILE: ../../../flutter/third_party/accessibility/ax/test_ax_node_helper.cc
FILE: ../../../flutter/third_party/accessibility/ax/test_ax_node_helper.h
FILE: ../../../flutter/third_party/accessibility/ax/test_ax_tree_manager.cc
FILE: ../../../flutter/third_party/accessibility/ax/test_ax_tree_manager.h
FILE: ../../../flutter/third_party/accessibility/base/win/dispatch_stub.cc
FILE: ../../../flutter/third_party/accessibility/base/win/dispatch_stub.h
FILE: ../../../flutter/third_party/accessibility/base/win/variant_util.h
FILE: ../../../flutter/third_party/accessibility/base/win/variant_vector.cc
FILE: ../../../flutter/third_party/accessibility/base/win/variant_vector.h
----------------------------------------------------------------------------------------------------
Copyright 2020 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/lossless_sse41.c + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/src/dsp/lossless_sse41.c
----------------------------------------------------------------------------------------------------
Copyright 2021 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/angle_cl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/CircularBuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/Spinlock.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/SynchronizedValue.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/angle_version_info.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/angle_version_info.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/apple/apple_platform.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/linux/dma_buf_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/linux/dma_buf_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/serializer/JsonSerializer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/serializer/JsonSerializer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/spirv/angle_spirv_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_builder_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_builder_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_parser_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_parser_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/spirv/spirv_types.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/vulkan/libvulkan_loader.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/vulkan/libvulkan_loader.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/Operator_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateTypeSizeLimitations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/ValidateTypeSizeLimitations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuildSPIRV.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuildSPIRV.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/OutputSPIRV.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/spirv/OutputSPIRV.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampIndirectIndices.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampIndirectIndices.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclarePerVertexBlocks.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclarePerVertexBlocks.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/MonomorphizeUnsupportedFunctions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/MonomorphizeUnsupportedFunctions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteArrayOfArrayOfOpaqueUniforms.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFragColorData.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFragColorData.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteR32fImages.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteR32fImages.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindPreciseNodes.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindPreciseNodes.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLBitField.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLBuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLBuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLCommandQueue.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLCommandQueue.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLContext.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLContext.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLDevice.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLDevice.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLEvent.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLEvent.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLImage.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLImage.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLKernel.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLKernel.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLMemory.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLMemory.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLObject.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLObject.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLPlatform.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLPlatform.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLProgram.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLProgram.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLRefPointer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLSampler.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLSampler.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/CLtypes.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/serialize_mock.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/cl_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/cl_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/gles_extensions_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/gles_extensions_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLCommandQueueImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLCommandQueueImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLContextImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLContextImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLDeviceImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLDeviceImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLEventImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLEventImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLExtensions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLExtensions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLKernelImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLKernelImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLMemoryImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLMemoryImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLPlatformImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLPlatformImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLProgramImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLProgramImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLSamplerImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLSamplerImpl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLtypes.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ImageImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLCommandQueueCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLCommandQueueCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLContextCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLContextCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLDeviceCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLDeviceCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLEventCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLEventCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLKernelCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLKernelCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLMemoryCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLMemoryCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLPlatformCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLPlatformCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLProgramCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLProgramCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLSamplerCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLSamplerCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/cl_types.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/cl_util.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/cl_util.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils_ios.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DeviceMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DeviceMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ImageMtl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ImageMtl.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProvokingVertexHelper.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProvokingVertexHelper.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_context_device.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_context_device.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_resource_spi.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/rewrite_indices.metal + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLCommandQueueVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLCommandQueueVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLContextVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLContextVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLDeviceVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLDeviceVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLEventVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLEventVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLKernelVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLKernelVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLMemoryVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLMemoryVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLPlatformVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLPlatformVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLProgramVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLProgramVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLSamplerVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLSamplerVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderInterfaceVariableInfoMap.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderInterfaceVariableInfoMap.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VkImageImageSiblingVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VkImageImageSiblingVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VulkanSecondaryCommandBuffer.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VulkanSecondaryCommandBuffer.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/AHBFunctions.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/AHBFunctions.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/cl_types.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DisplayVkLinux.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DisplayVkLinux.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DmaBufImageSiblingVkLinux.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DmaBufImageSiblingVkLinux.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/null/DisplayVkNull.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/null/DisplayVkNull.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_command_buffer_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationCL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationCL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/validationCL_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/cl_dispatch_table.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/cl_dispatch_table.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/cl_stubs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/cl_stubs_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_cl.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_cl_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libOpenCL/dispatch.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libOpenCL/dispatch.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libOpenCL/libOpenCL_autogen.map + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/angle_cl.h
FILE: ../../../flutter/third_party/angle/src/common/CircularBuffer.h
FILE: ../../../flutter/third_party/angle/src/common/Spinlock.h
FILE: ../../../flutter/third_party/angle/src/common/SynchronizedValue.h
FILE: ../../../flutter/third_party/angle/src/common/angle_version_info.cpp
FILE: ../../../flutter/third_party/angle/src/common/angle_version_info.h
FILE: ../../../flutter/third_party/angle/src/common/apple/apple_platform.h
FILE: ../../../flutter/third_party/angle/src/common/linux/dma_buf_utils.cpp
FILE: ../../../flutter/third_party/angle/src/common/linux/dma_buf_utils.h
FILE: ../../../flutter/third_party/angle/src/common/serializer/JsonSerializer.cpp
FILE: ../../../flutter/third_party/angle/src/common/serializer/JsonSerializer.h
FILE: ../../../flutter/third_party/angle/src/common/spirv/angle_spirv_utils.cpp
FILE: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_builder_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_builder_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_parser_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/common/spirv/spirv_instruction_parser_autogen.h
FILE: ../../../flutter/third_party/angle/src/common/spirv/spirv_types.h
FILE: ../../../flutter/third_party/angle/src/common/vulkan/libvulkan_loader.cpp
FILE: ../../../flutter/third_party/angle/src/common/vulkan/libvulkan_loader.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/Operator_autogen.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateTypeSizeLimitations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/ValidateTypeSizeLimitations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuildSPIRV.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/BuildSPIRV.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/OutputSPIRV.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/spirv/OutputSPIRV.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampIndirectIndices.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/ClampIndirectIndices.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclarePerVertexBlocks.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/DeclarePerVertexBlocks.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/MonomorphizeUnsupportedFunctions.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/MonomorphizeUnsupportedFunctions.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewriteArrayOfArrayOfOpaqueUniforms.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFragColorData.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFragColorData.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteR32fImages.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/RewriteR32fImages.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindPreciseNodes.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_util/FindPreciseNodes.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLBitField.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLBuffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLBuffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLCommandQueue.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLCommandQueue.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLContext.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLContext.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLDevice.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLDevice.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLEvent.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLEvent.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLImage.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLImage.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLKernel.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLKernel.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLMemory.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLMemory.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLObject.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLObject.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLPlatform.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLPlatform.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLProgram.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLProgram.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLRefPointer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLSampler.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLSampler.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/CLtypes.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/serialize_mock.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/cl_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/cl_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/gles_extensions_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/gles_extensions_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLCommandQueueImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLCommandQueueImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLContextImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLContextImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLDeviceImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLDeviceImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLEventImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLEventImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLExtensions.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLExtensions.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLKernelImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLKernelImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLMemoryImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLMemoryImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLPlatformImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLPlatformImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLProgramImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLProgramImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLSamplerImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLSamplerImpl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/CLtypes.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ImageImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLCommandQueueCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLCommandQueueCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLContextCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLContextCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLDeviceCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLDeviceCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLEventCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLEventCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLKernelCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLKernelCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLMemoryCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLMemoryCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLPlatformCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLPlatformCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLProgramCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLProgramCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLSamplerCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/CLSamplerCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/cl_types.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/cl_util.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/cl/cl_util.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/driver_utils_ios.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DeviceMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/DeviceMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ImageMtl.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ImageMtl.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProvokingVertexHelper.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/ProvokingVertexHelper.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_context_device.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_context_device.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_resource_spi.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/rewrite_indices.metal
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLCommandQueueVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLCommandQueueVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLContextVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLContextVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLDeviceVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLDeviceVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLEventVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLEventVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLKernelVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLKernelVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLMemoryVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLMemoryVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLPlatformVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLPlatformVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLProgramVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLProgramVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLSamplerVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/CLSamplerVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderInterfaceVariableInfoMap.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShaderInterfaceVariableInfoMap.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VkImageImageSiblingVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VkImageImageSiblingVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VulkanSecondaryCommandBuffer.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/VulkanSecondaryCommandBuffer.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/AHBFunctions.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/android/AHBFunctions.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/cl_types.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DisplayVkLinux.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DisplayVkLinux.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DmaBufImageSiblingVkLinux.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/DmaBufImageSiblingVkLinux.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/null/DisplayVkNull.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/null/DisplayVkNull.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/vk_command_buffer_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationCL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationCL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/validationCL_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/cl_dispatch_table.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/cl_dispatch_table.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/cl_stubs.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/cl_stubs_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_cl_utils.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_cl.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/proc_table_cl_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libOpenCL/dispatch.cpp
FILE: ../../../flutter/third_party/angle/src/libOpenCL/dispatch.h
FILE: ../../../flutter/third_party/angle/src/libOpenCL/libOpenCL_autogen.map
----------------------------------------------------------------------------------------------------
Copyright 2021 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/rewrite_indices_shared.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/shaders/rewrite_indices_shared.h
----------------------------------------------------------------------------------------------------
Copyright 2021 The ANGLE Project. 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/DisplayVkWayland.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/DisplayVkWayland.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/WindowSurfaceVkWayland.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/WindowSurfaceVkWayland.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/DisplayVkWayland.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/DisplayVkWayland.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/WindowSurfaceVkWayland.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/WindowSurfaceVkWayland.h
----------------------------------------------------------------------------------------------------
Copyright 2021-2022 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_cpu.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_cpu.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_csp.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_csp.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_dsp.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_dsp.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_gamma.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_gamma.h + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_neon.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_sse2.c + ../../../flutter/third_party/libwebp/COPYING
ORIGIN: ../../../flutter/third_party/libwebp/src/dsp/cpu.h + ../../../flutter/third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv.c
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv.h
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_cpu.c
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_cpu.h
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_csp.c
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_csp.h
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_dsp.c
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_dsp.h
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_gamma.c
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_gamma.h
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_neon.c
FILE: ../../../flutter/third_party/libwebp/sharpyuv/sharpyuv_sse2.c
FILE: ../../../flutter/third_party/libwebp/src/dsp/cpu.h
----------------------------------------------------------------------------------------------------
Copyright 2022 Google Inc. 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 the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Google nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesD3D_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesGL_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesMtl_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesVk_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/autogen/FrontendFeatures_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/d3d_features.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/frontend_features.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/gl_features.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/mtl_features.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/include/platform/vk_features.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/CompiledShaderState.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/CompiledShaderState.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/RingBufferAllocator.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/RingBufferAllocator.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/apple_platform_utils.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/backtrace_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/backtrace_utils_android.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/backtrace_utils_noop.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/frame_capture_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/frame_capture_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/BaseTypes.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/msl/ConstantNames.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewritePixelLocalStorage.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewritePixelLocalStorage.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignArraysInSSBOs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignArraysInSSBOs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignStructsInSSBOs.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignStructsInSSBOs.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/GuardFragDepthWrite.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/GuardFragDepthWrite.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateAdvancedBlendEquations.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateAdvancedBlendEquations.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateDithering.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateDithering.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateYUVBuiltIns.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateYUVBuiltIns.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/AstcDecompressor.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/AstcDecompressor.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/AstcDecompressorNoOp.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/AstcDecompressorTestUtils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/loadimage_astc.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/loadimage_paletted.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/storeimage.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/image_util/storeimage_paletted.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/MemoryShaderCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/MemoryShaderCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Overlay_font_autogen.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/Overlay_font_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/PixelLocalStorage.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/PixelLocalStorage.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_1_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_2_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_3_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_4_params.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/entry_points_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramPipelineImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderbufferImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/VertexArrayImpl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/PLSProgramCache.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/PLSProgramCache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DeviceEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DeviceEGL.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_manager.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_manager.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperPool.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperPool.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperRing.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperRing.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/Suballocation.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/Suballocation.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/gbm/DisplayVkGbm.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/gbm/DisplayVkGbm.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ExportStencil.frag + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/OverlayDraw.frag + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/OverlayDraw.vert + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_glx.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_glx.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesD3D_autogen.h
FILE: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesGL_autogen.h
FILE: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesMtl_autogen.h
FILE: ../../../flutter/third_party/angle/include/platform/autogen/FeaturesVk_autogen.h
FILE: ../../../flutter/third_party/angle/include/platform/autogen/FrontendFeatures_autogen.h
FILE: ../../../flutter/third_party/angle/include/platform/d3d_features.json
FILE: ../../../flutter/third_party/angle/include/platform/frontend_features.json
FILE: ../../../flutter/third_party/angle/include/platform/gl_features.json
FILE: ../../../flutter/third_party/angle/include/platform/mtl_features.json
FILE: ../../../flutter/third_party/angle/include/platform/vk_features.json
FILE: ../../../flutter/third_party/angle/src/common/CompiledShaderState.cpp
FILE: ../../../flutter/third_party/angle/src/common/CompiledShaderState.h
FILE: ../../../flutter/third_party/angle/src/common/RingBufferAllocator.cpp
FILE: ../../../flutter/third_party/angle/src/common/RingBufferAllocator.h
FILE: ../../../flutter/third_party/angle/src/common/apple_platform_utils.mm
FILE: ../../../flutter/third_party/angle/src/common/backtrace_utils.h
FILE: ../../../flutter/third_party/angle/src/common/backtrace_utils_android.cpp
FILE: ../../../flutter/third_party/angle/src/common/backtrace_utils_noop.cpp
FILE: ../../../flutter/third_party/angle/src/common/frame_capture_utils.cpp
FILE: ../../../flutter/third_party/angle/src/common/frame_capture_utils.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/BaseTypes.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/msl/ConstantNames.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewritePixelLocalStorage.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/RewritePixelLocalStorage.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignArraysInSSBOs.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignArraysInSSBOs.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignStructsInSSBOs.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/hlsl/AggregateAssignStructsInSSBOs.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/GuardFragDepthWrite.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/GuardFragDepthWrite.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateAdvancedBlendEquations.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateAdvancedBlendEquations.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateDithering.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateDithering.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateYUVBuiltIns.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateYUVBuiltIns.h
FILE: ../../../flutter/third_party/angle/src/image_util/AstcDecompressor.cpp
FILE: ../../../flutter/third_party/angle/src/image_util/AstcDecompressor.h
FILE: ../../../flutter/third_party/angle/src/image_util/AstcDecompressorNoOp.cpp
FILE: ../../../flutter/third_party/angle/src/image_util/AstcDecompressorTestUtils.h
FILE: ../../../flutter/third_party/angle/src/image_util/loadimage_astc.cpp
FILE: ../../../flutter/third_party/angle/src/image_util/loadimage_paletted.cpp
FILE: ../../../flutter/third_party/angle/src/image_util/storeimage.h
FILE: ../../../flutter/third_party/angle/src/image_util/storeimage_paletted.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/MemoryShaderCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/MemoryShaderCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay_font_autogen.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay_font_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/PixelLocalStorage.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/PixelLocalStorage.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_1_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_2_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_3_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/capture/capture_gl_4_params.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/entry_points_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/FramebufferImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/ProgramPipelineImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/RenderbufferImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/VertexArrayImpl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/PLSProgramCache.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/PLSProgramCache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DeviceEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DeviceEGL.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_manager.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_buffer_manager.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperPool.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperPool.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperRing.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperRing.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/Suballocation.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/Suballocation.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/gbm/DisplayVkGbm.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/linux/gbm/DisplayVkGbm.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ExportStencil.frag
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/OverlayDraw.frag
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/OverlayDraw.vert
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_glx.cpp
FILE: ../../../flutter/third_party/angle/src/libGLESv2/entry_points_glx.h
----------------------------------------------------------------------------------------------------
Copyright 2022 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/signature_verify_cache.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/string_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/string_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h
FILE: ../../../flutter/third_party/boringssl/src/pki/signature_verify_cache.h
FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.h
----------------------------------------------------------------------------------------------------
Copyright 2022 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/common/FixedQueue.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/platform_helpers.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/common/platform_helpers.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteInterpolants.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteInterpolants.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFramebufferFetch.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFramebufferFetch.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/GlobalMutex.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/GlobalMutex.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ShareGroup.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/ShareGroup.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/SharedContextMutex.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/SharedContextMutex.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gl.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gl_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gles.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gles_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/blocklayoutMetal.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/blocklayoutMetal.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_library_cache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_library_cache.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_pipeline_cache.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_pipeline_cache.mm + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/process.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/process.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/renderermtl_utils.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/renderermtl_utils.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryTracking.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryTracking.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandPool.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandPool.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShareGroupVk.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShareGroupVk.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/CopyImageToBuffer.comp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/CopyImageToBuffer.comp.json + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/egl_context_lock_autogen.h + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libGLESv2/egl_context_lock_impl.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/common/FixedQueue.h
FILE: ../../../flutter/third_party/angle/src/common/platform_helpers.cpp
FILE: ../../../flutter/third_party/angle/src/common/platform_helpers.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteInterpolants.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/msl/RewriteInterpolants.h
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFramebufferFetch.cpp
FILE: ../../../flutter/third_party/angle/src/compiler/translator/tree_ops/spirv/EmulateFramebufferFetch.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/GlobalMutex.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/GlobalMutex.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/ShareGroup.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/ShareGroup.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/SharedContextMutex.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/SharedContextMutex.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gl.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gl_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gles.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/context_private_call_gles_autogen.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/blocklayoutMetal.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/blocklayoutMetal.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_library_cache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_library_cache.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_pipeline_cache.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/mtl_pipeline_cache.mm
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/process.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/process.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/renderermtl_utils.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/metal/renderermtl_utils.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryTracking.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/MemoryTracking.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandPool.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandPool.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShareGroupVk.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/ShareGroupVk.h
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/CopyImageToBuffer.comp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/CopyImageToBuffer.comp.json
FILE: ../../../flutter/third_party/angle/src/libGLESv2/egl_context_lock_autogen.h
FILE: ../../../flutter/third_party/angle/src/libGLESv2/egl_context_lock_impl.h
----------------------------------------------------------------------------------------------------
Copyright 2023 The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/file_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/file_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_base64.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_base64.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_string_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_string_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/log.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/net_errors.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/openssl_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/openssl_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/path_service.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/fillins/path_service.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE)
ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ip_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE)
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/file_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/file_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_base64.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_base64.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_string_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_string_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/log.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/net_errors.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/openssl_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/openssl_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/path_service.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/path_service.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.h
----------------------------------------------------------------------------------------------------
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.c
ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.c
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h
----------------------------------------------------------------------------------------------------
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================
====================================================================================================
LIBRARY: angle
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DmaBufImageSiblingEGL.cpp + ../../../flutter/third_party/angle/LICENSE
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DmaBufImageSiblingEGL.h + ../../../flutter/third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DmaBufImageSiblingEGL.cpp
FILE: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DmaBufImageSiblingEGL.h
----------------------------------------------------------------------------------------------------
Copyright The ANGLE Project 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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
Ltd., nor the names of their contributors may be used to endorse
or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer.h
----------------------------------------------------------------------------------------------------
Copyright © 1998-2004 David Turner and Werner Lemberg
Copyright © 2004,2007,2009 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer.hh
----------------------------------------------------------------------------------------------------
Copyright © 1998-2004 David Turner and Werner Lemberg
Copyright © 2004,2007,2009,2010 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout.cc
----------------------------------------------------------------------------------------------------
Copyright © 1998-2004 David Turner and Werner Lemberg
Copyright © 2006 Behdad Esfahbod
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-atomic.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-mutex.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-object.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-atomic.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-mutex.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-object.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007 Chris Wilson
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout.h
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GDEF/GDEF.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gdef-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GDEF/GDEF.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gdef-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/Coverage.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/CoverageFormat1.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/CoverageFormat2.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/RangeRecord.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Layout/types.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-common.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/Coverage.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/CoverageFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/CoverageFormat2.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/Common/RangeRecord.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/types.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-common.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2010,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-common.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-common.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-open-file.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-open-file.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-face.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-face.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-face-table-list.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-face-table-list.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2012,2013 Google, Inc.
Copyright © 2019, Facebook Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/main.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/main.cc
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009 Red Hat, Inc.
Copyright © 2018,2019,2020 Ebrahim Byagowi
Copyright © 2018 Khaled Hosny
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gsubgpos.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gsubgpos.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2010,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gpos-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gsub-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gpos-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-gsub-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2010,2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-open-type.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-open-type.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-dispatch.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-machinery.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-sanitize.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-dispatch.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-machinery.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-sanitize.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2012,2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-serialize.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-serialize.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010 Red Hat, Inc.
Copyright © 2012,2018 Google, Inc.
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-blob.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-face.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-font.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-blob.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-face.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-font.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb.h
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-icu.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-icu.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2009 Keith Stribley
Copyright © 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ft.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ft.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2009 Keith Stribley
Copyright © 2015 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-unicode.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-unicode.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-unicode.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-unicode.hh
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2011 Codethink Limited
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-unicode.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-unicode.h
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2011 Codethink Limited
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-face.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-font.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-glib.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-glib.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-icu.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-tag.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-face.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-font.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-glib.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-glib.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-icu.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-tag.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-face-builder.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-face.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-font.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shape.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shape.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-face-builder.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-face.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-font.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shape.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shape.h
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ft.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ft.h
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2015 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-blob.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-blob.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-blob.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-blob.hh
----------------------------------------------------------------------------------------------------
Copyright © 2009 Red Hat, Inc.
Copyright © 2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-map.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-map.hh
----------------------------------------------------------------------------------------------------
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2010,2011,2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-map.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-map.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-map.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-map.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2010,2011,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-common.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-common.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009,2010 Red Hat, Inc.
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape.hh
----------------------------------------------------------------------------------------------------
Copyright © 2010 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-head-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-head-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2010 Red Hat, Inc.
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-gpos-size-params.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-gsub-get-alternates.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-gsub-would-substitute.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/test-gpos-size-params.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-gsub-get-alternates.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-gsub-would-substitute.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test.cc
----------------------------------------------------------------------------------------------------
Copyright © 2010,2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper.hh
----------------------------------------------------------------------------------------------------
Copyright © 2010,2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-buffer-serialize.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/test-buffer-serialize.cc
----------------------------------------------------------------------------------------------------
Copyright © 2010,2011,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-default.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-hebrew.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-thai.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-default.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-hebrew.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-thai.cc
----------------------------------------------------------------------------------------------------
Copyright © 2010,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-fallback-shape.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-gobject-structs.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-uniscribe.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-version.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-version.h.in
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-shape.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-fallback-shape.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-gobject-structs.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-uniscribe.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-version.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-version.h.in
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-shape.cc
----------------------------------------------------------------------------------------------------
Copyright © 2011 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-graphite2.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-graphite2.h
----------------------------------------------------------------------------------------------------
Copyright © 2011 Martin Hosken
Copyright © 2011 SIL International
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-graphite2.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-graphite2.cc
----------------------------------------------------------------------------------------------------
Copyright © 2011 Martin Hosken
Copyright © 2011 SIL International
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/name/name.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-hhea-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-hmtx-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-maxp-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-name-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-fallback.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-normalize.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic-machine.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic-machine.rl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-khmer-machine.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-khmer-machine.rl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-khmer.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-myanmar-machine.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-myanmar-machine.rl
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/OT/name/name.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-hhea-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-hmtx-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-maxp-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-name-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-fallback.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-normalize.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic-machine.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic-machine.rl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-khmer-machine.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-khmer-machine.rl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-khmer.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-myanmar-machine.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-myanmar-machine.rl
----------------------------------------------------------------------------------------------------
Copyright © 2011,2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-os2-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-os2-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2011,2012 Google, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-myanmar.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-uniscribe.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-myanmar.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-uniscribe.cc
----------------------------------------------------------------------------------------------------
Copyright © 2011,2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ms-feature-ranges.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ms-feature-ranges.hh
----------------------------------------------------------------------------------------------------
Copyright © 2011,2012,2013 Google, Inc.
Copyright © 2021 Khaled Hosny
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-utf.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-utf.hh
----------------------------------------------------------------------------------------------------
Copyright © 2011,2012,2014 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-font.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-font.cc
----------------------------------------------------------------------------------------------------
Copyright © 2011,2014 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cache.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-fallback.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-normalize.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic-fallback.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-set-digest.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-set.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-set.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shape-plan.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shape-plan.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shaper-impl.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shaper-list.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shaper.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shaper.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cache.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-fallback.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape-normalize.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic-fallback.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-set-digest.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-set.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-set.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shape-plan.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shape-plan.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shaper-impl.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shaper-list.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shaper.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shaper.hh
----------------------------------------------------------------------------------------------------
Copyright © 2012 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-coretext.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-coretext.h
----------------------------------------------------------------------------------------------------
Copyright © 2012 Mozilla Foundation.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-serialize.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-serialize.cc
----------------------------------------------------------------------------------------------------
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-coretext.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-coretext.cc
----------------------------------------------------------------------------------------------------
Copyright © 2012,2013 Mozilla Foundation.
Copyright © 2012,2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-bit-page.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-bit-set-invertible.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-bit-set.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-set.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-bit-page.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-bit-set-invertible.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-bit-set.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-set.hh
----------------------------------------------------------------------------------------------------
Copyright © 2012,2017 Google, Inc.
Copyright © 2021 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-shape-plan.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-shape-plan.hh
----------------------------------------------------------------------------------------------------
Copyright © 2012,2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-json.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-json.rl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-glyphs.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-glyphs.rl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-unicode.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-unicode.rl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-deprecated.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-jstf-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-hangul.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-json.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-json.rl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-glyphs.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-glyphs.rl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-unicode.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-deserialize-text-unicode.rl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-deprecated.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-jstf-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-hangul.cc
----------------------------------------------------------------------------------------------------
Copyright © 2013 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shape.h
----------------------------------------------------------------------------------------------------
Copyright © 2013 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-cmap-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-font.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic-win1256.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-cmap-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-font.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic-win1256.hh
----------------------------------------------------------------------------------------------------
Copyright © 2014 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-glyf-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-glyf-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2015 Google, Inc.
Copyright © 2019 Adobe Inc.
Copyright © 2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-use-machine.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-use-machine.rl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-use.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-use-machine.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-use-machine.rl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-use.cc
----------------------------------------------------------------------------------------------------
Copyright © 2015 Mozilla Foundation.
Copyright © 2015 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-directwrite.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-directwrite.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-directwrite.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-directwrite.h
----------------------------------------------------------------------------------------------------
Copyright © 2015-2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-base-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-layout-base-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2016 Elie Roux <[email protected]>
Copyright © 2018 Google, Inc.
Copyright © 2018-2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Color/CBDT/CBDT.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-post-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Color/CBDT/CBDT.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-post-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2016 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Color/CPAL/CPAL.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-color.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Color/CPAL/CPAL.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-color.cc
----------------------------------------------------------------------------------------------------
Copyright © 2016 Google, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-color.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-color.h
----------------------------------------------------------------------------------------------------
Copyright © 2016 Google, Inc.
Copyright © 2018 Khaled Hosny
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-math-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-math.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-math.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-math-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-math.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-math.h
----------------------------------------------------------------------------------------------------
Copyright © 2016 Igalia S.L.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-common.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-morx-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-debug.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-kern.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-kern-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-post-macroman.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-avar-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-fvar-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-hvar-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-mvar-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-string-array.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-morx-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-debug.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-kern.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-kern-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-post-macroman.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-avar-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-fvar-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-hvar-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-mvar-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-string-array.hh
----------------------------------------------------------------------------------------------------
Copyright © 2017 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout.cc
----------------------------------------------------------------------------------------------------
Copyright © 2017 Google, Inc.
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-algs.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-algs.hh
----------------------------------------------------------------------------------------------------
Copyright © 2017 Google, Inc.
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-vector.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-vector.hh
----------------------------------------------------------------------------------------------------
Copyright © 2017,2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Color/svg/svg.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-ankr-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-bsln-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-feat-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-just-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-ltag-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-gasp-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-metrics.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-metrics.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-stat-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Color/svg/svg.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-ankr-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-bsln-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-feat-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-just-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-ltag-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-gasp-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-metrics.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-metrics.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-stat-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2018 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-kerx-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-trak-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-kerx-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-trak-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2018 Ebrahim Byagowi
Copyright © 2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Color/COLR/COLR.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Color/COLR/colrv1-closure.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/OT/Color/sbix/sbix.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Color/COLR/COLR.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Color/COLR/colrv1-closure.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Color/sbix/sbix.hh
----------------------------------------------------------------------------------------------------
Copyright © 2018 Ebrahim Byagowi
Copyright © 2020 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-name.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-name.h
----------------------------------------------------------------------------------------------------
Copyright © 2018 Ebrahim Byagowi.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-map.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-array.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-map.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-map.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-map.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-meta.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-null.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-deprecated.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-face.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-hdmx-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-name-language-static.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-name-language.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-name.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-os2-unicode-ranges.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-vowel-constraints.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-static.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-input.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-input.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-plan.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-plan.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-iter.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-ot-name.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-unicode-ranges.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-map.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-array.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-map.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-map.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-map.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-meta.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-null.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-deprecated.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-face.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-hdmx-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-name-language-static.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-name-language.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-name.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-os2-unicode-ranges.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-vowel-constraints.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-static.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-input.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-input.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-plan.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-plan.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset.hh
FILE: ../../../flutter/third_party/harfbuzz/src/test-iter.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-ot-name.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-unicode-ranges.cc
----------------------------------------------------------------------------------------------------
Copyright © 2018 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-iter.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-iter.hh
----------------------------------------------------------------------------------------------------
Copyright © 2018 Google, Inc.
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-plan-member-list.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-plan-member-list.hh
----------------------------------------------------------------------------------------------------
Copyright © 2018 Google, Inc.
Copyright © 2023 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cff-interp-common.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cff-interp-cs-common.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cff-interp-dict-common.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cff1-interp-cs.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cff2-interp-cs.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff-common.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff1-table.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff1-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff2-table.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff2-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-vorg-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff-common.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff-common.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff1.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff2.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cff-interp-common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cff-interp-cs-common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cff-interp-dict-common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cff1-interp-cs.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cff2-interp-cs.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff-common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff1-table.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff1-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff2-table.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff2-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-vorg-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff-common.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff-common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff1.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-cff2.cc
----------------------------------------------------------------------------------------------------
Copyright © 2018 Adobe Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-metrics.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-metrics.cc
----------------------------------------------------------------------------------------------------
Copyright © 2018-2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-gvar-table.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-gvar-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2019 Adobe Inc.
Copyright © 2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff1-std-str.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-bimap.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-ot-glyphname.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-cff1-std-str.hh
FILE: ../../../flutter/third_party/harfbuzz/src/test-bimap.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-ot-glyphname.cc
----------------------------------------------------------------------------------------------------
Copyright © 2019 Adobe, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-opbd-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-gdi.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-gdi.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-number-parser.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-number-parser.rl
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-number.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-number.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-meta-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-meta.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-meta.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-style.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-style.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-number.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-ot-meta.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-aat-layout-opbd-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-gdi.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-gdi.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-number-parser.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-number-parser.rl
FILE: ../../../flutter/third_party/harfbuzz/src/hb-number.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-number.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-meta-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-meta.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-meta.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-style.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-style.h
FILE: ../../../flutter/third_party/harfbuzz/src/test-number.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-ot-meta.cc
----------------------------------------------------------------------------------------------------
Copyright © 2019 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-config.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-pool.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-algs.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-config.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-pool.hh
FILE: ../../../flutter/third_party/harfbuzz/src/test-algs.cc
----------------------------------------------------------------------------------------------------
Copyright © 2019 Facebook, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-bimap.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-bimap.hh
----------------------------------------------------------------------------------------------------
Copyright © 2019 Adobe Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-draw.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-draw.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-draw.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-draw.h
----------------------------------------------------------------------------------------------------
Copyright © 2019-2020 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/failing-alloc.c
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-draw.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/failing-alloc.c
FILE: ../../../flutter/third_party/harfbuzz/src/hb-draw.hh
----------------------------------------------------------------------------------------------------
Copyright © 2020 Ebrahim Byagowi
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-priority-queue.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-repacker.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-array.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-item-varstore.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-priority-queue.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-repacker.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-tuple-varstore.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-priority-queue.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-repacker.hh
FILE: ../../../flutter/third_party/harfbuzz/src/test-array.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-item-varstore.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-priority-queue.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-repacker.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-tuple-varstore.cc
----------------------------------------------------------------------------------------------------
Copyright © 2020 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-map.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-set.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-vector.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/test-map.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-set.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-vector.cc
----------------------------------------------------------------------------------------------------
Copyright © 2021 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-syllabic.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-syllabic.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-syllabic.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-syllabic.hh
----------------------------------------------------------------------------------------------------
Copyright © 2021 Behdad Esfahbod.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-post-table-v2subset.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-common.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-post-table-v2subset.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-common.hh
----------------------------------------------------------------------------------------------------
Copyright © 2021 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-buffer-verify.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ft-colr.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-limits.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-multimap.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-machinery.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-multimap.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-serialize.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-buffer-verify.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ft-colr.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-limits.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-multimap.hh
FILE: ../../../flutter/third_party/harfbuzz/src/test-machinery.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-multimap.cc
FILE: ../../../flutter/third_party/harfbuzz/src/test-serialize.cc
----------------------------------------------------------------------------------------------------
Copyright © 2022 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/classdef-graph.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/coverage-graph.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/graph.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/gsubgpos-context.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/gsubgpos-context.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/gsubgpos-graph.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/markbasepos-graph.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/pairpos-graph.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/serialize.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/split-helpers.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/graph/test-classdef-graph.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-accelerator.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-repacker.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-repacker.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/graph/classdef-graph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/coverage-graph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/graph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/gsubgpos-context.cc
FILE: ../../../flutter/third_party/harfbuzz/src/graph/gsubgpos-context.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/gsubgpos-graph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/markbasepos-graph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/pairpos-graph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/serialize.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/split-helpers.hh
FILE: ../../../flutter/third_party/harfbuzz/src/graph/test-classdef-graph.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-accelerator.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-repacker.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-repacker.h
----------------------------------------------------------------------------------------------------
Copyright © 2022 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cairo-utils.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cairo-utils.hh
----------------------------------------------------------------------------------------------------
Copyright © 2022 Red Hat, Inc
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cairo-utils.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cairo-utils.cc
----------------------------------------------------------------------------------------------------
Copyright © 2022 Red Hat, Inc
Copyright © 2021, 2022 Black Foundry
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cairo.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cairo.cc
----------------------------------------------------------------------------------------------------
Copyright © 2022 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cplusplus.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-paint-extents.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-paint-extents.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cplusplus.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-paint-extents.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-paint-extents.hh
----------------------------------------------------------------------------------------------------
Copyright © 2022 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-paint.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-paint.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-paint.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-paint.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-paint.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-paint.hh
----------------------------------------------------------------------------------------------------
Copyright © 2022 Matthias Clasen
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-cairo.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-features.h.in
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-cairo.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-features.h.in
----------------------------------------------------------------------------------------------------
Copyright © 2022 Red Hat, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-outline.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-instancer-solver.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-subset-instancer-solver.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-blob.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-buffer.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-common.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-face.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-font.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-list.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-shape.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api.cc
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api.h
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api.hh
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-outline.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-instancer-solver.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-subset-instancer-solver.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-blob.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-buffer.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-face.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-font.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-list.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api-shape.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api.h
FILE: ../../../flutter/third_party/harfbuzz/src/hb-wasm-api.hh
----------------------------------------------------------------------------------------------------
Copyright © 2023 Behdad Esfahbod
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-outline.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-outline.cc
----------------------------------------------------------------------------------------------------
Copyright © 2023 Behdad Esfahbod
Copyright © 1999 David Turner
Copyright © 2005 Werner Lemberg
Copyright © 2013-2015 Alexei Podtelezhnikov
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-cvar-table.hh
ORIGIN: ../../../flutter/third_party/harfbuzz/src/test-subset-instancer-solver.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-var-cvar-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/test-subset-instancer-solver.cc
----------------------------------------------------------------------------------------------------
Copyright © 2023 Google, Inc.
This is part of HarfBuzz, a text shaping library.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: glslang
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/SpirvIntrinsics.h
ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/SpirvIntrinsics.cpp
TYPE: LicenseType.bsd
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Include/SpirvIntrinsics.h
FILE: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/SpirvIntrinsics.cpp
----------------------------------------------------------------------------------------------------
Copyright(C) 2021 Advanced Micro Devices, Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name of 3Dlabs Inc. Ltd. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc
----------------------------------------------------------------------------------------------------
DTLS code by Eric Rescorla <[email protected]>
Copyright (C) 2006, Network Resonance, Inc.
Copyright (C) 2011, RTFM, Inc.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../flutter/third_party/harfbuzz/COPYING
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/harfbuzz/.ci/requirements-fonttools.in
FILE: ../../../flutter/third_party/harfbuzz/.ci/requirements-fonttools.txt
FILE: ../../../flutter/third_party/harfbuzz/.ci/requirements.in
FILE: ../../../flutter/third_party/harfbuzz/.ci/win32-cross-file.txt
FILE: ../../../flutter/third_party/harfbuzz/.ci/win64-cross-file.txt
FILE: ../../../flutter/third_party/harfbuzz/.circleci/config.yml
FILE: ../../../flutter/third_party/harfbuzz/.codecov.yml
FILE: ../../../flutter/third_party/harfbuzz/harfbuzz.doap
FILE: ../../../flutter/third_party/harfbuzz/meson_options.txt
FILE: ../../../flutter/third_party/harfbuzz/perf/benchmark-font.cc
FILE: ../../../flutter/third_party/harfbuzz/perf/benchmark-map.cc
FILE: ../../../flutter/third_party/harfbuzz/perf/benchmark-ot.cc
FILE: ../../../flutter/third_party/harfbuzz/perf/benchmark-set.cc
FILE: ../../../flutter/third_party/harfbuzz/perf/benchmark-shape.cc
FILE: ../../../flutter/third_party/harfbuzz/perf/benchmark-subset.cc
FILE: ../../../flutter/third_party/harfbuzz/perf/fonts/Amiri-Regular.ttf
FILE: ../../../flutter/third_party/harfbuzz/perf/fonts/NotoNastaliqUrdu-Regular.ttf
FILE: ../../../flutter/third_party/harfbuzz/perf/fonts/Roboto-Regular.ttf
FILE: ../../../flutter/third_party/harfbuzz/perf/texts/duployan.txt
FILE: ../../../flutter/third_party/harfbuzz/perf/texts/en-thelittleprince.txt
FILE: ../../../flutter/third_party/harfbuzz/perf/texts/en-words.txt
FILE: ../../../flutter/third_party/harfbuzz/perf/texts/fa-thelittleprince.txt
FILE: ../../../flutter/third_party/harfbuzz/perf/texts/fa-words.txt
FILE: ../../../flutter/third_party/harfbuzz/perf/texts/hi-words.txt
FILE: ../../../flutter/third_party/harfbuzz/src/ArabicPUASimplified.txt
FILE: ../../../flutter/third_party/harfbuzz/src/ArabicPUATraditional.txt
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/Anchor.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/AnchorFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/AnchorFormat2.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/AnchorFormat3.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/AnchorMatrix.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/ChainContextPos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/Common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/ContextPos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/CursivePos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/CursivePosFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/ExtensionPos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/GPOS.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/LigatureArray.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkArray.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkBasePos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkBasePosFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkLigPos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkLigPosFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkMarkPos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkMarkPosFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/MarkRecord.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/PairPos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/PairPosFormat2.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/PairSet.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/PairValueRecord.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/PosLookup.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/PosLookupSubTable.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/SinglePos.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/SinglePosFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/SinglePosFormat2.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GPOS/ValueFormat.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/AlternateSet.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/AlternateSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/AlternateSubstFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/ChainContextSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/Common.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/ContextSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/ExtensionSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/GSUB.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/Ligature.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/LigatureSet.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/LigatureSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/LigatureSubstFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/MultipleSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/MultipleSubstFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/ReverseChainSingleSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/Sequence.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/SingleSubst.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/SingleSubstFormat1.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/SingleSubstFormat2.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/SubstLookup.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/Layout/GSUB/SubstLookupSubTable.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/CompositeGlyph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/Glyph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/GlyphHeader.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/SimpleGlyph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/SubsetGlyph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/VarCompositeGlyph.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/composite-iter.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/coord-setter.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/glyf-helpers.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/glyf.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/loca.hh
FILE: ../../../flutter/third_party/harfbuzz/src/OT/glyf/path-builder.hh
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz-cairo.pc.in
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz-config.cmake.in
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz-gobject.pc.in
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz-icu.pc.in
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz-subset.cc
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz-subset.pc.in
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz.cc
FILE: ../../../flutter/third_party/harfbuzz/src/harfbuzz.pc.in
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic-joining-list.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic-pua.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-arabic-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-indic-table.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-use-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-shaper-vowel-constraints.cc
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ot-tag-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/hb-ucd-table.hh
FILE: ../../../flutter/third_party/harfbuzz/src/test-use-table.cc
FILE: ../../../flutter/third_party/harfbuzz/src/wasm/graphite/shape.cc
FILE: ../../../flutter/third_party/harfbuzz/src/wasm/rust/harfbuzz-wasm/Cargo.toml
FILE: ../../../flutter/third_party/harfbuzz/src/wasm/sample/c/shape-fallback.cc
FILE: ../../../flutter/third_party/harfbuzz/src/wasm/sample/c/shape-ot.cc
FILE: ../../../flutter/third_party/harfbuzz/src/wasm/sample/c/test.ttf
FILE: ../../../flutter/third_party/harfbuzz/src/wasm/sample/rust/hello-wasm/Cargo.toml
FILE: ../../../flutter/third_party/harfbuzz/src/wasm/sample/rust/hello-wasm/src/lib.rs
FILE: ../../../flutter/third_party/harfbuzz/subprojects/cairo.wrap
FILE: ../../../flutter/third_party/harfbuzz/subprojects/freetype2.wrap
FILE: ../../../flutter/third_party/harfbuzz/subprojects/glib.wrap
FILE: ../../../flutter/third_party/harfbuzz/subprojects/google-benchmark.wrap
FILE: ../../../flutter/third_party/harfbuzz/subprojects/ragel.wrap
----------------------------------------------------------------------------------------------------
HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
For parts of HarfBuzz that are licensed under different licenses see individual
files names COPYING in subdirectories where applicable.
Copyright © 2010-2022 Google, Inc.
Copyright © 2015-2020 Ebrahim Byagowi
Copyright © 2019,2020 Facebook, Inc.
Copyright © 2012,2015 Mozilla Foundation
Copyright © 2011 Codethink Limited
Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
Copyright © 2009 Keith Stribley
Copyright © 2011 Martin Hosken and SIL International
Copyright © 2007 Chris Wilson
Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod
Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc.
Copyright © 1998-2005 David Turner and Werner Lemberg
Copyright © 2016 Igalia S.L.
Copyright © 2022 Matthias Clasen
Copyright © 2018,2021 Khaled Hosny
Copyright © 2018,2019,2020 Adobe, Inc
Copyright © 2013-2015 Alexei Podtelezhnikov
For full copyright notices consult the individual files in the package.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================
====================================================================================================
LIBRARY: engine
ORIGIN: ../../../flutter/runtime/test_font_data.cc
TYPE: LicenseType.unknown
FILE: ../../../flutter/runtime/test_font_data.cc
----------------------------------------------------------------------------------------------------
License for the Ahem font embedded below is from:
https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING
The Ahem font in this directory belongs to the public domain. In
jurisdictions that do not recognize public domain ownership of these
files, the following Creative Commons Zero declaration applies:
<http://labs.creativecommons.org/licenses/zero-waive/1.0/us/legalcode>
which is quoted below:
The person who has associated a work with this document (the "Work")
affirms that he or she (the "Affirmer") is the/an author or owner of
the Work. The Work may be any work of authorship, including a
database.
The Affirmer hereby fully, permanently and irrevocably waives and
relinquishes all of her or his copyright and related or neighboring
legal rights in the Work available under any federal or state law,
treaty or contract, including but not limited to moral rights,
publicity and privacy rights, rights protecting against unfair
competition and any rights protecting the extraction, dissemination
and reuse of data, whether such rights are present or future, vested
or contingent (the "Waiver"). The Affirmer makes the Waiver for the
benefit of the public at large and to the detriment of the Affirmer's
heirs or successors.
The Affirmer understands and intends that the Waiver has the effect
of eliminating and entirely removing from the Affirmer's control all
the copyright and related or neighboring legal rights previously held
by the Affirmer in the Work, to that extent making the Work freely
available to the public for any and all uses and purposes without
restriction of any kind, including commercial use and uses in media
and formats or by methods that have not yet been invented or
conceived. Should the Waiver for any reason be judged legally
ineffective in any jurisdiction, the Affirmer hereby grants a free,
full, permanent, irrevocable, nonexclusive and worldwide license for
all her or his copyright and related or neighboring legal rights in
the Work.
====================================================================================================
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../flutter/third_party/boringssl/src/LICENSE
TYPE: LicenseType.openssl
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/chacha/chacha-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/aesv8-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/armv8-mont-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/bn-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/ghashv8-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/p256-armv8-asm-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/sha1-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/sha256-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/sha512-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-aarch64/crypto/fipsmodule/vpaes-armv8-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/chacha/chacha-armv4-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/aesv8-armv7-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/armv4-mont-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/bsaes-armv7-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/ghash-armv4-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/ghashv8-armv7-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/sha1-armv4-large-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/sha256-armv4-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/sha512-armv4-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-arm/crypto/fipsmodule/vpaes-armv7-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/chacha/chacha-x86-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/aesni-x86-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/bn-586-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/co-586-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/ghash-ssse3-x86-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/ghash-x86-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/md5-586-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/sha1-586-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/sha256-586-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/sha512-586-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/vpaes-x86-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86/crypto/fipsmodule/x86-mont-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/chacha/chacha-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/aesni-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/ghash-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/md5-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/p256-x86_64-asm-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/rdrand-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/rsaz-avx2-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/sha1-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/sha256-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/sha512-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/vpaes-x86_64-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/x86_64-mont-apple.S
FILE: ../../../flutter/third_party/boringssl/apple-x86_64/crypto/fipsmodule/x86_64-mont5-apple.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/chacha/chacha-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/chacha/chacha-armv8.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/aesv8-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/aesv8-armx64.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/armv8-mont-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/armv8-mont.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/bn-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/ghashv8-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/p256-armv8-asm-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha1-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha1-armv8.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/vpaes-armv8-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-aarch64/crypto/fipsmodule/vpaes-armv8.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/aesv8-armv7-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/armv4-mont-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/ghashv8-armv7-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/sha1-armv4-large-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-arm/crypto/fipsmodule/vpaes-armv7-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/chacha/chacha-x86-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/aesni-x86-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/bn-586-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/co-586-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/ghash-x86-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/md5-586-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/sha1-586-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/sha256-586-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/sha512-586-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/vpaes-x86-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86/crypto/fipsmodule/x86-mont-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont-linux.S
FILE: ../../../flutter/third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5-linux.S
FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/ed25519_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/asn1.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/bio.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/bn.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/cipher.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/conf.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/dh.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/digest.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/dsa.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ec.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ecdh.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ecdsa.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/engine.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/evp.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/hkdf.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/obj.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pem.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pkcs7.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pkcs8.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/rsa.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ssl.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/trust_token.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509v3.errordata
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes192_cmac_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared.lds
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck1.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck2.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck3.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/[Content_Types].xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/_rels/.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/_rels/item1.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/item1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/itemProps1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/docProps/app.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/docProps/core.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/_rels/document.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/document.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/endnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/fontTable.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer2.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer3.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header2.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header3.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/media/image1.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/media/image2.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/numbering.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/settings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/styles.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/theme/theme1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/webSettings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/[Content_Types].xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/_rels/.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/_rels/item1.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/item1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/itemProps1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/docProps/app.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/docProps/core.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/_rels/document.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/document.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/endnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/fontTable.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/footer1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/footnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/media/image1.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/media/image2.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/numbering.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/settings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/styles.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/theme/theme1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/webSettings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/[Content_Types].xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/_rels/.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/_rels/item1.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/item1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/itemProps1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/app.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/core.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/thumbnail.emf
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/_rels/document.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/document.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/endnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/fontTable.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footer1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image1.jpeg
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image2.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/numbering.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/settings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/styles.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/theme/theme1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/webSettings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/[Content_Types].xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/_rels/.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/_rels/item1.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/item1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/itemProps1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/app.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/core.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/thumbnail.emf
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/_rels/document.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/document.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/endnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/fontTable.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer2.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer3.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header2.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header3.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/media/image1.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/media/image2.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/numbering.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/settings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/styles.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/theme/theme1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/webSettings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/[Content_Types].xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/_rels/.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/_rels/item1.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/item1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/itemProps1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/docProps/app.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/docProps/core.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/_rels/document.xml.rels
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/document.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/endnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/fontTable.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/footer1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/footnotes.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/media/image1.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/media/image2.png
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/numbering.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/settings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/styles.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/theme/theme1.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/webSettings.xml
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_vectors.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/hmac_extra/hmac_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke_test_vectors.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/test-vectors.json
FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/keccak_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_mac.num
FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm_asm.S
FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_print.c
FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash_tests.txt
FILE: ../../../flutter/third_party/boringssl/src/crypto/x509v3/v3_ocsp.c
FILE: ../../../flutter/third_party/boringssl/src/go.mod
FILE: ../../../flutter/third_party/boringssl/src/go.sum
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h
FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h
FILE: ../../../flutter/third_party/boringssl/src/pki/asn1_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/asn1_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_status_flags.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_status_flags_list.h
FILE: ../../../flutter/third_party/boringssl/src/pki/cert_verify_proc_blocklist.inc
FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h
FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h
FILE: ../../../flutter/third_party/boringssl/src/pki/crl.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/crl.h
FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.h
FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/file_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/file_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_base64.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_base64.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_string_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/fillins_string_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/log.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/net_errors.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/openssl_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/openssl_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/path_service.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/fillins/path_service.h
FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.h
FILE: ../../../flutter/third_party/boringssl/src/pki/import_spec.json
FILE: ../../../flutter/third_party/boringssl/src/pki/import_tool.go
FILE: ../../../flutter/third_party/boringssl/src/pki/input.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/input.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h
FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h
FILE: ../../../flutter/third_party/boringssl/src/pki/parser.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/parser.h
FILE: ../../../flutter/third_party/boringssl/src/pki/patches/0001-Simplify-the-name-constraint-limit-to-resemble-Borin.patch
FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.h
FILE: ../../../flutter/third_party/boringssl/src/pki/pem.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/pem.h
FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h
FILE: ../../../flutter/third_party/boringssl/src/pki/signature_verify_cache.h
FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h
FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.h
FILE: ../../../flutter/third_party/boringssl/src/pki/tag.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/tag.h
FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.h
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.h
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc
FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc
FILE: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/chacha/chacha-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/aesv8-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/armv8-mont-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/bn-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/ghash-neon-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/ghashv8-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/p256-armv8-asm-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/sha1-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/sha256-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/sha512-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-aarch64/crypto/fipsmodule/vpaes-armv8-win.S
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/chacha/chacha-x86-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/aesni-x86-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/bn-586-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/co-586-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-ssse3-x86-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/ghash-x86-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/md5-586-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/sha512-586-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/vpaes-x86-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86/crypto/fipsmodule/x86-mont-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/chacha/chacha-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/aesni-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/ghash-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/md5-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/p256-x86_64-asm-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/rdrand-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/rsaz-avx2-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/sha1-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/sha256-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/sha512-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/vpaes-x86_64-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/x86_64-mont-win.asm
FILE: ../../../flutter/third_party/boringssl/win-x86_64/crypto/fipsmodule/x86_64-mont5-win.asm
----------------------------------------------------------------------------------------------------
OpenSSL License
---------------
Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
This product includes cryptographic software written by Eric Young
([email protected]). This product includes software written by Tim
Hudson ([email protected]).
Original SSLeay License
-----------------------
Copyright (C) 1995-1998 Eric Young ([email protected])
All rights reserved.
This package is an SSL implementation written
by Eric Young ([email protected]).
The implementation was written so as to conform with Netscapes SSL.
This library is free for commercial and non-commercial use as long as
the following conditions are aheared to. The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code. The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson ([email protected]).
Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
"This product includes cryptographic software written by
Eric Young ([email protected])"
The word 'cryptographic' can be left out if the rouines from the library
being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
the apps directory (application code) you must include an acknowledgement:
"This product includes software written by Tim Hudson ([email protected])"
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
ISC license used for completely new code in BoringSSL:
Copyright (c) 2015, Google Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
The code in third_party/fiat carries the MIT license:
Copyright (c) 2015-2016 the fiat-crypto authors (see
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Licenses for support code
-------------------------
Parts of the TLS test suite are under the Go license. This code is not included
in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
distributing code linked against BoringSSL does not trigger this license:
Copyright (c) 2009 The Go 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
BoringSSL uses the Chromium test infrastructure to run a continuous build,
trybots etc. The scripts which manage this, and the script for generating build
metadata, are under the Chromium license. Distributing code linked against
BoringSSL does not trigger this license.
Copyright 2015 The Chromium 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/docs/FTL.TXT
TYPE: LicenseType.freetype
FILE: ../../../flutter/third_party/freetype2/devel/ft2build.h
FILE: ../../../flutter/third_party/freetype2/devel/ftoption.h
FILE: ../../../flutter/third_party/freetype2/include/freetype-flutter-config/freetype/config/public-macros.h
FILE: ../../../flutter/third_party/freetype2/include/freetype-flutter-config/ftmodule.h
FILE: ../../../flutter/third_party/freetype2/include/freetype-flutter-config/ftoption.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/ftconfig.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/ftheader.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/ftmodule.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/ftoption.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/ftstdlib.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/integer-types.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/mac-support.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/config/public-macros.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/freetype.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftadvanc.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftbbox.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftbdf.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftbitmap.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftbzip2.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftcache.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftchapters.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftcid.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftcolor.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftdriver.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/fterrdef.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/fterrors.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftfntfmt.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftgasp.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftglyph.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftgxval.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftgzip.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftimage.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftincrem.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftlcdfil.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftlist.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftlogging.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftlzw.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftmac.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftmm.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftmodapi.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftmoderr.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftotval.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftoutln.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftparams.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftpfr.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftrender.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftsizes.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftsnames.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftstroke.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftsynth.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftsystem.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/fttrigon.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/fttypes.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ftwinfnt.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/autohint.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/cffotypes.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/cfftypes.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/compiler-macros.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftcalc.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftdebug.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftdrv.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftgloadr.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftmemory.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftobjs.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftpsprop.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftrfork.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftserv.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftstream.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/fttrace.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/ftvalid.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/psaux.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/pshints.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svbdf.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svcfftl.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svcid.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svfntfmt.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svgldict.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svgxval.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svkern.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svmetric.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svmm.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svotval.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svpfr.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svpostnm.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svprop.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svpscmap.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svpsinfo.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svsfnt.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svttcmap.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svtteng.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svttglyf.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/services/svwinfnt.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/sfnt.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/svginterface.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/t1types.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/tttypes.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/internal/wofftypes.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/otsvg.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/t1tables.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/ttnameid.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/tttables.h
FILE: ../../../flutter/third_party/freetype2/include/freetype/tttags.h
FILE: ../../../flutter/third_party/freetype2/include/ft2build.h
FILE: ../../../flutter/third_party/freetype2/meson_options.txt
FILE: ../../../flutter/third_party/freetype2/modules.cfg
FILE: ../../../flutter/third_party/freetype2/src/autofit/afblue.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afblue.cin
FILE: ../../../flutter/third_party/freetype2/src/autofit/afblue.dat
FILE: ../../../flutter/third_party/freetype2/src/autofit/afblue.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afblue.hin
FILE: ../../../flutter/third_party/freetype2/src/autofit/afcjk.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afcjk.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afcover.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afdummy.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afdummy.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/aferrors.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afglobal.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afglobal.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afhints.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afhints.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afindic.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afindic.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/aflatin.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/aflatin.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afloader.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afloader.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afmodule.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afmodule.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afranges.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afranges.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afscript.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afshaper.c
FILE: ../../../flutter/third_party/freetype2/src/autofit/afshaper.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afstyles.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/aftypes.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afws-decl.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/afws-iter.h
FILE: ../../../flutter/third_party/freetype2/src/autofit/autofit.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftadvanc.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftbase.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftbase.h
FILE: ../../../flutter/third_party/freetype2/src/base/ftbbox.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftbdf.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftbitmap.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftcalc.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftcid.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftcolor.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftdbgmem.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftdebug.c
FILE: ../../../flutter/third_party/freetype2/src/base/fterrors.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftfntfmt.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftfstype.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftgasp.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftgloadr.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftglyph.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftgxval.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftinit.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftlcdfil.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftmac.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftmm.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftobjs.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftotval.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftoutln.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftpatent.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftpfr.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftpsprop.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftrfork.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftsnames.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftstream.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftstroke.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftsynth.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftsystem.c
FILE: ../../../flutter/third_party/freetype2/src/base/fttrigon.c
FILE: ../../../flutter/third_party/freetype2/src/base/fttype1.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftutil.c
FILE: ../../../flutter/third_party/freetype2/src/base/ftver.rc
FILE: ../../../flutter/third_party/freetype2/src/base/ftwinfnt.c
FILE: ../../../flutter/third_party/freetype2/src/bzip2/ftbzip2.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcache.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcbasic.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftccache.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftccache.h
FILE: ../../../flutter/third_party/freetype2/src/cache/ftccback.h
FILE: ../../../flutter/third_party/freetype2/src/cache/ftccmap.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcerror.h
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcglyph.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcglyph.h
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcimage.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcimage.h
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcmanag.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcmanag.h
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcmru.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcmru.h
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcsbits.c
FILE: ../../../flutter/third_party/freetype2/src/cache/ftcsbits.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cff.c
FILE: ../../../flutter/third_party/freetype2/src/cff/cffcmap.c
FILE: ../../../flutter/third_party/freetype2/src/cff/cffcmap.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cffdrivr.c
FILE: ../../../flutter/third_party/freetype2/src/cff/cffdrivr.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cfferrs.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cffgload.c
FILE: ../../../flutter/third_party/freetype2/src/cff/cffgload.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cffload.c
FILE: ../../../flutter/third_party/freetype2/src/cff/cffload.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cffobjs.c
FILE: ../../../flutter/third_party/freetype2/src/cff/cffobjs.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cffparse.c
FILE: ../../../flutter/third_party/freetype2/src/cff/cffparse.h
FILE: ../../../flutter/third_party/freetype2/src/cff/cfftoken.h
FILE: ../../../flutter/third_party/freetype2/src/cid/ciderrs.h
FILE: ../../../flutter/third_party/freetype2/src/cid/cidgload.c
FILE: ../../../flutter/third_party/freetype2/src/cid/cidgload.h
FILE: ../../../flutter/third_party/freetype2/src/cid/cidload.c
FILE: ../../../flutter/third_party/freetype2/src/cid/cidload.h
FILE: ../../../flutter/third_party/freetype2/src/cid/cidobjs.c
FILE: ../../../flutter/third_party/freetype2/src/cid/cidobjs.h
FILE: ../../../flutter/third_party/freetype2/src/cid/cidparse.c
FILE: ../../../flutter/third_party/freetype2/src/cid/cidparse.h
FILE: ../../../flutter/third_party/freetype2/src/cid/cidriver.c
FILE: ../../../flutter/third_party/freetype2/src/cid/cidriver.h
FILE: ../../../flutter/third_party/freetype2/src/cid/cidtoken.h
FILE: ../../../flutter/third_party/freetype2/src/cid/type1cid.c
FILE: ../../../flutter/third_party/freetype2/src/dlg/dlgwrap.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvalid.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvalid.h
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvbsln.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvcommn.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvcommn.h
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxverror.h
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvfeat.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvfeat.h
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvfgen.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvjust.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvkern.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvlcar.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmod.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmod.h
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmort.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmort.h
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmort0.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmort1.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmort2.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmort4.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmort5.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmorx.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmorx.h
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmorx0.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmorx1.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmorx2.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmorx4.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvmorx5.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvopbd.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvprop.c
FILE: ../../../flutter/third_party/freetype2/src/gxvalid/gxvtrak.c
FILE: ../../../flutter/third_party/freetype2/src/gzip/ftgzip.c
FILE: ../../../flutter/third_party/freetype2/src/lzw/ftlzw.c
FILE: ../../../flutter/third_party/freetype2/src/lzw/ftzopen.c
FILE: ../../../flutter/third_party/freetype2/src/lzw/ftzopen.h
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvalid.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvalid.h
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvbase.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvcommn.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvcommn.h
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otverror.h
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvgdef.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvgpos.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvgpos.h
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvgsub.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvjstf.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvmath.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvmod.c
FILE: ../../../flutter/third_party/freetype2/src/otvalid/otvmod.h
FILE: ../../../flutter/third_party/freetype2/src/pcf/pcferror.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfr.c
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrcmap.c
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrcmap.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrdrivr.c
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrdrivr.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrerror.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrgload.c
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrgload.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrload.c
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrload.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrobjs.c
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrobjs.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrsbit.c
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrsbit.h
FILE: ../../../flutter/third_party/freetype2/src/pfr/pfrtypes.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/afmparse.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/afmparse.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/cffdecode.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/cffdecode.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psarrst.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psarrst.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psaux.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psauxerr.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psauxmod.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psauxmod.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psblues.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psblues.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psconv.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psconv.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/pserror.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/pserror.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psfixed.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psfont.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psfont.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psft.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psft.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psglue.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/pshints.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/pshints.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psintrp.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psintrp.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psobjs.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psobjs.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psread.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psread.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/psstack.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/psstack.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/pstypes.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/t1cmap.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/t1cmap.h
FILE: ../../../flutter/third_party/freetype2/src/psaux/t1decode.c
FILE: ../../../flutter/third_party/freetype2/src/psaux/t1decode.h
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshalgo.c
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshalgo.h
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshglob.c
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshglob.h
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshinter.c
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshmod.c
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshmod.h
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshnterr.h
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshrec.c
FILE: ../../../flutter/third_party/freetype2/src/pshinter/pshrec.h
FILE: ../../../flutter/third_party/freetype2/src/psnames/psmodule.c
FILE: ../../../flutter/third_party/freetype2/src/psnames/psmodule.h
FILE: ../../../flutter/third_party/freetype2/src/psnames/psnamerr.h
FILE: ../../../flutter/third_party/freetype2/src/psnames/psnames.c
FILE: ../../../flutter/third_party/freetype2/src/psnames/pstables.h
FILE: ../../../flutter/third_party/freetype2/src/raster/ftmisc.h
FILE: ../../../flutter/third_party/freetype2/src/raster/ftraster.c
FILE: ../../../flutter/third_party/freetype2/src/raster/ftraster.h
FILE: ../../../flutter/third_party/freetype2/src/raster/ftrend1.c
FILE: ../../../flutter/third_party/freetype2/src/raster/ftrend1.h
FILE: ../../../flutter/third_party/freetype2/src/raster/raster.c
FILE: ../../../flutter/third_party/freetype2/src/raster/rasterrs.h
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftbsdf.c
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftsdf.c
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftsdf.h
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftsdfcommon.c
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftsdfcommon.h
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftsdferrs.h
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftsdfrend.c
FILE: ../../../flutter/third_party/freetype2/src/sdf/ftsdfrend.h
FILE: ../../../flutter/third_party/freetype2/src/sdf/sdf.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/pngshim.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/pngshim.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfdriver.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfdriver.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sferrors.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfnt.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfobjs.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfobjs.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfwoff.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfwoff.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfwoff2.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/sfwoff2.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttbdf.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttbdf.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttcmap.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttcmap.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttcmapc.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttcolr.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttcolr.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttcpal.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttcpal.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttkern.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttkern.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttload.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttload.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttmtx.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttmtx.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttpost.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttpost.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttsbit.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttsbit.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttsvg.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/ttsvg.h
FILE: ../../../flutter/third_party/freetype2/src/sfnt/woff2tags.c
FILE: ../../../flutter/third_party/freetype2/src/sfnt/woff2tags.h
FILE: ../../../flutter/third_party/freetype2/src/smooth/ftgrays.c
FILE: ../../../flutter/third_party/freetype2/src/smooth/ftgrays.h
FILE: ../../../flutter/third_party/freetype2/src/smooth/ftsmerrs.h
FILE: ../../../flutter/third_party/freetype2/src/smooth/ftsmooth.c
FILE: ../../../flutter/third_party/freetype2/src/smooth/ftsmooth.h
FILE: ../../../flutter/third_party/freetype2/src/smooth/smooth.c
FILE: ../../../flutter/third_party/freetype2/src/svg/ftsvg.c
FILE: ../../../flutter/third_party/freetype2/src/svg/ftsvg.h
FILE: ../../../flutter/third_party/freetype2/src/svg/svg.c
FILE: ../../../flutter/third_party/freetype2/src/svg/svgtypes.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/truetype.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttdriver.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttdriver.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/tterrors.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttgload.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttgload.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttgxvar.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttgxvar.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttinterp.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttinterp.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttobjs.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttobjs.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttpload.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttpload.h
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttsubpix.c
FILE: ../../../flutter/third_party/freetype2/src/truetype/ttsubpix.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1afm.c
FILE: ../../../flutter/third_party/freetype2/src/type1/t1afm.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1driver.c
FILE: ../../../flutter/third_party/freetype2/src/type1/t1driver.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1errors.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1gload.c
FILE: ../../../flutter/third_party/freetype2/src/type1/t1gload.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1load.c
FILE: ../../../flutter/third_party/freetype2/src/type1/t1load.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1objs.c
FILE: ../../../flutter/third_party/freetype2/src/type1/t1objs.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1parse.c
FILE: ../../../flutter/third_party/freetype2/src/type1/t1parse.h
FILE: ../../../flutter/third_party/freetype2/src/type1/t1tokens.h
FILE: ../../../flutter/third_party/freetype2/src/type1/type1.c
FILE: ../../../flutter/third_party/freetype2/src/type42/t42drivr.c
FILE: ../../../flutter/third_party/freetype2/src/type42/t42drivr.h
FILE: ../../../flutter/third_party/freetype2/src/type42/t42error.h
FILE: ../../../flutter/third_party/freetype2/src/type42/t42objs.c
FILE: ../../../flutter/third_party/freetype2/src/type42/t42objs.h
FILE: ../../../flutter/third_party/freetype2/src/type42/t42parse.c
FILE: ../../../flutter/third_party/freetype2/src/type42/t42parse.h
FILE: ../../../flutter/third_party/freetype2/src/type42/t42types.h
FILE: ../../../flutter/third_party/freetype2/src/type42/type42.c
FILE: ../../../flutter/third_party/freetype2/src/winfonts/fnterrs.h
FILE: ../../../flutter/third_party/freetype2/src/winfonts/winfnt.c
FILE: ../../../flutter/third_party/freetype2/src/winfonts/winfnt.h
FILE: ../../../flutter/third_party/freetype2/subprojects/libpng.wrap
FILE: ../../../flutter/third_party/freetype2/subprojects/zlib.wrap
----------------------------------------------------------------------------------------------------
The FreeType Project LICENSE
----------------------------
2006-Jan-27
Copyright 1996-2002, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg
Introduction
============
The FreeType Project is distributed in several archive packages;
some of them may contain, in addition to the FreeType font engine,
various tools and contributions which rely on, or relate to, the
FreeType Project.
This license applies to all files found in such packages, and
which do not fall under their own explicit license. The license
affects thus the FreeType font engine, the test programs,
documentation and makefiles, at the very least.
This license was inspired by the BSD, Artistic, and IJG
(Independent JPEG Group) licenses, which all encourage inclusion
and use of free software in commercial and freeware products
alike. As a consequence, its main points are that:
o We don't promise that this software works. However, we will be
interested in any kind of bug reports. (`as is' distribution)
o You can use this software for whatever you want, in parts or
full form, without having to pay us. (`royalty-free' usage)
o You may not pretend that you wrote this software. If you use
it, or only parts of it, in a program, you must acknowledge
somewhere in your documentation that you have used the
FreeType code. (`credits')
We specifically permit and encourage the inclusion of this
software, with or without modifications, in commercial products.
We disclaim all warranties covering The FreeType Project and
assume no liability related to The FreeType Project.
Finally, many people asked us for a preferred form for a
credit/disclaimer to use in compliance with this license. We thus
encourage you to use the following text:
"""
Portions of this software are copyright © <year> The FreeType
Project (www.freetype.org). All rights reserved.
"""
Please replace <year> with the value from the FreeType version you
actually use.
Legal Terms
===========
0. Definitions
--------------
Throughout this license, the terms `package', `FreeType Project',
and `FreeType archive' refer to the set of files originally
distributed by the authors (David Turner, Robert Wilhelm, and
Werner Lemberg) as the `FreeType Project', be they named as alpha,
beta or final release.
`You' refers to the licensee, or person using the project, where
`using' is a generic term including compiling the project's source
code as well as linking it to form a `program' or `executable'.
This program is referred to as `a program using the FreeType
engine'.
This license applies to all files distributed in the original
FreeType Project, including all source code, binaries and
documentation, unless otherwise stated in the file in its
original, unmodified form as distributed in the original archive.
If you are unsure whether or not a particular file is covered by
this license, you must contact us to verify this.
The FreeType Project is copyright (C) 1996-2000 by David Turner,
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
specified below.
1. No Warranty
--------------
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
USE, OF THE FREETYPE PROJECT.
2. Redistribution
-----------------
This license grants a worldwide, royalty-free, perpetual and
irrevocable right and license to use, execute, perform, compile,
display, copy, create derivative works of, distribute and
sublicense the FreeType Project (in both source and object code
forms) and derivative works thereof for any purpose; and to
authorize others to exercise some or all of the rights granted
herein, subject to the following conditions:
o Redistribution of source code must retain this license file
(`FTL.TXT') unaltered; any additions, deletions or changes to
the original files must be clearly indicated in accompanying
documentation. The copyright notices of the unaltered,
original files must be preserved in all copies of source
files.
o Redistribution in binary form must provide a disclaimer that
states that the software is based in part of the work of the
FreeType Team, in the distribution documentation. We also
encourage you to put an URL to the FreeType web page in your
documentation, though this isn't mandatory.
These conditions apply to any software derived from or based on
the FreeType Project, not just the unmodified files. If you use
our work, you must acknowledge us. However, no fee need be paid
to us.
3. Advertising
--------------
Neither the FreeType authors and contributors nor you shall use
the name of the other for commercial, advertising, or promotional
purposes without specific prior written permission.
We suggest, but do not require, that you use one or more of the
following phrases to refer to this software in your documentation
or advertising materials: `FreeType Project', `FreeType Engine',
`FreeType library', or `FreeType Distribution'.
As you have not signed this license, you are not required to
accept it. However, as the FreeType Project is copyrighted
material, only this license, or another one contracted with the
authors, grants you the right to use, distribute, and modify it.
Therefore, by using, distributing, or modifying the FreeType
Project, you indicate that you understand and accept all the terms
of this license.
4. Contacts
-----------
There are two mailing lists related to FreeType:
o [email protected]
Discusses general use and applications of FreeType, as well as
future and wanted additions to the library and distribution.
If you are looking for support, start in this list if you
haven't found anything to help you in the documentation.
o [email protected]
Discusses bugs, as well as engine internals, design issues,
specific licenses, porting, etc.
Our home page can be found at
https://www.freetype.org
--- end of FTL.TXT ---
====================================================================================================
====================================================================================================
LIBRARY: rapidjson
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/inttypes.h
ORIGIN: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/stdint.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/inttypes.h
FILE: ../../../flutter/third_party/rapidjson/include/rapidjson/msinttypes/stdint.h
----------------------------------------------------------------------------------------------------
The above software in this distribution may have been modified by
THL A29 Limited ("Tencent Modifications").
All Tencent Modifications are Copyright (C) 2015 THL A29 Limited.
====================================================================================================
====================================================================================================
LIBRARY: sqlite
ORIGIN: ../../../flutter/third_party/sqlite/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/sqlite/sqlite3.c
FILE: ../../../flutter/third_party/sqlite/sqlite3.h
----------------------------------------------------------------------------------------------------
The source code for SQLite is in the public domain. No claim of
copyright is made on any part of the core source code. (The
documentation and test code is a different matter - some sections of
documentation and test logic are governed by open-source licenses.)
All contributors to the SQLite core software have signed affidavits
specifically disavowing any copyright interest in the code. This means
that anybody is able to legally do anything they want with the SQLite
source code.
There are other SQL database engines with liberal licenses that allow
the code to be broadly and freely used. But those other engines are
still governed by copyright law. SQLite is different in that copyright
law simply does not apply.
The source code files for other SQL database engines typically begin
with a comment describing your legal rights to view and copy that
file. The SQLite source code contains no license since it is not
governed by copyright. Instead of a license, the SQLite source code
offers a blessing:
May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/base/md5.h
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/freetype2/src/base/md5.h
----------------------------------------------------------------------------------------------------
This software was written by Alexander Peslyak in 2001. No copyright is
claimed, and the software is hereby placed in the public domain.
In case this attempt to disclaim copyright and place the software in the
public domain is deemed null and void, then the software is
Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
general public under the following terms:
Redistribution and use in source and binary forms, with or without
modification, are permitted.
There's ABSOLUTELY NO WARRANTY, express or implied.
====================================================================================================
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../flutter/third_party/freetype2/src/base/md5.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/freetype2/src/base/md5.c
----------------------------------------------------------------------------------------------------
This software was written by Alexander Peslyak in 2001. No copyright is
claimed, and the software is hereby placed in the public domain.
In case this attempt to disclaim copyright and place the software in the
public domain is deemed null and void, then the software is
Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
general public under the following terms:
Redistribution and use in source and binary forms, with or without
modification, are permitted.
There's ABSOLUTELY NO WARRANTY, express or implied.
(This is a heavily cut-down "BSD license".)
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/LICENSE
TYPE: LicenseType.icu
FILE: ../../../flutter/third_party/icu/android/icudtl.dat
FILE: ../../../flutter/third_party/icu/cast/brkitr.patch
FILE: ../../../flutter/third_party/icu/cast/icudtl.dat
FILE: ../../../flutter/third_party/icu/chromeos/icudtl.dat
FILE: ../../../flutter/third_party/icu/chromeos/icudtl.dat.hash
FILE: ../../../flutter/third_party/icu/common/icudtb.dat
FILE: ../../../flutter/third_party/icu/common/icudtl.dat
FILE: ../../../flutter/third_party/icu/flutter/brkitr.patch
FILE: ../../../flutter/third_party/icu/flutter/icudtl.dat
FILE: ../../../flutter/third_party/icu/flutter_desktop/icudtl.dat
FILE: ../../../flutter/third_party/icu/ios/icudtl.dat
FILE: ../../../flutter/third_party/icu/patches/ardatepattern.patch
FILE: ../../../flutter/third_party/icu/patches/atomic_template_instantiation.patch
FILE: ../../../flutter/third_party/icu/patches/cjdict.patch
FILE: ../../../flutter/third_party/icu/patches/configure.patch
FILE: ../../../flutter/third_party/icu/patches/data_symb.patch
FILE: ../../../flutter/third_party/icu/patches/fuchsia.patch
FILE: ../../../flutter/third_party/icu/patches/gb_table.patch
FILE: ../../../flutter/third_party/icu/patches/gmt24.patch
FILE: ../../../flutter/third_party/icu/patches/include-utility.patch
FILE: ../../../flutter/third_party/icu/patches/iso2022jp.patch
FILE: ../../../flutter/third_party/icu/patches/isvalidenum.patch
FILE: ../../../flutter/third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../flutter/third_party/icu/patches/locale1.patch
FILE: ../../../flutter/third_party/icu/patches/locale_google.patch
FILE: ../../../flutter/third_party/icu/patches/name_5_langs.patch
FILE: ../../../flutter/third_party/icu/patches/restrace.patch
FILE: ../../../flutter/third_party/icu/patches/revert_realpath.patch
FILE: ../../../flutter/third_party/icu/patches/ultag_parse-double-free.patch
FILE: ../../../flutter/third_party/icu/patches/wordbrk.patch
FILE: ../../../flutter/third_party/icu/source/data/in/coll/ucadata-implicithan-icu4x.icu
FILE: ../../../flutter/third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../flutter/third_party/icu/source/data/in/coll/ucadata-unihan-icu4x.icu
FILE: ../../../flutter/third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../flutter/third_party/icu/source/data/in/nfc.nrm
FILE: ../../../flutter/third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../flutter/third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../flutter/third_party/icu/source/data/in/pnames.icu
FILE: ../../../flutter/third_party/icu/source/data/in/ubidi.icu
FILE: ../../../flutter/third_party/icu/source/data/in/ucase.icu
FILE: ../../../flutter/third_party/icu/source/data/in/uemoji.icu
FILE: ../../../flutter/third_party/icu/source/data/in/ulayout.icu
FILE: ../../../flutter/third_party/icu/source/data/in/unames.icu
FILE: ../../../flutter/third_party/icu/source/data/in/uprops.icu
FILE: ../../../flutter/third_party/icu/source/data/in/uts46.nrm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../flutter/third_party/icu/source/data/unidata/UnicodeData.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/confusablesWholeScript.txt
FILE: ../../../flutter/third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../flutter/third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../flutter/third_party/icu/source/i18n/decContext.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/decContext.h
FILE: ../../../flutter/third_party/icu/source/i18n/decNumber.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/decNumber.h
FILE: ../../../flutter/third_party/icu/source/i18n/decNumberLocal.h
FILE: ../../../flutter/third_party/icu/source/tools/icuinfo/plugin_sources.txt
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/private.h
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../flutter/third_party/icu/tzres/metaZones.res
FILE: ../../../flutter/third_party/icu/tzres/timezoneTypes.res
FILE: ../../../flutter/third_party/icu/tzres/zoneinfo64.res
FILE: ../../../flutter/third_party/icu/version.json
----------------------------------------------------------------------------------------------------
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
See Terms of Use <https://www.unicode.org/copyright.html>
for definitions of Unicode Inc.’s Data Files and Software.
NOTICE TO USER: Carefully read the following legal agreement.
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT.
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2023 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
Third-Party Software Licenses
This section contains third-party software notices and/or additional
terms for licensed third-party software components included within ICU
libraries.
ICU License - ICU 1.8.1 to ICU 57.1
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1995-2016 International Business Machines Corporation and others
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.
All trademarks and registered trademarks mentioned herein are the
property of their respective owners.
Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
The Google Chrome software developed by Google is licensed under
the BSD license. Other software included in this distribution is
provided under other licenses, as set forth below.
The BSD License
http://opensource.org/licenses/bsd-license.php
Copyright (C) 2006-2008, Google Inc.
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 the following disclaimer.
Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with
the distribution.
Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The word list in cjdict.txt are generated by combining three word lists
listed below with further processing for compound word breaking. The
frequency is generated with an iterative training against Google web
corpora.
* Libtabe (Chinese)
- https://sourceforge.net/project/?group_id=1519
- Its license terms and conditions are shown below.
* IPADIC (Japanese)
- http://chasen.aist-nara.ac.jp/chasen/distribution.html
- Its license terms and conditions are shown below.
Copyright (c) 1999 TaBE Project.
Copyright (c) 1999 Pai-Hsiang Hsiao.
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 the following disclaimer.
. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
. Neither the name of the TaBE Project nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 1999 Computer Systems and Communication Lab,
Institute of Information Science, Academia
Sinica. 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 the following disclaimer.
. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
. Neither the name of the Computer Systems and Communication Lab
nor the names of its contributors may be used to endorse or
promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
University of Illinois
[email protected] http://casper.beckman.uiuc.edu/~c-tsai4
Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
and Technology. All Rights Reserved.
Use, reproduction, and distribution of this software is permitted.
Any copy of this software, whether in its original form or modified,
must include both the above copyright notice and the following
paragraphs.
Nara Institute of Science and Technology (NAIST),
the copyright holders, disclaims all warranties with regard to this
software, including all implied warranties of merchantability and
fitness, in no event shall NAIST be liable for
any special, indirect or consequential damages or any damages
whatsoever resulting from loss of use, data or profits, whether in an
action of contract, negligence or other tortuous action, arising out
of or in connection with the use or performance of this software.
A large portion of the dictionary entries
originate from ICOT Free Software. The following conditions for ICOT
Free Software applies to the current dictionary as well.
Each User may also freely distribute the Program, whether in its
original form or modified, to any third party or parties, PROVIDED
that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
on, or be attached to, the Program, which is distributed substantially
in the same form as set out herein and that such intended
distribution, if actually made, will neither violate or otherwise
contravene any of the laws and regulations of the countries having
jurisdiction over the User or the intended distribution itself.
NO WARRANTY
The program was produced on an experimental basis in the course of the
research and development conducted during the project and is provided
to users as so produced on an experimental basis. Accordingly, the
program is provided without any warranty whatsoever, whether express,
implied, statutory or otherwise. The term "warranty" used herein
includes, but is not limited to, any warranty of the quality,
performance, merchantability and fitness for a particular purpose of
the program and the nonexistence of any infringement or violation of
any right of any third party.
Each user of the program will agree and understand, and be deemed to
have agreed and understood, that there is no warranty whatsoever for
the program and, accordingly, the entire risk arising from or
otherwise connected with the program is assumed by the user.
Therefore, neither ICOT, the copyright holder, or any other
organization that participated in or was otherwise related to the
development of the program and their respective officials, directors,
officers and other employees shall be held liable for any and all
damages, including, without limitation, general, special, incidental
and consequential damages, arising out of or otherwise in connection
with the use or inability to use the program or any product, material
or result produced or otherwise obtained by using the program,
regardless of whether they have been advised of, or otherwise had
knowledge of, the possibility of such damages at any time during the
project or thereafter. Each user will be deemed to have agreed to the
foregoing by his or her commencement of use of the program. The term
"use" as used herein includes, but is not limited to, the use,
modification, copying and distribution of the program and the
production of secondary products from the program.
In the case where the program, whether in its original form or
modified, was distributed or delivered to or received by a user from
any person, organization or entity other than ICOT, unless it makes or
grants independently of ICOT any specific warranty to the user in
writing, such person, organization or entity, will also be exempted
from and not be held liable to the user for any such damages as noted
above as far as the program is concerned.
Lao Word Break Dictionary Data (laodict.txt)
Copyright (C) 2016 and later: Unicode, Inc. and others.
License & terms of use: http://www.unicode.org/copyright.html
Copyright (c) 2015 International Business Machines Corporation
and others. All Rights Reserved.
Project: https://github.com/rober42539/lao-dictionary
Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
(copied below)
This file is derived from the above dictionary version of Nov 22, 2020
Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
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 the following disclaimer. Redistributions in binary
form must reproduce the above copyright notice, this list of conditions and
the following disclaimer in the documentation and/or other materials
provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
Burmese Word Break Dictionary Data (burmesedict.txt)
Copyright (c) 2014 International Business Machines Corporation
and others. All Rights Reserved.
This list is part of a project hosted at:
github.com/kanyawtech/myanmar-karen-word-lists
Copyright (c) 2013, LeRoy Benjamin Sharon
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 the following
disclaimer. Redistributions in binary form must reproduce the
above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
Neither the name Myanmar Karen Word Lists, nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
Google double-conversion
Copyright 2006-2011, the V8 project 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 the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
File: install-sh (only for ICU4C)
Copyright 1991 by the Massachusetts Institute of Technology
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of M.I.T. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission. M.I.T. makes no representations about the
suitability of this software for any purpose. It is provided "as is"
without express or implied warranty.
====================================================================================================
====================================================================================================
LIBRARY: harfbuzz
LIBRARY: icu
LIBRARY: web_unicode
ORIGIN: http://unicode.org/copyright.html#Exhibit1 referenced by ../../../flutter/third_party/icu/source/data/translit/Hans_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/APIChangeReport.html
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/Doxyfile.in
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/appendable.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bmpset.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bmpset.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/brkeng.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/brkeng.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/brkiter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bytesinkutil.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bytesinkutil.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bytestream.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bytestrie.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bytestriebuilder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/bytestrieiterator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/caniter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/capi_helper.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/characterproperties.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/chariter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/charstr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/charstr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/charstrmap.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cmemory.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cmemory.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/common.rc
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cpputils.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cstr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cstr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cstring.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cstring.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cwchar.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/cwchar.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/dictbe.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/dictbe.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/dictionarydata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/dictionarydata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/dtintrv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/edits.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/errorcode.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/filteredbrk.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/filterednormalizer2.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/hash.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/icudataver.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/icuplug.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/icuplugimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/loadednormalizer2impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/localebuilder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/localefallback_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/localematcher.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/localeprioritylist.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/localeprioritylist.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/localsvc.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locavailable.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locbased.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locbased.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locdispnames.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locdistance.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locdistance.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locdspnm.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locid.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/loclikely.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/loclikelysubtags.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/loclikelysubtags.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locmap.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locmap.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locresdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locutil.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/locutil.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/lsr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/lsr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/lstmbe.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/lstmbe.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/messageimpl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/messagepattern.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/mlbe.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/mlbe.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/msvcres.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/mutex.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/norm2_nfc_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/norm2allmodes.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/normalizer2.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/normalizer2impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/normalizer2impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/normlzr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/parsepos.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/patternprops.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/patternprops.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/pluralmap.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/pluralmap.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/propname.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/propname.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/propname_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/propsvec.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/propsvec.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/punycode.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/punycode.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/putil.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/putilimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbi.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbi_cache.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbi_cache.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbidata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbidata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbinode.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbinode.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbirb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbirb.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbirpt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbirpt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbiscan.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbiscan.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbisetb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbisetb.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbistbl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbitblb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/rbbitblb.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/resbund.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/resbund_cnv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/resource.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/resource.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/restrace.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/restrace.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ruleiter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ruleiter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/schriter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/serv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/serv.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servlk.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servlkf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servloc.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servls.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servnotf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servnotf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servrbf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/servslkf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/sharedobject.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/sharedobject.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/simpleformatter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/sprpimpl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/static_unicode_sets.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/static_unicode_sets.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/stringpiece.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/stringtriebuilder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uarrsort.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uarrsort.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uassert.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubidi.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubidi_props.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubidi_props.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubidi_props_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubidiimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubidiln.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubiditransform.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubidiwrt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubrk.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ubrkimpl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucase.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucase.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucase_props_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucasemap.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucasemap_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucat.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uchar.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uchar_props_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucharstrie.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucharstriebuilder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucharstrieiterator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uchriter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucln.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucln_cmn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucln_cmn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucln_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucmndata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucmndata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv2022.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_bld.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_bld.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_cb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_cnv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_cnv.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_ct.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_err.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_ext.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_ext.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_io.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_io.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_lmb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_set.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_u16.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_u32.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_u7.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnv_u8.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvbocu.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvdisp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvhz.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvisci.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvlat1.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvmbcs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvmbcs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvscsu.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucnvsel.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucol_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucol_swp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucol_swp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucptrie.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucptrie_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucurr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ucurrimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/udata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/udatamem.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/udatamem.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/udataswp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/udataswp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uelement.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uenum.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uenumimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uhash.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uhash.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uhash_us.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uidna.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uinit.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uinvchar.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uinvchar.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uiter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ulayout_props.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ulist.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ulist.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uloc.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uloc_keytype.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uloc_tag.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ulocimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/umapfile.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/umapfile.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/umath.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/umutablecptrie.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/umutex.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/umutex.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unames.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/appendable.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/brkiter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/bytestream.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/bytestrie.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/bytestriebuilder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/caniter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/casemap.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/char16ptr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/chariter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/dbbi.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/docmain.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/dtintrv.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/edits.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/enumset.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/errorcode.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/filteredbrk.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/icudataver.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/icuplug.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/idna.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/localebuilder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/localematcher.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/localpointer.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/locdspnm.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/locid.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/messagepattern.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/normalizer2.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/normlzr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/parseerr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/parsepos.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/platform.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ptypes.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/putil.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/rbbi.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/rep.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/resbund.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/schriter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/simpleformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/std_string.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/strenum.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/stringoptions.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/stringpiece.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/stringtriebuilder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/symtable.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ubidi.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ubiditransform.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ubrk.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucasemap.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucat.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uchar.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucharstrie.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucharstriebuilder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uchriter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uclean.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucnv.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucnv_cb.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucnv_err.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucnvsel.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uconfig.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucpmap.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucptrie.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ucurr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/udata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/udisplaycontext.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uenum.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uidna.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uiter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uldnames.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uloc.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/umachine.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/umisc.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/umutablecptrie.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/unifilt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/unifunct.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/unimatch.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uniset.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/unistr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/unorm.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/unorm2.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uobject.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/urename.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/urep.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ures.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uscript.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uset.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/usetiter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ushape.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/usprep.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ustring.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/ustringtrie.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utext.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utf16.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utf32.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utf8.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utf_old.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utrace.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/utypes.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unicode/uversion.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unifiedcache.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unifiedcache.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unifilt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unifunct.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uniquecharstr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uniset.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uniset_closure.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uniset_props.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unisetspan.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unisetspan.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unistr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unistr_case.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unistr_case_locale.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unistr_cnv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unistr_props.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unistr_titlecase_brkiter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unistrappender.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unorm.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unormcmp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/unormimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uobject.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uposixdefs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uprops.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uprops.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ures_cnv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uresbund.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uresdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uresdata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uresimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ureslocs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/usc_impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/usc_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uscript.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uscript_props.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uset.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uset_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uset_props.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/usetiter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ushape.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/usprep.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustack.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustr_cnv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustr_cnv.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustr_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustr_titlecase_brkiter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustr_wcs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustrcase.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustrcase_locale.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustrenum.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustrenum.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustrfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustrfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustring.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/ustrtrns.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utext.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utf_impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/util.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/util.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/util_props.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrace.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utracimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrie.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrie.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrie2.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrie2.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrie2_builder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrie2_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utrie_swap.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uts46.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utypeinfo.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/utypes.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uvector.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uvector.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uvectr32.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uvectr32.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uvectr64.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/uvectr64.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/wintz.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/wintz.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/adaboost/jaml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/thaidict.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/en_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/en_US_POSIX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_codepoints_exclusive_model4_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_codepoints_exclusive_model5_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_codepoints_exclusive_model7_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_graphclust_model4_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_graphclust_model5_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_graphclust_model7_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_codepoints_exclusive_model4_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_codepoints_exclusive_model5_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_codepoints_exclusive_model7_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_graphclust_model4_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_graphclust_model5_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_graphclust_model7_heavy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/char.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_cj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose_cj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose_phrase_cj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal_cj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal_phrase_cj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/line_phrase_cj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/sent.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/sent_el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/title.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/word.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/word_POSIX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/rules/word_fi_sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/brkitr/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/cldr-icu-readme.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/as.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/bn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/bo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/br.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/bs_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ceb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/de_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/dsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/dz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/en_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/en_US_POSIX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fa_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ff_Adlm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fr_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/fy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/gl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/gu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ha.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/haw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/he_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/hsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/id_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ig.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/in_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/iw_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/kn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/kok.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ku.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/lkt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/mn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/mo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/mr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/nb_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/no_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/om.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/or.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/pa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/pa_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/pa_Guru_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/pa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ps.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sh_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sh_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sh_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/si.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/smn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_Latn_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sr_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/te.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/tk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/to.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ug.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/uz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/wae.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/wo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/xh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/yi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/yo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/yue_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/yue_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/yue_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_Hans_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/coll/zu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/af_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/agq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ak.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_AE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_DJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_KM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_LB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_SO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ar_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/as.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/asa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ast.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/az_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/az_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/az_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/az_Latn_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bem.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bez.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bgc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bho.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bn_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bo_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/br.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/brx.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bs_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bs_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bs_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/bs_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ca_FR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ccp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ce.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ceb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/cgg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ckb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/cv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/dav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/de_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/de_LI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/de_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/dje.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/doi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/dsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/dua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/dyo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/dz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ebu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_150.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_AE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_AG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_AI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_AU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_BB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_BI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_BM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_BS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_BW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_CC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_CK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_CX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_DG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_DM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_FJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_FK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_FM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_GD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_GG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_GI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_GY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_IE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_IM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_IO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_JE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_JM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_KI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_KN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_KY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_LC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_LS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_NZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_PG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_PN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_PW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_RH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_SZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_TC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_TK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_TO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_TT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_TV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_VC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_VG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_WS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_ZM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/en_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_419.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_AR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_CL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_CR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_CU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_DO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_GT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_HN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_MX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_NI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_PA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_PE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_PY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_SV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_UY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/es_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/eu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ewo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fa_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_BF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_Latn_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ff_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fil_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fo_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_BI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_DJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_DZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_HT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_KM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_SY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_TN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fr_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/fy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/gd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/gl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/gsw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/gu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/guz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/gv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ha.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ha_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/haw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/he_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/hi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/hr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/hsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ia.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/id_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ig.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/in_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/iw_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/jgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/jmc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/jv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kam.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kde.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kea.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kgp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/khq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ki.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kkj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kok.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ks.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ks_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ks_Arab_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ks_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ks_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ksb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ksf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ksh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ku.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/kw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lag.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lkt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ln_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lrc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/luo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/luy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mas_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mer.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mfe.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mni.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mni_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mni_Beng_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mni_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ms_BN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ms_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ms_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/mzn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/naq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nl_AW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nl_BQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nl_CW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nl_SR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nl_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nmg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nn_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nnh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/no_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/no_NO_NY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nus.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/nyn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/om.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/om_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/or.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/os.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/os_RU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pa_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pa_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pa_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pa_Guru_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pa_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pcm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ps.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ps_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_CV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_PT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_ST.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/pt_TL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/qu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/qu_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/qu_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/raj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/rm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/rn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ro_MD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/rof.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ru_BY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ru_KG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ru_KZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ru_MD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/rw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/rwk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sah.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/saq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sat.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sat_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sat_Olck.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sat_Olck_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sbp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sd_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sd_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sd_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sd_Deva_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sd_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sd_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/se_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/seh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ses.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sh_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sh_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sh_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/shi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/shi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/shi_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/shi_Tfng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/shi_Tfng_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/si.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/smn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/so.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/so_DJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/so_ET.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/so_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sq_MK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Latn_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Latn_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Latn_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_Latn_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sr_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/su.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/su_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/su_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/su_Latn_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/supplementalData.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sw_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sw_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/sw_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ta_LK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ta_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ta_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/te.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/teo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/teo_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/tg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ti.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ti_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/tk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/tl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/tl_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/to.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/tt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/twq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/tzm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ug.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/ur_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz_Arab_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz_Latn_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/uz_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/vai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/vai_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/vai_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/vai_Vaii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/vai_Vaii_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/vun.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/wae.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/wo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/xh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/xog.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yo_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yrl_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yrl_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yue_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yue_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yue_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yue_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/yue_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hans_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hans_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hans_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/curr/zu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/icu4j-readme.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/icupkg.inc.in
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/agq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ak.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ar_EG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ar_LY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/as.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/asa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ast.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ay.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/az_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/az_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/az_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/az_Latn_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bem.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bez.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bgc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bho.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bn_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/br.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/brx.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bs_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bs_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bs_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/bs_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ccp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ce.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ceb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/cgg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ckb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/cv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/dav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/de_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/de_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/dje.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/doi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/dsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/dua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/dv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/dyo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/dz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ebu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_150.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_AG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_AI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_AU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_BB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_BM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_BS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_BW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_CC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_CK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_CX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_DG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_DM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_FJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_FK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_FM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_GD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_GG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_GI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_GY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_IE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_IM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_IO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_JE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_JM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_KI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_KN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_KY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_LC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_LS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_NZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_PG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_PN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_PW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_RH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_SZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_TC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_TK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_TO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_TT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_TV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_VC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_VG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_WS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_ZM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/en_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_419.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_AR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_CL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_CR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_CU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_DO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_GT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_HN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_MX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_NI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_PA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_PE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_PY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_SV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_UY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/es_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/eu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ewo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fa_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_Adlm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_Latn_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_Latn_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_Latn_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_Latn_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ff_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fil_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fr_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fr_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fr_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/fy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/gd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/gl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/gsw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/gu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/guz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/gv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ha.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ha_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/haw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/he_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/hi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/hsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ia.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/id_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ig.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ilo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/in_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/iw_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/jgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/jmc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/jv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kam.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kde.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kea.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kgp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/khq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ki.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kkj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kok.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ks.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ks_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ks_Arab_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ks_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ks_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ksb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ksf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ksh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/kw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lag.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lkt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lrc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/luo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lus.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/luy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mer.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mfe.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mni.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mni_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mni_Beng_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mni_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/mzn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/naq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nmg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nn_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nnh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/no_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/no_NO_NY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nus.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/nyn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/om.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/or.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/os.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pa_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pa_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pa_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pa_Guru_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pa_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pcm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ps.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ps_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_CV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_PT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_ST.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/pt_TL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/qu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/raj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/rm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/rn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ro_MD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/rof.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/rw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/rwk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sah.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/saq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sat.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sat_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sat_Olck.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sat_Olck_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sbp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sd_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sd_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sd_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sd_Deva_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sd_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sd_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/se_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/seh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ses.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sh_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sh_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sh_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/shi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/shi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/shi_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/shi_Tfng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/shi_Tfng_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/si.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/smn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/so.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Latn_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Latn_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Latn_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Latn_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_Latn_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sr_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/su.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/su_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/su_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/su_Latn_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sv_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sw_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/sw_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/te.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/teo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ti.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ti_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/tk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/tl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/tl_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/to.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ts.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/tt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/twq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/tzm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ug.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/ur_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz_Arab_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz_Latn_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/uz_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/vai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/vai_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/vai_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/vai_Vaii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/vai_Vaii_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/vun.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/wae.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/wo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/xh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/xog.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yo_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yrl_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yrl_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yue_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yue_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yue_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yue_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/yue_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_Hans_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/lang/zu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/af_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/af_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/agq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/agq_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ak.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ak_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/am_ET.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_AE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_BH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_DJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_DZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_EG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_EH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_IQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_JO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_KM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_KW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_LB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_LY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_OM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_PS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_QA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_SD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_SO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_SY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_TD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_TN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ar_YE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/as.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/as_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/asa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/asa_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ast.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ast_ES.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/az_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/az_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/az_Cyrl_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/az_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/az_Latn_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bas_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/be_BY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bem.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bem_ZM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bez.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bez_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bg_BG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bgc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bgc_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bho.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bho_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bm_ML.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bn_BD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bn_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bo_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bo_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/br.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/br_FR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/brx.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/brx_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bs_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bs_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bs_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bs_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/bs_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ca_AD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ca_ES.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ca_FR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ca_IT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ccp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ccp_BD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ccp_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ce.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ce_RU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ceb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ceb_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cgg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cgg_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/chr_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ckb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ckb_IQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ckb_IR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cs_CZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cv_RU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/cy_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/da_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/da_GL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dav_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de_IT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de_LI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/de_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dje.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dje_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/doi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/doi_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dsb_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dua_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dyo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dyo_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/dz_BT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ebu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ebu_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ee_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ee_TG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/el_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/el_GR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_150.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_AE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_AG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_AI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_AS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_AU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_BB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_BI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_BM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_BS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_BW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_CC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_CK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_CX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_DG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_DM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_FJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_FK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_FM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_GY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_IE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_IM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_IO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_JE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_JM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_KI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_KN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_KY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_LC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_LS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_NZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_PG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_PN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_PW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_RH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_SZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_TC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_TK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_TO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_TT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_TV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_UM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_US_POSIX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_VC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_VG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_VI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_WS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_ZM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/en_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/eo_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_419.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_AR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_CL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_CR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_CU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_DO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_EA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_ES.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_GT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_HN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_IC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_MX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_NI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_PA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_PE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_PY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_SV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_UY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/es_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/et_EE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/eu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/eu_ES.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ewo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ewo_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fa_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fa_IR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_BF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_BF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_Latn_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ff_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fi_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fil_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fo_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fo_FO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_BF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_BI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_BL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_CF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_CG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_CI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_DJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_DZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_FR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_GA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_GF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_GP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_HT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_KM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_MC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_MF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_ML.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_MQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_NC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_PF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_PM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_RE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_SY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_TD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_TG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_TN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_WF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fr_YT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fur_IT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/fy_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ga_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ga_IE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gd_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gl_ES.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gsw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gsw_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gsw_FR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gsw_LI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gu_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/guz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/guz_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/gv_IM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ha.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ha_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ha_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ha_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/haw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/haw_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/he_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hi_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hi_Latn_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hr_HR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hsb_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hu_HU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/hy_AM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ia.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ia_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/id_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ig.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ig_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ii_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/in_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/is_IS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/it_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/it_IT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/it_SM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/it_VA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/iw_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ja_JP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ja_JP_TRADITIONAL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/jgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/jgo_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/jmc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/jmc_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/jv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/jv_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ka_GE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kab_DZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kam.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kam_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kde.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kde_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kea.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kea_CV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kgp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kgp_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/khq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/khq_ML.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ki.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ki_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kk_KZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kkj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kkj_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kl_GL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kln_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/km_KH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kn_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ko_KP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ko_KR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kok.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kok_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ks.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ks_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ks_Arab_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ks_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ks_Deva_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ks_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ksb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ksb_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ksf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ksf_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ksh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ksh_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ku_TR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/kw_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ky_KG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lag.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lag_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lb_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lg_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lkt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lkt_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ln_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ln_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ln_CF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ln_CG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lo_LA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lrc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lrc_IQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lrc_IR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lt_LT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lu_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/luo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/luo_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/luy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/luy_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/lv_LV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mai_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mas_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mas_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mer.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mer_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mfe.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mfe_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mg_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mgh_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mgo_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mi_NZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mk_MK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ml_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mn_MN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mni.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mni_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mni_Beng_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mni_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mr_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ms_BN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ms_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ms_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ms_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mt_MT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mua_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/my_MM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mzn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/mzn_IR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/naq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/naq_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nb_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nb_SJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nd_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ne_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ne_NP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl_AW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl_BQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl_CW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl_SR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nl_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nmg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nmg_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nn_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nnh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nnh_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/no_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/no_NO_NY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nus.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nus_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nyn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/nyn_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/om.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/om_ET.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/om_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/or.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/or_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/os.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/os_GE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/os_RU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pa_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pa_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pa_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pa_Guru_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pa_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pcm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pcm_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pl_PL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ps.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ps_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ps_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_CV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_PT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_ST.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/pt_TL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/qu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/qu_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/qu_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/qu_PE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/raj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/raj_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rm_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rn_BI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ro_MD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ro_RO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rof.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rof_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ru_BY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ru_KG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ru_KZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ru_MD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ru_RU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ru_UA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rw_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rwk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/rwk_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sah.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sah_RU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/saq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/saq_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sat.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sat_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sat_Olck.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sat_Olck_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sbp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sbp_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sc_IT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sd_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sd_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sd_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sd_Deva_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sd_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sd_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/se_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/se_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/se_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/seh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/seh_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ses.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ses_ML.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sg_CF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sh_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sh_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sh_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/shi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/shi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/shi_Latn_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/shi_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/shi_Tfng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/shi_Tfng_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/si.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/si_LK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sk_SK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sl_SI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/smn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/smn_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sn_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/so.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/so_DJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/so_ET.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/so_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/so_SO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sq_AL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sq_MK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sq_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Latn_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Latn_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Latn_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Latn_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_Latn_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sr_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/su.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/su_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/su_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/su_Latn_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sv_AX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sv_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sv_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sw_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sw_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sw_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/sw_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ta_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ta_LK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ta_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ta_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/te.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/te_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/teo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/teo_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/teo_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tg_TJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/th_TH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/th_TH_TRADITIONAL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ti.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ti_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ti_ET.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tk_TM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tl_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/to.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/to_TO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tr_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tr_TR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tt_RU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/twq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/twq_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tzm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/tzm_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ug.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ug_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uk_UA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ur_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/ur_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_Arab_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_Cyrl_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_Latn_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/uz_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vai_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vai_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vai_Latn_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vai_Vaii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vai_Vaii_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vi_VN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vun.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/vun_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/wae.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/wae_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/wo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/wo_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/xh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/xh_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/xog.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/xog_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yav_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yi_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yo_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yo_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yrl_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yrl_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yrl_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yue_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yue_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yue_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yue_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/yue_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zgh_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hans_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hans_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hans_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/locales/zu_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/makedata.mak
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/cns-11643-1992.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ebcdic-xml-us.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/euc-jp-2007.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/euc-tw-2014.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/gsm-03.38-2009.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1006_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1025_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1026_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1047_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1051_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1089_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1097_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1098_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1112_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1122_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1123_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1124_P100-1996.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1125_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1129_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1130_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1131_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1132_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1133_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1137_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1140_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1141_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1142_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1143_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1144_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1145_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1146_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1147_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1148_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1149_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1153_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1154_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1155_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1156_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1157_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1158_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1160_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1162_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1164_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1168_P100-2002.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1250_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1251_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1252_P100-2000.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1253_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1254_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1255_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1256_P110-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1257_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1258_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-12712_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1276_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P110-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P11B-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1364_P110-2007.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1371_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1373_P100-2002.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1375_P100-2008.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1383_P110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1386_P100-2001.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1388_P103-2001.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1390_P110-2003.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-1399_P110-2003.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-16684_P110-2003.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-16804_X110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-273_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-277_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-278_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-280_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-284_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-285_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-290_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-297_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P120-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2004_U2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2009_U2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-37_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-420_X120-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-424_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-437_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-4517_P100-2005.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-4899_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-4909_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-4971_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-500_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5012_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5123_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5346_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5347_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5348_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5349_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5350_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5351_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5352_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5353_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5354_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5471_P100-2006.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-5478_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-720_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-737_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-775_P100-1996.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-803_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-813_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-838_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-8482_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-850_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-851_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-852_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-855_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-856_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-857_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-858_P100-1997.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-860_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-861_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-862_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-863_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-864_X110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-865_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-866_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-867_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-868_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-869_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-870_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-871_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-874_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-875_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-878_P100-1996.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-9005_X110-2007.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-901_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-902_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-9067_X100-2005.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-912_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-913_P100-2000.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-914_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-915_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-916_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-918_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-920_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-921_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-922_P100-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-923_P100-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-930_P120-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-933_P110-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-935_P110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-937_P110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-939_P120-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-942_P12A-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P130-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P15A-2003.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-9447_P100-2002.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-9448_X100-2005.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-9449_P100-2002.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P11A-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-950_P110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-954_P101-2007.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-964_P110-1999.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-970_P110_P110-2006_U2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/ibm-971_P100-1995.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-25546.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d1.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d3.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d4.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d5.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d6.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d7.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s1.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s3.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-t.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/iso-8859_10-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/iso-8859_11-2001.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/iso-8859_14-1998.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/iso-ir-165.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/jisx-212.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/lmb-excp.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/macos-0_2-10.2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/macos-29-10.2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/macos-35-10.2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/macos-6_2-10.4.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/macos-7_3-10.2.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/windows-874-2000.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/windows-949-2000.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/mappings/windows-950-2000.ucm
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/currencyNumericCodes.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/dayPeriods.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/genderList.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/grammaticalFeatures.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/icudata.rc
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/icustd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/icuver.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/keyTypeData.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/langInfo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/likelySubtags.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/metaZones.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/metadata.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/numberingSystems.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/pluralRanges.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/plurals.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/supplementalData.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/timezoneTypes.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/units.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/windowsZones.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/misc/zoneinfo64.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ak.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ccp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/de_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/en_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/en_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_419.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_DO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_GT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_HN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_MX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_NI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_PA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_SV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/es_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fa_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fr_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/fr_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/lrc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/pt_PT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/qu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/su.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/rbnf/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/agq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ak.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ar_AE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ar_LY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/as.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/asa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ast.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/az_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/az_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/az_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/az_Latn_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bem.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bez.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bgc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bho.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bn_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bo_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/br.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/brx.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bs_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bs_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bs_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/bs_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ccp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ce.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ceb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/cgg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ckb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/cv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/dav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/de_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/de_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/dje.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/doi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/dsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/dua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/dyo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/dz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ebu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_150.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_AG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_AI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_AU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_BB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_BM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_BS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_BW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_CC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_CK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_CX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_DG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_DM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_FJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_FK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_FM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_GD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_GG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_GI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_GY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_IE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_IM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_IO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_JE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_JM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_KI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_KN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_KY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_LC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_LS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_NZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_PG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_PN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_PW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_RH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_SZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_TC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_TK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_TO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_TT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_TV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_VC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_VG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_WS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_ZM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/en_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_419.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_AR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_CL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_CR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_CU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_DO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_GT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_HN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_MX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_NI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_PA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_PE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_PY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_SV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_UY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/es_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/eu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ewo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fa_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_Adlm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_Latn_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_Latn_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_Latn_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_Latn_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ff_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fil_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fr_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fr_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/fy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/gd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/gl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/gsw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/gu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/guz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/gv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ha.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/haw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/he_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/hi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/hsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ia.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/id_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ig.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/in_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/iw_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/jgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/jmc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/jv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kam.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kde.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kea.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kgp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/khq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ki.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kkj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ko_KP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kok.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ks.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ks_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ks_Arab_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ks_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ks_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ksb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ksf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ksh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ku.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/kw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lag.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lkt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lrc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/luo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/luy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mer.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mfe.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mni.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mni_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mni_Beng_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mni_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/mzn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/naq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nmg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nn_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nnh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/no_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/no_NO_NY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nus.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/nyn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/om.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/or.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/os.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pa_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pa_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pa_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pa_Guru_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pa_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pcm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ps.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ps_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_CV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_PT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_ST.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/pt_TL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/qu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/raj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/rm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/rn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ro_MD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/rof.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ru_UA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/rw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/rwk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sah.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/saq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sat.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sat_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sat_Olck.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sat_Olck_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sbp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sd_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sd_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sd_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sd_Deva_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sd_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sd_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/se_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/seh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ses.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sh_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sh_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sh_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/shi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/shi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/shi_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/shi_Tfng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/shi_Tfng_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/si.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/smn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/so.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Latn_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Latn_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Latn_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Latn_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_Latn_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sr_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/su.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/su_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/su_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/su_Latn_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sw_CD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/sw_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/te.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/teo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/tg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ti.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/tk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/tl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/tl_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/to.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/tt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/twq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/tzm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ug.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/ur_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz_Arab_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz_Latn_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/uz_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/vai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/vai_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/vai_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/vai_Vaii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/vai_Vaii_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/vun.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/wae.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/wo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/xh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/xog.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yo_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yrl_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yrl_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yue_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yue_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yue_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yue_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/yue_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_Hans_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/region/zu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3491.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3530cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3530csci.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3530mixp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3722.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3920node.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc3920res.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4011.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4013.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4505.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4518.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/sprep/rfc4518ci.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Any_Accents.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Any_Publishing.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Arab_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Beng_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Bengali_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Cyrl_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Deva_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Devanagari_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Cyrl_Gutgarts.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_ALALOC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_ALALOC_Geminate.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Aethiopi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Aethiopi_Geminate.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Beta_Metsehaf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Beta_Metsehaf_Geminate.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_ES3842.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_IES_JES_1964.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_IES_JES_1964_Geminate.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Lambdin.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_SERA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Fullwidth_Halfwidth.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Geor_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Grek_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Grek_Latn_UNGEGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujarati_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gujr_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Gurmukhi_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Guru_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Han_Latin_Names.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Han_Spacedhan.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Hang_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Hani_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Hans_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Hebr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Hira_Kana.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Hira_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Arabic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Bengali.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Devanagari.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Gujarati.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Gurmukhi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Kannada.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Latin.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Malayalam.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Oriya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Tamil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_Telugu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/InterIndic_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Jamo_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Kannada_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Knda_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latin_ASCII.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latin_ConjoiningJamo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latin_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latin_NumericPinyin.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Armn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Bopo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Cans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Ethi_Williamson.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Hang.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Jamo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Kana.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Thaa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Latn_Thai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Malayalam_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Mlym_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Oriya_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Orya_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Pinyin_NumericPinyin.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Syrc_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Tamil_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_Telu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Taml_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Gujr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Knda.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Mlym.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Orya.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_Taml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telu_ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Telugu_InterIndic.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ThaiLogical_Latin.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Thai_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Thai_ThaiLogical.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Thai_ThaiSemi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/Zawgyi_my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_Ethi_am_Brai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_Ethi_am_Ethi_Geminate.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_Ethi_d0_Morse.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_am_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_am_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/am_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ar_ar_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/az_Cyrl_az_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/az_Lower.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/az_Title.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/az_Upper.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/be_be_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/bg_bg_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/blt_blt_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/byn_Ethi_byn_Latn_Tekie_Alibekit.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/byn_Ethi_byn_Latn_Xaleget.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ch_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ch_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ch_ch_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ch_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ch_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/chr_chr_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_FONIPA_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_FONIPA_ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_cs_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cs_ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/cy_cy_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/de_ASCII.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/dsb_dsb_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/dv_dv_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/el_Lower.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/el_Title.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/el_Upper.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/el_el_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/eo_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/eo_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/eo_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/eo_eo_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/eo_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_419_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_419_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_419_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_419_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_419_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_419_zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_es_419_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_es_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/es_zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/fa_fa_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/fa_fa_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/gz_Ethi_Sarb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ha_ha_NE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/he_he_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_hy_AREVMDA_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_hy_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/hy_hy_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ia_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ia_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ia_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ia_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ia_ia_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/it_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/it_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ja_Hrkt_ja_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ja_Latn_ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ja_Latn_ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ka_ka_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ka_ka_Latn_BGN_1981.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/kk_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/kk_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/kk_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/kk_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/kk_kk_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/kk_kk_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ko_ko_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ky_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ky_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ky_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ky_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ky_ky_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ky_ky_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/la_la_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/lt_Lower.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/lt_Title.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/lt_Upper.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/mk_mk_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/mn_mn_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/mn_mn_Latn_MNS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/my_Zawgyi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/my_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/my_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/my_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/my_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/my_my_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/my_my_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/nl_Title.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/nv_nv_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/pl_FONIPA_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/pl_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/pl_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/pl_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/pl_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/pl_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/pl_pl_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ps_ps_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_rm_FONIPA_SURSILV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ro_FONIPA_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ro_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ro_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ro_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ro_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ro_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ro_ro_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ru_Latn_ru_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ru_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ru_ru_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ru_zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sat_Olck_sat_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sat_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sat_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sat_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sat_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sgw_Ethi_Ethi_Gurage_2013.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/si_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/si_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/si_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/si_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/si_si_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/si_si_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sk_FONIPA_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sk_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sk_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sk_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sk_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sk_ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sk_sk_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/sr_sr_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ta_ta_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tk_Cyrl_tk_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tlh_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tlh_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tlh_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tlh_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tlh_tlh_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tr_Lower.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tr_Title.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/tr_Upper.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/ug_ug_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/uk_uk_Latn_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_und_FONXSAMP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/uz_Cyrl_uz_BGN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/uz_Cyrl_uz_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/vec_vec_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/xh_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/xh_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/xh_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/xh_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/xh_xh_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/yo_yo_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/zh_Latn_PINYIN_ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/zu_am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/zu_ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/zu_chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/zu_fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/translit/zu_zu_FONIPA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unidata/FractionalUCA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unidata/changes.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unidata/norm2/nfc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc_cf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unidata/ppucd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/agq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ak.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/as.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/asa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ast.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/az_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/az_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/az_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/az_Latn_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bem.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bez.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bgc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bho.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bn_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/br.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/brx.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bs_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bs_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bs_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/bs_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ccp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ce.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ceb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/cgg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ckb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/cv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/dav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/de_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/dje.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/doi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/dsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/dua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/dyo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/dz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ebu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_150.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_AG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_AI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_AU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_BB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_BM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_BS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_BW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_CC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_CK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_CX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_DG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_DM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_FJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_FK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_FM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_GD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_GG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_GI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_GY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_IE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_IM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_IO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_JE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_JM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_KI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_KN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_KY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_LC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_LS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_NZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_PG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_PN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_PW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_RH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_SZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_TC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_TK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_TO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_TT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_TV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_VC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_VG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_WS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_ZM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/en_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_419.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_AR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_CL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_CR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_CU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_DO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_GT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_HN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_MX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_NI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_PA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_PE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_PY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_SV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_UY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/es_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/eu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ewo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_Adlm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_Latn_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_Latn_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_Latn_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_Latn_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ff_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fil_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fr_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fr_HT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/fy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/gd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/gl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/gsw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/gu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/guz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/gv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ha.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/haw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/he_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/hi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/hsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ia.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/id_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ig.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/in_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/iw_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/jgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/jmc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/jv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kam.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kde.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kea.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kgp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/khq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ki.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kkj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kok.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ks.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ks_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ks_Arab_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ks_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ks_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ksb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ksf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ksh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ku.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/kw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lag.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lkt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lrc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/luo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/luy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mer.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mfe.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mni.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mni_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mni_Beng_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mni_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/mzn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/naq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nmg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nn_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nnh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/no_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/no_NO_NY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nus.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/nyn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/om.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/or.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/os.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pa_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pa_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pa_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pa_Guru_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pa_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pcm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ps.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ps_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_CV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_PT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_ST.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/pt_TL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/qu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/raj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/rm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/rn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ro_MD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/rof.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/rw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/rwk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sah.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/saq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sat.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sat_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sat_Olck.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sat_Olck_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sbp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sd_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sd_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sd_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sd_Deva_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sd_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sd_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/seh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ses.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sh_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sh_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sh_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/shi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/shi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/shi_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/shi_Tfng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/shi_Tfng_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/si.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/smn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/so.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Latn_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Latn_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Latn_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_Latn_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sr_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/su.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/su_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/su_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/su_Latn_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sv_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/sw_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/te.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/teo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/tg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ti.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/tk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/tl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/tl_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/to.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/tt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/twq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/tzm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ug.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/ur_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz_Arab_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz_Latn_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/uz_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/vai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/vai_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/vai_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/vai_Vaii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/vai_Vaii_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/vun.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/wae.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/wo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/xh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/xog.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yo_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yrl_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yrl_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yue_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yue_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yue_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yue_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/yue_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hans_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hans_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hans_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/unit/zu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/af.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/agq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ak.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/am.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ar.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ar_SA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ars.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/as.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/asa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ast.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/az.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/az_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/az_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/az_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/az_Latn_AZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/be.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bem.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bez.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bgc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bho.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/br.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/brx.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bs_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bs_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bs_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/bs_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ca.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ccp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ce.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ceb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/cgg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/chr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ckb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/cs.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/cv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/cy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/da.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/dav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/de.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/de_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/dje.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/doi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/dsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/dua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/dyo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/dz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ebu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ee.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/el.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_001.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_150.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_AE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_AG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_AI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_AT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_AU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_BB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_BE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_BM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_BS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_BW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_CC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_CK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_CX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_CY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_DE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_DG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_DK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_DM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_ER.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_FJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_FK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_FM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_GY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_IE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_IM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_IO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_JE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_JM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_KI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_KN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_KY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_LC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_LS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_NZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_PG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_PN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_PW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_RH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_RW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SB.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SD.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_SZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_TC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_TK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_TO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_TT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_TV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_TZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_UG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_VC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_VG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_VU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_WS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_ZA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_ZM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/en_ZW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/eo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_419.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_AR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_BR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_BZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_CL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_CR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_CU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_DO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_GT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_HN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_MX.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_NI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_PA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_PE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_PR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_PY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_SV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_US.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_UY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/es_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/et.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/eu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ewo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_Adlm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_Latn_CM.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_Latn_GN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_Latn_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_Latn_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_MR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ff_SN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fil.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fil_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fr_CA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fr_GF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/fy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ga.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/gd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/gl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/gsw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/gu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/guz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/gv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ha.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/haw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/he.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/he_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/hi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/hi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/hr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/hsb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/hu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/hy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ia.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/id.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/id_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ig.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/in.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/in_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/is.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/it.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/iw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/iw_IL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ja.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/jgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/jmc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/jv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ka.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kam.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kde.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kea.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kgp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/khq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ki.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kkj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/km.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ko.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ko_KP.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kok.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ks.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ks_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ks_Arab_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ks_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ks_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ksb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ksf.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ksh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ku.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/kw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ky.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lag.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lkt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ln.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lrc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/luo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/luy.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/lv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mas.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mer.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mfe.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mgo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ml.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mni.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mni_Beng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mni_Beng_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mni_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ms.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ms_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mua.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/my.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/mzn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/naq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nb.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ne.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ne_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nl_SR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nmg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nn_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nnh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/no.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/no_NO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/no_NO_NY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nus.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/nyn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/om.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/or.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/os.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pa_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pa_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pa_Guru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pa_Guru_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pa_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pa_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pcm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ps.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ps_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_AO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_CH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_CV.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_GQ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_GW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_LU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_MZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_PT.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_ST.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/pt_TL.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/qu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/qu_BO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/qu_EC.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/raj.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/rm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/rn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ro.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/rof.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ru.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/rw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/rwk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sa.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sah.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/saq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sat.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sat_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sat_Olck.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sat_Olck_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sbp.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sc.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sd.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sd_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sd_Arab_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sd_Deva.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sd_Deva_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sd_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sd_PK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/se.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/se_FI.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/seh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ses.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sh_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sh_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sh_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/shi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/shi_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/shi_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/shi_Tfng.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/shi_Tfng_MA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/si.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/smn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/so.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Latn_BA.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Latn_CS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Latn_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Latn_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_Latn_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_ME.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_RS.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_XK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sr_YU.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/su.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/su_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/su_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/su_Latn_ID.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sv.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sw.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/sw_KE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ta.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ta_MY.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ta_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/te.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/teo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tg.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/th.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ti.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tl_PH.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/to.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tt.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/twq.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tzdbNames.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/tzm.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ug.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uk.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ur.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/ur_IN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz_Arab.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz_Arab_AF.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz_Cyrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz_Latn_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/uz_UZ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/vai.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/vai_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/vai_Latn.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/vai_Vaii.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/vai_Vaii_LR.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/vi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/vun.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/wae.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/wo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/xh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/xog.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yav.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yi.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yo.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yo_BJ.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yrl.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yrl_CO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yrl_VE.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yue.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yue_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yue_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yue_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yue_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yue_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/yue_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zgh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_Hans.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_Hans_CN.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_Hans_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_Hant_HK.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_Hant_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_Hant_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_MO.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_SG.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zh_TW.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/data/zone/zu.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/scrptrun/srtest.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/uconv/makedata.mak
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/uconv/pkgdata.inc.in
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/uconv/resources/fr.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/uconv/resources/root.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/uconv/uconv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/uconv/unicode/uwmsg.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/extra/uconv/uwmsg.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/alphaindex.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/anytrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/anytrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/astro.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/astro.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/basictz.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/bocsu.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/bocsu.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/brktrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/brktrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/buddhcal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/buddhcal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/calendar.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/casetrn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/casetrn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/cecal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/cecal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/chnsecal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/chnsecal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/choicfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/coleitr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/coll.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collation.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collation.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationbuilder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationbuilder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationcompare.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationcompare.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdatareader.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdatareader.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdatawriter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationdatawriter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationfastlatin.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationfastlatin.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationfcd.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationfcd.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationiterator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationiterator.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationkeys.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationkeys.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationroot.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationroot.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationrootelements.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationrootelements.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationruleparser.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationruleparser.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationsets.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationsets.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationsettings.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationsettings.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationtailoring.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationtailoring.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationweights.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collationweights.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/collunsafe.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/compactdecimalformat.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/coptccal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/coptccal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/cpdtrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/cpdtrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csdetect.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csdetect.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csmatch.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csmatch.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csr2022.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csr2022.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrecog.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrecog.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrmbcs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrmbcs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrsbcs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrsbcs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrucode.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrucode.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrutf8.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/csrutf8.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/curramt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/currfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/currfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/currpinf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/currunit.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dangical.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dangical.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/datefmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dayperiodrules.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dayperiodrules.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dcfmtsym.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/decContext.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/decContext.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/decNumber.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/decNumber.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/decNumberLocal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/decimfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/displayoptions.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-diy-fp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-ieee.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion-utils.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/double-conversion.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dt_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dtfmtsym.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dtitv_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dtitvfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dtitvinf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dtptngen.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dtptngen_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/dtrule.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/erarules.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/erarules.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/esctrn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/esctrn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ethpccal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ethpccal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/fmtable.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/fmtable_cnv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/fmtableimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/format.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/formatted_string_builder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/formatted_string_builder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/formattedval_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/formattedval_iterimpl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/formattedval_sbimpl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/formattedvalue.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/fphdlimp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/fphdlimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/fpositer.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/funcrepl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/funcrepl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/gender.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/gregocal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/gregoimp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/gregoimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/hebrwcal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/hebrwcal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/i18n.rc
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/indiancal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/indiancal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/inputext.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/inputext.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/islamcal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/islamcal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/iso8601cal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/iso8601cal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/japancal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/japancal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/listformatter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/measfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/measunit.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/measunit_extra.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/measunit_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/measure.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/msgfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/msgfmt_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/name2uni.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/name2uni.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nfrlist.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nfrs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nfrs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nfrule.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nfrule.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nfsubs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nfsubs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nortrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nortrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nultrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/nultrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_affixutils.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_affixutils.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_asformat.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_asformat.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_capi.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_compact.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_compact.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_currencysymbols.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_currencysymbols.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_decimalquantity.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_decimalquantity.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_decimfmtprops.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_decimfmtprops.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_decnum.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_fluent.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_formatimpl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_formatimpl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_grouping.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_integerwidth.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_longnames.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_longnames.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_mapper.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_mapper.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_microprops.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_modifiers.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_modifiers.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_multiplier.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_multiplier.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_notation.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_output.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_padding.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_patternmodifier.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_patternmodifier.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_patternstring.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_patternstring.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_rounding.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_roundingutils.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_scientific.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_scientific.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_simple.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_skeletons.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_skeletons.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_symbolswrapper.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_types.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_usageprefs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_usageprefs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_utils.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_utils.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/number_utypes.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_affixes.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_affixes.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_compositions.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_compositions.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_currency.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_currency.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_decimal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_decimal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_parsednumber.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_scientific.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_scientific.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_symbols.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_symbols.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_types.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_utils.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_validators.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numparse_validators.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numrange_capi.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numrange_fluent.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numrange_impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numrange_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numsys.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/numsys_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/olsontz.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/olsontz.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/persncal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/persncal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/pluralranges.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/pluralranges.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/plurfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/plurrule.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/plurrule_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/quant.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/quant.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/quantityformatter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/quantityformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbnf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_data.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_pars.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_pars.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_rule.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_rule.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_set.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbt_set.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rbtz.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regexcmp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regexcmp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regexcst.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regexcst.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regeximp.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regeximp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regexst.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regexst.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regextxt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/regextxt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/region.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/region_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/reldatefmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/reldtfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/reldtfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rematch.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/remtrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/remtrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/repattrn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/rulebasedcollator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/scientificnumberformatter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/scriptset.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/scriptset.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/search.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/selfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/selfmtimpl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/sharedcalendar.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/shareddateformatsymbols.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/sharednumberformat.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/sharedpluralrules.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/simpletz.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/smpdtfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/smpdtfst.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/smpdtfst.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/sortkey.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/standardplural.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/standardplural.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/string_segment.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/string_segment.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/strmatch.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/strmatch.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/strrepl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/strrepl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/stsearch.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/taiwncal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/taiwncal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/timezone.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/titletrn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/titletrn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tmunit.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tmutamt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tmutfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tolowtrn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tolowtrn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/toupptrn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/toupptrn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/translit.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/transreg.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/transreg.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tridpars.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tridpars.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tzfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tzgnames.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tzgnames.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tznames.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tznames_impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tznames_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tzrule.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/tztrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucal.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucln_in.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucln_in.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucol.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucol_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucol_res.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucol_sit.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucoleitr.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ucsdet.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/udat.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/udateintervalformat.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/udatpg.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ufieldpositer.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ulistformatter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ulocdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/umsg.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/umsg_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unesctrn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unesctrn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uni2name.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uni2name.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/alphaindex.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/basictz.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/calendar.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/choicfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/coleitr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/coll.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/compactdecimalformat.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/curramt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/currpinf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/currunit.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/datefmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/dcfmtsym.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/decimfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/displayoptions.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/dtfmtsym.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/dtitvfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/dtitvinf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/dtptngen.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/dtrule.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/fieldpos.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/fmtable.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/format.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/formattednumber.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/formattedvalue.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/fpositer.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/gender.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/gregocal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/listformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/measfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/measunit.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/measure.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/msgfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/nounit.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/numberformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/numberrangeformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/numfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/numsys.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/plurfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/plurrule.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/rbnf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/rbtz.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/regex.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/region.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/reldatefmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/scientificnumberformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/search.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/selfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/simplenumberformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/simpletz.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/smpdtfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/sortkey.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/stsearch.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tblcoll.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/timezone.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tmunit.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tmutamt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tmutfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/translit.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tzfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tznames.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tzrule.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/tztrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ucal.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ucol.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ucoleitr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ucsdet.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/udat.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/udateintervalformat.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/udatpg.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/udisplayoptions.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ufieldpositer.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/uformattable.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/uformattednumber.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/uformattedvalue.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ugender.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ulistformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ulocdata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/umsg.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/unirepl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/unum.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/unumberformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/unumberoptions.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/unumberrangeformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/unumsys.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/upluralrules.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/uregex.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/uregion.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/ureldatefmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/usearch.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/usimplenumberformatter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/uspoof.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/utmscale.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/utrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unicode/vtzone.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_complexconverter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_complexconverter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_converter.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_converter.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_data.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_data.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_router.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/units_router.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unum.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/unumsys.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/upluralrules.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uregex.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uregexc.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uregion.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/usearch.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uspoof.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uspoof_build.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uspoof_conf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uspoof_conf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uspoof_impl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/uspoof_impl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/usrchimp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/utmscale.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/utrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/vtzone.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/vzone.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/vzone.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/windtfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/windtfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/winnmfmt.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/winnmfmt.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/wintzimpl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/wintzimpl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/zonemeta.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/zonemeta.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/zrule.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/zrule.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ztrans.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/i18n/ztrans.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/icudefs.mk.in
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/io.rc
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/locbund.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/locbund.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/sprintf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/sscanf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ucln_io.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ucln_io.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ufile.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ufile.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ufmt_cmn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ufmt_cmn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/unicode/ustdio.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/unicode/ustream.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/uprintf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/uprintf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/uprntf_p.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/uscanf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/uscanf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/uscanf_p.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ustdio.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/io/ustream.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/python/icutools/databuilder/filtration_schema.json
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/stubdata/stubdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/stubdata/stubdata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/ctest.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/datamap.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/testdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/tstdtmod.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/ucln_ct.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/ctest.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/datamap.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testdata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testlog.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testtype.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/tstdtmod.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/uperf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/utimer.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/ctestfw/uperf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/escapesrc/escapesrc.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/escapesrc/expect-simple.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/escapesrc/tblgen.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/escapesrc/test-nochange.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/escapesrc/test-simple.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genbrk/genbrk.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genccode/genccode.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gencfu/gencfu.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gencmn/gencmn.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gencnval/gencnval.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gencolusb/extract_unsafe_backwards.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gencolusb/verify_uset.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gendict/gendict.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gennorm2/extradata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gennorm2/extradata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gennorm2/gennorm2.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gennorm2/norms.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gennorm2/norms.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/derb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/errmsg.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/errmsg.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/filterrb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/filterrb.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/genrb.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/genrb.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/parse.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/parse.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/rbutil.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/rbutil.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/read.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/read.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/reslist.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/reslist.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/rle.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/rle.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/ustr.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/ustr.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/wrtjava.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/genrb/wrtxml.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gensprep/store.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gentest/genres32.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gentest/gentest.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/gentest/gentest.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/icuexportdata/icuexportdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/icuinfo/icuinfo.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/icuinfo/icuplugins_windows_sample.txt
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/icuinfo/testplug.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/icupkg/icupkg.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/icuswap/icuswap.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/makeconv/gencnvex.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/makeconv/ucnvstat.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/pkgdata/pkgdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.c
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/filetools.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/filetools.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/package.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/package.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkg_imp.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/pkgitems.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ucln_tu.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ucm.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ucm.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/ucmstate.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/uparse.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/uparse.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.h
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/tzcode/icuregions
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/tzcode/icuzdump.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/tzcode/icuzones
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.cpp
ORIGIN: http://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.h
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/brkitr/ja.txt
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/brkitr/root.txt
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/brkitr/zh.txt
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/brkitr/zh_Hant.txt
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/coll/de_.txt
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/coll/de__PHONEBOOK.txt
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/coll/es_.txt
ORIGIN: http://www.unicode.org/copyright.html#License referenced by ../../../flutter/third_party/icu/source/data/coll/es__TRADITIONAL.txt
ORIGIN: http://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/web_unicode/properties/LineBreak.txt
ORIGIN: http://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/web_unicode/properties/WordBreakProperty.txt
ORIGIN: https://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/emojiprops.cpp
ORIGIN: https://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/icu/source/common/emojiprops.h
ORIGIN: https://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/web_unicode/lib/web_unicode/codegen/line_break_properties.dart
ORIGIN: https://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/web_unicode/lib/web_unicode/codegen/word_break_properties.dart
ORIGIN: https://www.unicode.org/copyright.html referenced by ../../../flutter/third_party/web_unicode/tool/unicode_sync_script.dart
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/harfbuzz/src/hb-unicode-emoji-table.hh
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/CaseFolding.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/DerivedCoreProperties.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/DerivedNormalizationProps.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/NormalizationCorrections.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/NormalizationTest.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/SpecialCasing.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/UCARules.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/confusables.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/emoji-sequences.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/emoji-zwj-sequences.txt
ORIGIN: https://www.unicode.org/terms_of_use.html referenced by ../../../flutter/third_party/icu/source/data/unidata/norm2/uts46.txt
TYPE: LicenseType.unicode
FILE: ../../../flutter/third_party/harfbuzz/src/hb-unicode-emoji-table.hh
FILE: ../../../flutter/third_party/icu/APIChangeReport.html
FILE: ../../../flutter/third_party/icu/source/Doxyfile.in
FILE: ../../../flutter/third_party/icu/source/common/appendable.cpp
FILE: ../../../flutter/third_party/icu/source/common/bmpset.cpp
FILE: ../../../flutter/third_party/icu/source/common/bmpset.h
FILE: ../../../flutter/third_party/icu/source/common/brkeng.cpp
FILE: ../../../flutter/third_party/icu/source/common/brkeng.h
FILE: ../../../flutter/third_party/icu/source/common/brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/bytesinkutil.cpp
FILE: ../../../flutter/third_party/icu/source/common/bytesinkutil.h
FILE: ../../../flutter/third_party/icu/source/common/bytestream.cpp
FILE: ../../../flutter/third_party/icu/source/common/bytestrie.cpp
FILE: ../../../flutter/third_party/icu/source/common/bytestriebuilder.cpp
FILE: ../../../flutter/third_party/icu/source/common/bytestrieiterator.cpp
FILE: ../../../flutter/third_party/icu/source/common/caniter.cpp
FILE: ../../../flutter/third_party/icu/source/common/capi_helper.h
FILE: ../../../flutter/third_party/icu/source/common/characterproperties.cpp
FILE: ../../../flutter/third_party/icu/source/common/chariter.cpp
FILE: ../../../flutter/third_party/icu/source/common/charstr.cpp
FILE: ../../../flutter/third_party/icu/source/common/charstr.h
FILE: ../../../flutter/third_party/icu/source/common/charstrmap.h
FILE: ../../../flutter/third_party/icu/source/common/cmemory.cpp
FILE: ../../../flutter/third_party/icu/source/common/cmemory.h
FILE: ../../../flutter/third_party/icu/source/common/common.rc
FILE: ../../../flutter/third_party/icu/source/common/cpputils.h
FILE: ../../../flutter/third_party/icu/source/common/cstr.cpp
FILE: ../../../flutter/third_party/icu/source/common/cstr.h
FILE: ../../../flutter/third_party/icu/source/common/cstring.cpp
FILE: ../../../flutter/third_party/icu/source/common/cstring.h
FILE: ../../../flutter/third_party/icu/source/common/cwchar.cpp
FILE: ../../../flutter/third_party/icu/source/common/cwchar.h
FILE: ../../../flutter/third_party/icu/source/common/dictbe.cpp
FILE: ../../../flutter/third_party/icu/source/common/dictbe.h
FILE: ../../../flutter/third_party/icu/source/common/dictionarydata.cpp
FILE: ../../../flutter/third_party/icu/source/common/dictionarydata.h
FILE: ../../../flutter/third_party/icu/source/common/dtintrv.cpp
FILE: ../../../flutter/third_party/icu/source/common/edits.cpp
FILE: ../../../flutter/third_party/icu/source/common/emojiprops.cpp
FILE: ../../../flutter/third_party/icu/source/common/emojiprops.h
FILE: ../../../flutter/third_party/icu/source/common/errorcode.cpp
FILE: ../../../flutter/third_party/icu/source/common/filteredbrk.cpp
FILE: ../../../flutter/third_party/icu/source/common/filterednormalizer2.cpp
FILE: ../../../flutter/third_party/icu/source/common/hash.h
FILE: ../../../flutter/third_party/icu/source/common/icudataver.cpp
FILE: ../../../flutter/third_party/icu/source/common/icuplug.cpp
FILE: ../../../flutter/third_party/icu/source/common/icuplugimp.h
FILE: ../../../flutter/third_party/icu/source/common/loadednormalizer2impl.cpp
FILE: ../../../flutter/third_party/icu/source/common/localebuilder.cpp
FILE: ../../../flutter/third_party/icu/source/common/localefallback_data.h
FILE: ../../../flutter/third_party/icu/source/common/localematcher.cpp
FILE: ../../../flutter/third_party/icu/source/common/localeprioritylist.cpp
FILE: ../../../flutter/third_party/icu/source/common/localeprioritylist.h
FILE: ../../../flutter/third_party/icu/source/common/localsvc.h
FILE: ../../../flutter/third_party/icu/source/common/locavailable.cpp
FILE: ../../../flutter/third_party/icu/source/common/locbased.cpp
FILE: ../../../flutter/third_party/icu/source/common/locbased.h
FILE: ../../../flutter/third_party/icu/source/common/locdispnames.cpp
FILE: ../../../flutter/third_party/icu/source/common/locdistance.cpp
FILE: ../../../flutter/third_party/icu/source/common/locdistance.h
FILE: ../../../flutter/third_party/icu/source/common/locdspnm.cpp
FILE: ../../../flutter/third_party/icu/source/common/locid.cpp
FILE: ../../../flutter/third_party/icu/source/common/loclikely.cpp
FILE: ../../../flutter/third_party/icu/source/common/loclikelysubtags.cpp
FILE: ../../../flutter/third_party/icu/source/common/loclikelysubtags.h
FILE: ../../../flutter/third_party/icu/source/common/locmap.cpp
FILE: ../../../flutter/third_party/icu/source/common/locmap.h
FILE: ../../../flutter/third_party/icu/source/common/locresdata.cpp
FILE: ../../../flutter/third_party/icu/source/common/locutil.cpp
FILE: ../../../flutter/third_party/icu/source/common/locutil.h
FILE: ../../../flutter/third_party/icu/source/common/lsr.cpp
FILE: ../../../flutter/third_party/icu/source/common/lsr.h
FILE: ../../../flutter/third_party/icu/source/common/lstmbe.cpp
FILE: ../../../flutter/third_party/icu/source/common/lstmbe.h
FILE: ../../../flutter/third_party/icu/source/common/messageimpl.h
FILE: ../../../flutter/third_party/icu/source/common/messagepattern.cpp
FILE: ../../../flutter/third_party/icu/source/common/mlbe.cpp
FILE: ../../../flutter/third_party/icu/source/common/mlbe.h
FILE: ../../../flutter/third_party/icu/source/common/msvcres.h
FILE: ../../../flutter/third_party/icu/source/common/mutex.h
FILE: ../../../flutter/third_party/icu/source/common/norm2_nfc_data.h
FILE: ../../../flutter/third_party/icu/source/common/norm2allmodes.h
FILE: ../../../flutter/third_party/icu/source/common/normalizer2.cpp
FILE: ../../../flutter/third_party/icu/source/common/normalizer2impl.cpp
FILE: ../../../flutter/third_party/icu/source/common/normalizer2impl.h
FILE: ../../../flutter/third_party/icu/source/common/normlzr.cpp
FILE: ../../../flutter/third_party/icu/source/common/parsepos.cpp
FILE: ../../../flutter/third_party/icu/source/common/patternprops.cpp
FILE: ../../../flutter/third_party/icu/source/common/patternprops.h
FILE: ../../../flutter/third_party/icu/source/common/pluralmap.cpp
FILE: ../../../flutter/third_party/icu/source/common/pluralmap.h
FILE: ../../../flutter/third_party/icu/source/common/propname.cpp
FILE: ../../../flutter/third_party/icu/source/common/propname.h
FILE: ../../../flutter/third_party/icu/source/common/propname_data.h
FILE: ../../../flutter/third_party/icu/source/common/propsvec.cpp
FILE: ../../../flutter/third_party/icu/source/common/propsvec.h
FILE: ../../../flutter/third_party/icu/source/common/punycode.cpp
FILE: ../../../flutter/third_party/icu/source/common/punycode.h
FILE: ../../../flutter/third_party/icu/source/common/putil.cpp
FILE: ../../../flutter/third_party/icu/source/common/putilimp.h
FILE: ../../../flutter/third_party/icu/source/common/rbbi.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbi_cache.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbi_cache.h
FILE: ../../../flutter/third_party/icu/source/common/rbbidata.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbidata.h
FILE: ../../../flutter/third_party/icu/source/common/rbbinode.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbinode.h
FILE: ../../../flutter/third_party/icu/source/common/rbbirb.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbirb.h
FILE: ../../../flutter/third_party/icu/source/common/rbbirpt.h
FILE: ../../../flutter/third_party/icu/source/common/rbbirpt.txt
FILE: ../../../flutter/third_party/icu/source/common/rbbiscan.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbiscan.h
FILE: ../../../flutter/third_party/icu/source/common/rbbisetb.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbisetb.h
FILE: ../../../flutter/third_party/icu/source/common/rbbistbl.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbitblb.cpp
FILE: ../../../flutter/third_party/icu/source/common/rbbitblb.h
FILE: ../../../flutter/third_party/icu/source/common/resbund.cpp
FILE: ../../../flutter/third_party/icu/source/common/resbund_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/resource.cpp
FILE: ../../../flutter/third_party/icu/source/common/resource.h
FILE: ../../../flutter/third_party/icu/source/common/restrace.cpp
FILE: ../../../flutter/third_party/icu/source/common/restrace.h
FILE: ../../../flutter/third_party/icu/source/common/ruleiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ruleiter.h
FILE: ../../../flutter/third_party/icu/source/common/schriter.cpp
FILE: ../../../flutter/third_party/icu/source/common/serv.cpp
FILE: ../../../flutter/third_party/icu/source/common/serv.h
FILE: ../../../flutter/third_party/icu/source/common/servlk.cpp
FILE: ../../../flutter/third_party/icu/source/common/servlkf.cpp
FILE: ../../../flutter/third_party/icu/source/common/servloc.h
FILE: ../../../flutter/third_party/icu/source/common/servls.cpp
FILE: ../../../flutter/third_party/icu/source/common/servnotf.cpp
FILE: ../../../flutter/third_party/icu/source/common/servnotf.h
FILE: ../../../flutter/third_party/icu/source/common/servrbf.cpp
FILE: ../../../flutter/third_party/icu/source/common/servslkf.cpp
FILE: ../../../flutter/third_party/icu/source/common/sharedobject.cpp
FILE: ../../../flutter/third_party/icu/source/common/sharedobject.h
FILE: ../../../flutter/third_party/icu/source/common/simpleformatter.cpp
FILE: ../../../flutter/third_party/icu/source/common/sprpimpl.h
FILE: ../../../flutter/third_party/icu/source/common/static_unicode_sets.cpp
FILE: ../../../flutter/third_party/icu/source/common/static_unicode_sets.h
FILE: ../../../flutter/third_party/icu/source/common/stringpiece.cpp
FILE: ../../../flutter/third_party/icu/source/common/stringtriebuilder.cpp
FILE: ../../../flutter/third_party/icu/source/common/uarrsort.cpp
FILE: ../../../flutter/third_party/icu/source/common/uarrsort.h
FILE: ../../../flutter/third_party/icu/source/common/uassert.h
FILE: ../../../flutter/third_party/icu/source/common/ubidi.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubidi_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubidi_props.h
FILE: ../../../flutter/third_party/icu/source/common/ubidi_props_data.h
FILE: ../../../flutter/third_party/icu/source/common/ubidiimp.h
FILE: ../../../flutter/third_party/icu/source/common/ubidiln.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubiditransform.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubidiwrt.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubrk.cpp
FILE: ../../../flutter/third_party/icu/source/common/ubrkimpl.h
FILE: ../../../flutter/third_party/icu/source/common/ucase.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucase.h
FILE: ../../../flutter/third_party/icu/source/common/ucase_props_data.h
FILE: ../../../flutter/third_party/icu/source/common/ucasemap.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucasemap_imp.h
FILE: ../../../flutter/third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucat.cpp
FILE: ../../../flutter/third_party/icu/source/common/uchar.cpp
FILE: ../../../flutter/third_party/icu/source/common/uchar_props_data.h
FILE: ../../../flutter/third_party/icu/source/common/ucharstrie.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucharstriebuilder.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucharstrieiterator.cpp
FILE: ../../../flutter/third_party/icu/source/common/uchriter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucln.h
FILE: ../../../flutter/third_party/icu/source/common/ucln_cmn.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucln_cmn.h
FILE: ../../../flutter/third_party/icu/source/common/ucln_imp.h
FILE: ../../../flutter/third_party/icu/source/common/ucmndata.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucmndata.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv2022.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_bld.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_bld.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_cb.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_cnv.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_ct.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_err.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_ext.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_ext.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_imp.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_io.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_io.h
FILE: ../../../flutter/third_party/icu/source/common/ucnv_lmb.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_set.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u16.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u32.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u7.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnv_u8.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvbocu.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvdisp.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvhz.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvisci.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvlat1.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvmbcs.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvmbcs.h
FILE: ../../../flutter/third_party/icu/source/common/ucnvscsu.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucnvsel.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucol_data.h
FILE: ../../../flutter/third_party/icu/source/common/ucol_swp.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucol_swp.h
FILE: ../../../flutter/third_party/icu/source/common/ucptrie.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucptrie_impl.h
FILE: ../../../flutter/third_party/icu/source/common/ucurr.cpp
FILE: ../../../flutter/third_party/icu/source/common/ucurrimp.h
FILE: ../../../flutter/third_party/icu/source/common/udata.cpp
FILE: ../../../flutter/third_party/icu/source/common/udatamem.cpp
FILE: ../../../flutter/third_party/icu/source/common/udatamem.h
FILE: ../../../flutter/third_party/icu/source/common/udataswp.cpp
FILE: ../../../flutter/third_party/icu/source/common/udataswp.h
FILE: ../../../flutter/third_party/icu/source/common/uelement.h
FILE: ../../../flutter/third_party/icu/source/common/uenum.cpp
FILE: ../../../flutter/third_party/icu/source/common/uenumimp.h
FILE: ../../../flutter/third_party/icu/source/common/uhash.cpp
FILE: ../../../flutter/third_party/icu/source/common/uhash.h
FILE: ../../../flutter/third_party/icu/source/common/uhash_us.cpp
FILE: ../../../flutter/third_party/icu/source/common/uidna.cpp
FILE: ../../../flutter/third_party/icu/source/common/uinit.cpp
FILE: ../../../flutter/third_party/icu/source/common/uinvchar.cpp
FILE: ../../../flutter/third_party/icu/source/common/uinvchar.h
FILE: ../../../flutter/third_party/icu/source/common/uiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ulayout_props.h
FILE: ../../../flutter/third_party/icu/source/common/ulist.cpp
FILE: ../../../flutter/third_party/icu/source/common/ulist.h
FILE: ../../../flutter/third_party/icu/source/common/uloc.cpp
FILE: ../../../flutter/third_party/icu/source/common/uloc_keytype.cpp
FILE: ../../../flutter/third_party/icu/source/common/uloc_tag.cpp
FILE: ../../../flutter/third_party/icu/source/common/ulocimp.h
FILE: ../../../flutter/third_party/icu/source/common/umapfile.cpp
FILE: ../../../flutter/third_party/icu/source/common/umapfile.h
FILE: ../../../flutter/third_party/icu/source/common/umath.cpp
FILE: ../../../flutter/third_party/icu/source/common/umutablecptrie.cpp
FILE: ../../../flutter/third_party/icu/source/common/umutex.cpp
FILE: ../../../flutter/third_party/icu/source/common/umutex.h
FILE: ../../../flutter/third_party/icu/source/common/unames.cpp
FILE: ../../../flutter/third_party/icu/source/common/unicode/appendable.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/brkiter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/bytestream.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/bytestrie.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/bytestriebuilder.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/caniter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/casemap.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/char16ptr.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/chariter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/dbbi.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/docmain.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/dtintrv.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/edits.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/enumset.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/errorcode.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/filteredbrk.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/icudataver.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/icuplug.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/idna.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/localebuilder.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/localematcher.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/localpointer.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/locdspnm.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/locid.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/messagepattern.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/normalizer2.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/normlzr.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/parseerr.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/parsepos.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/platform.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ptypes.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/putil.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/rbbi.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/rep.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/resbund.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/schriter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/simpleformatter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/std_string.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/strenum.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/stringoptions.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/stringpiece.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/stringtriebuilder.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/symtable.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ubidi.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ubiditransform.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ubrk.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucasemap.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucat.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uchar.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucharstrie.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucharstriebuilder.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uchriter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uclean.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnv.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnv_cb.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnv_err.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucnvsel.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uconfig.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucpmap.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucptrie.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ucurr.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/udata.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/udisplaycontext.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uenum.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uidna.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uiter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uldnames.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uloc.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/umachine.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/umisc.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/umutablecptrie.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/unifilt.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/unifunct.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/unimatch.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uniset.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/unistr.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/unorm.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/unorm2.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uobject.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/urename.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/urep.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ures.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uscript.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uset.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/usetiter.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ushape.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/usprep.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ustring.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/ustringtrie.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utext.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf16.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf32.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf8.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utf_old.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utrace.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/utypes.h
FILE: ../../../flutter/third_party/icu/source/common/unicode/uversion.h
FILE: ../../../flutter/third_party/icu/source/common/unifiedcache.cpp
FILE: ../../../flutter/third_party/icu/source/common/unifiedcache.h
FILE: ../../../flutter/third_party/icu/source/common/unifilt.cpp
FILE: ../../../flutter/third_party/icu/source/common/unifunct.cpp
FILE: ../../../flutter/third_party/icu/source/common/uniquecharstr.h
FILE: ../../../flutter/third_party/icu/source/common/uniset.cpp
FILE: ../../../flutter/third_party/icu/source/common/uniset_closure.cpp
FILE: ../../../flutter/third_party/icu/source/common/uniset_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/unisetspan.cpp
FILE: ../../../flutter/third_party/icu/source/common/unisetspan.h
FILE: ../../../flutter/third_party/icu/source/common/unistr.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_case.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_case_locale.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistr_titlecase_brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/unistrappender.h
FILE: ../../../flutter/third_party/icu/source/common/unorm.cpp
FILE: ../../../flutter/third_party/icu/source/common/unormcmp.cpp
FILE: ../../../flutter/third_party/icu/source/common/unormimp.h
FILE: ../../../flutter/third_party/icu/source/common/uobject.cpp
FILE: ../../../flutter/third_party/icu/source/common/uposixdefs.h
FILE: ../../../flutter/third_party/icu/source/common/uprops.cpp
FILE: ../../../flutter/third_party/icu/source/common/uprops.h
FILE: ../../../flutter/third_party/icu/source/common/ures_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/uresbund.cpp
FILE: ../../../flutter/third_party/icu/source/common/uresdata.cpp
FILE: ../../../flutter/third_party/icu/source/common/uresdata.h
FILE: ../../../flutter/third_party/icu/source/common/uresimp.h
FILE: ../../../flutter/third_party/icu/source/common/ureslocs.h
FILE: ../../../flutter/third_party/icu/source/common/usc_impl.cpp
FILE: ../../../flutter/third_party/icu/source/common/usc_impl.h
FILE: ../../../flutter/third_party/icu/source/common/uscript.cpp
FILE: ../../../flutter/third_party/icu/source/common/uscript_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/uset.cpp
FILE: ../../../flutter/third_party/icu/source/common/uset_imp.h
FILE: ../../../flutter/third_party/icu/source/common/uset_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/usetiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ushape.cpp
FILE: ../../../flutter/third_party/icu/source/common/usprep.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustack.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustr_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustr_cnv.h
FILE: ../../../flutter/third_party/icu/source/common/ustr_imp.h
FILE: ../../../flutter/third_party/icu/source/common/ustr_titlecase_brkiter.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustr_wcs.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrcase.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrcase_locale.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrenum.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrenum.h
FILE: ../../../flutter/third_party/icu/source/common/ustrfmt.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrfmt.h
FILE: ../../../flutter/third_party/icu/source/common/ustring.cpp
FILE: ../../../flutter/third_party/icu/source/common/ustrtrns.cpp
FILE: ../../../flutter/third_party/icu/source/common/utext.cpp
FILE: ../../../flutter/third_party/icu/source/common/utf_impl.cpp
FILE: ../../../flutter/third_party/icu/source/common/util.cpp
FILE: ../../../flutter/third_party/icu/source/common/util.h
FILE: ../../../flutter/third_party/icu/source/common/util_props.cpp
FILE: ../../../flutter/third_party/icu/source/common/utrace.cpp
FILE: ../../../flutter/third_party/icu/source/common/utracimp.h
FILE: ../../../flutter/third_party/icu/source/common/utrie.cpp
FILE: ../../../flutter/third_party/icu/source/common/utrie.h
FILE: ../../../flutter/third_party/icu/source/common/utrie2.cpp
FILE: ../../../flutter/third_party/icu/source/common/utrie2.h
FILE: ../../../flutter/third_party/icu/source/common/utrie2_builder.cpp
FILE: ../../../flutter/third_party/icu/source/common/utrie2_impl.h
FILE: ../../../flutter/third_party/icu/source/common/utrie_swap.cpp
FILE: ../../../flutter/third_party/icu/source/common/uts46.cpp
FILE: ../../../flutter/third_party/icu/source/common/utypeinfo.h
FILE: ../../../flutter/third_party/icu/source/common/utypes.cpp
FILE: ../../../flutter/third_party/icu/source/common/uvector.cpp
FILE: ../../../flutter/third_party/icu/source/common/uvector.h
FILE: ../../../flutter/third_party/icu/source/common/uvectr32.cpp
FILE: ../../../flutter/third_party/icu/source/common/uvectr32.h
FILE: ../../../flutter/third_party/icu/source/common/uvectr64.cpp
FILE: ../../../flutter/third_party/icu/source/common/uvectr64.h
FILE: ../../../flutter/third_party/icu/source/common/wintz.cpp
FILE: ../../../flutter/third_party/icu/source/common/wintz.h
FILE: ../../../flutter/third_party/icu/source/data/brkitr/adaboost/jaml.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/de.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/dictionaries/thaidict.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/el.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/en.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/en_US.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/en_US_POSIX.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/es.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/it.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_codepoints_exclusive_model4_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_codepoints_exclusive_model5_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_codepoints_exclusive_model7_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_graphclust_model4_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_graphclust_model5_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Burmese_graphclust_model7_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_codepoints_exclusive_model4_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_codepoints_exclusive_model5_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_codepoints_exclusive_model7_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_graphclust_model4_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_graphclust_model5_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/lstm/Thai_graphclust_model7_heavy.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/root.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/char.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_loose_phrase_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_normal_phrase_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/line_phrase_cj.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/sent.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/sent_el.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/title.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/word.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_POSIX.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/rules/word_fi_sv.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/brkitr/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/cldr-icu-readme.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/af.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/am.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/as.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/az.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/be.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/bn.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/bo.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/br.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/bs_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ceb.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/da.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/de.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/de_.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/de_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/de__PHONEBOOK.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/dsb.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/dz.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/el.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/en.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/en_US.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/en_US_POSIX.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/es.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/es_.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/es__TRADITIONAL.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/et.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fa_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ff_Adlm.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fr_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/fy.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/gl.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/gu.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ha.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/haw.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/he.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/he_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/hsb.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/id.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/id_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ig.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/in.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/in_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/is.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/it.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/iw_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/km.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/kn.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/kok.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ku.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/lkt.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ln.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ml.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/mn.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/mo.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/mr.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/my.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/nb_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/no.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/no_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/om.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/or.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/pa.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/pa_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/pa_Guru_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/pa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ps.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/root.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sa.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/se.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sh_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sh_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sh_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/si.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/smn.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_Cyrl_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_Latn_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sr_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/te.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/th.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/tk.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/to.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ug.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/ur.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/uz.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/wae.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/wo.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/xh.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/yi.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/yo.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/yue_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/yue_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/yue_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_Hans_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/coll/zu.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/af.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/af_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/agq.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ak.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/am.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_AE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_DJ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_KM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_LB.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_SO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ar_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/as.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/asa.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ast.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/az.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/az_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/az_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/az_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/az_Latn_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bas.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/be.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bem.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bez.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bgc.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bho.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bm.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bn_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bo_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/br.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/brx.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bs_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bs_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bs_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/bs_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ca_FR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ccp.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ce.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ceb.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/cgg.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ckb.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/cv.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/da.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/dav.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/de.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/de_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/de_LI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/de_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/dje.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/doi.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/dsb.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/dua.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/dyo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/dz.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ebu.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/el.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_001.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_150.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_AE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_AG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_AI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_AU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_BB.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_BI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_BM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_BS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_BW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_CC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_CK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_CX.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_DG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_DM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_FJ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_FK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_FM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_GD.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_GG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_GI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_GY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_IE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_IM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_IO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_JE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_JM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_KI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_KN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_KY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_LC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_LS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MT.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MV.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NF.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_NZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_PG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_PN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_PW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_RH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SB.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SD.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_SZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_TC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_TK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_TO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_TT.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_TV.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_VC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_VG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_WS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_ZM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/en_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_419.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_AR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_CL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_CR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_CU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_DO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_GT.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_HN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_MX.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_NI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_PA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_PE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_PY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_SV.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_US.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_UY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/es_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/et.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/eu.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ewo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fa_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_BF.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Adlm_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_Latn_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ff_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fil_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fo_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_BI.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_DJ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_DZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_HT.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_KM.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_SY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_TN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fr_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fur.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/fy.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/gd.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/gl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/gsw.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/gu.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/guz.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/gv.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ha.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ha_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/haw.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/he.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/he_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/hi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/hr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/hsb.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ia.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/id.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/id_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ig.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ii.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/in.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/in_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/is.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/it.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/iw_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/jgo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/jmc.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/jv.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kab.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kam.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kde.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kea.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kgp.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/khq.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ki.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kkj.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kln.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/km.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kok.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ks.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ks_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ks_Arab_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ks_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ks_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ksb.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ksf.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ksh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ku.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/kw.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lag.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lg.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lkt.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ln.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ln_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lrc.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lu.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/luo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/luy.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mai.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mas.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mas_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mer.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mfe.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mg.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mgh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mgo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mi.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ml.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mni.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mni_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mni_Beng_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mni_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mr.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ms_BN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ms_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ms_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mua.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/my.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/mzn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/naq.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nd.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nl_AW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nl_BQ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nl_CW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nl_SR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nl_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nmg.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nn_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nnh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/no.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/no_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/no_NO_NY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nus.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/nyn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/om.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/om_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/or.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/os.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/os_RU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pa.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pa_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pa_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pa_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pa_Guru_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pa_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pcm.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ps.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ps_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_CV.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_PT.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_ST.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/pt_TL.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/qu.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/qu_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/qu_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/raj.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/rm.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/rn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ro_MD.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/rof.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/root.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ru_BY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ru_KG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ru_KZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ru_MD.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/rw.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/rwk.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sa.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sah.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/saq.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sat.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sat_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sat_Olck.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sat_Olck_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sbp.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sc.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sd.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sd_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sd_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sd_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sd_Deva_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sd_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sd_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/se.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/se_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/seh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ses.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sg.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sh_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sh_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sh_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/shi.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/shi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/shi_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/shi_Tfng.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/shi_Tfng_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/si.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/smn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/so.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/so_DJ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/so_ET.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/so_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sq_MK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Cyrl_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Latn_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Latn_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Latn_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_Latn_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sr_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/su.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/su_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/su_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/su_Latn_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/supplementalData.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sw_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sw_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/sw_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ta_LK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ta_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ta_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/te.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/teo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/teo_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/tg.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/th.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ti.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ti_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/tk.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/tl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/tl_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/to.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/tt.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/twq.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/tzm.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ug.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ur.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/ur_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz_Arab_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz_Latn_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/uz_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/vai.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/vai_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/vai_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/vai_Vaii.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/vai_Vaii_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/vun.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/wae.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/wo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/xh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/xog.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yav.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yi.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yo.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yo_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yrl.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yrl_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yrl_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yue_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yue_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yue_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yue_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/yue_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zgh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hans_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hans_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hans_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/curr/zu.txt
FILE: ../../../flutter/third_party/icu/source/data/icu4j-readme.txt
FILE: ../../../flutter/third_party/icu/source/data/icupkg.inc.in
FILE: ../../../flutter/third_party/icu/source/data/lang/af.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/agq.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ak.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/am.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ar_EG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ar_LY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/as.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/asa.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ast.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ay.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/az.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/az_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/az_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/az_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/az_Latn_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bas.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/be.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bem.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bez.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bgc.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bho.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bm.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bn_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/br.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/brx.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bs_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bs_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bs_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/bs_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ccp.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ce.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ceb.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/cgg.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ckb.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/cv.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/da.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/dav.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/de.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/de_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/de_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/dje.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/doi.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/dsb.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/dua.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/dv.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/dyo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/dz.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ebu.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/el.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_001.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_150.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_AG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_AI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_AU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_BB.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_BM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_BS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_BW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_CC.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_CK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_CX.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_DG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_DM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_FJ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_FK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_FM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_GD.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_GG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_GI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_GY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_IE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_IM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_IO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_JE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_JM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_KI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_KN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_KY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_LC.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_LS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MT.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MV.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NF.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_NZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_PG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_PN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_PW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_RH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SB.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SD.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_SZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_TC.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_TK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_TO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_TT.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_TV.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_VC.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_VG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_WS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_ZM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/en_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_419.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_AR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_CL.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_CR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_CU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_DO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_GT.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_HN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_MX.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_NI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_PA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_PE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_PY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_SV.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_US.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_UY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/es_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/et.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/eu.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ewo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fa_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_Adlm.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_Latn_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_Latn_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_Latn_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_Latn_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ff_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fil_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fr_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fr_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fr_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fur.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/fy.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/gd.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/gl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/gsw.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/gu.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/guz.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/gv.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ha.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ha_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/haw.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/he.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/he_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/hi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/hsb.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ia.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/id.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/id_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ig.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ii.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ilo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/in.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/in_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/is.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/it.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/iw_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/jgo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/jmc.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/jv.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kab.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kam.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kde.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kea.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kgp.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/khq.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ki.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kkj.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kln.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/km.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kok.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ks.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ks_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ks_Arab_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ks_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ks_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ksb.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ksf.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ksh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/kw.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lag.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lg.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lkt.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ln.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lrc.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lu.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/luo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lus.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/luy.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mai.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mas.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mer.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mfe.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mg.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mgh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mgo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mi.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ml.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mni.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mni_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mni_Beng_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mni_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mr.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mua.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/my.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/mzn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/naq.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nd.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nmg.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nn_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nnh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/no.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/no_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/no_NO_NY.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nus.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/nyn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/om.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/or.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/os.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pa.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pa_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pa_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pa_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pa_Guru_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pa_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pcm.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ps.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ps_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_CV.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_PT.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_ST.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/pt_TL.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/qu.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/raj.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/rm.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/rn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ro_MD.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/rof.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/root.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/rw.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/rwk.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sa.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sah.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/saq.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sat.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sat_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sat_Olck.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sat_Olck_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sbp.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sc.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sd.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sd_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sd_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sd_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sd_Deva_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sd_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sd_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/se.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/se_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/seh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ses.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sg.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sh_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sh_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sh_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/shi.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/shi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/shi_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/shi_Tfng.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/shi_Tfng_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/si.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/smn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/so.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Cyrl_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Latn_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Latn_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Latn_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Latn_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_Latn_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sr_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/su.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/su_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/su_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/su_Latn_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sv_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sw_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/sw_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/te.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/teo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/th.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ti.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ti_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/tk.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/tl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/tl_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/to.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ts.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/tt.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/twq.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/tzm.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ug.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ur.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/ur_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz_Arab_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz_Latn_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/uz_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/vai.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/vai_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/vai_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/vai_Vaii.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/vai_Vaii_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/vun.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/wae.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/wo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/xh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/xog.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yav.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yi.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yo.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yo_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yrl.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yrl_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yrl_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yue_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yue_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yue_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yue_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/yue_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zgh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_Hans_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/lang/zu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/af.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/af_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/af_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/agq.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/agq_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ak.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ak_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/am.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/am_ET.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_001.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_AE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_BH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_DJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_DZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_EG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_EH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_IQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_JO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_KM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_KW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_LB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_LY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_OM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_PS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_QA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_SD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_SO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_SY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_TD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_TN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ar_YE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/as.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/as_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/asa.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/asa_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ast.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ast_ES.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/az.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/az_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/az_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/az_Cyrl_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/az_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/az_Latn_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bas.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bas_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/be.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/be_BY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bem.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bem_ZM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bez.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bez_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bg_BG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bgc.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bgc_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bho.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bho_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bm.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bm_ML.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bn_BD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bn_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bo_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bo_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/br.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/br_FR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/brx.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/brx_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bs_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bs_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bs_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bs_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/bs_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ca_AD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ca_ES.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ca_FR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ca_IT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ccp.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ccp_BD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ccp_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ce.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ce_RU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ceb.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ceb_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cgg.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cgg_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/chr_US.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ckb.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ckb_IQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ckb_IR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cs_CZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cv.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cv_RU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/cy_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/da.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/da_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/da_GL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dav.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dav_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de_IT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de_LI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/de_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dje.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dje_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/doi.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/doi_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dsb.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dsb_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dua.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dua_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dyo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dyo_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dz.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/dz_BT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ebu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ebu_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ee_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ee_TG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/el.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/el_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/el_GR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_001.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_150.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_AE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_AG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_AI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_AS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_AU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_BB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_BI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_BM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_BS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_BW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_CC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_CK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_CX.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_DG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_DM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_FJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_FK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_FM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_GY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_IE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_IM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_IO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_JE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_JM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_KI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_KN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_KY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_LC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_LS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MP.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MV.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_NZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_PG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_PN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_PW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_RH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_SZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_TC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_TK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_TO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_TT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_TV.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_UM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_US.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_US_POSIX.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_VC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_VG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_VI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_WS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_ZM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/en_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/eo_001.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_419.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_AR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_CL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_CR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_CU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_DO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_EA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_ES.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_GT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_HN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_IC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_MX.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_NI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_PA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_PE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_PY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_SV.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_US.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_UY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/es_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/et.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/et_EE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/eu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/eu_ES.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ewo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ewo_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fa_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fa_IR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_BF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Adlm_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_BF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_Latn_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ff_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fi_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fil_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fo_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fo_FO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_BF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_BI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_BL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_CF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_CG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_CI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_DJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_DZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_FR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_GA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_GF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_GP.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_HT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_KM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_MC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_MF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_ML.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_MQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_NC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_PF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_PM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_RE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_SY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_TD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_TG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_TN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_WF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fr_YT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fur.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fur_IT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fy.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/fy_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ga_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ga_IE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gd.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gd_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gl_ES.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gsw.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gsw_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gsw_FR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gsw_LI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gu_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/guz.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/guz_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gv.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/gv_IM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ha.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ha_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ha_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ha_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/haw.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/haw_US.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/he.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/he_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hi_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hi_Latn_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hr_HR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hsb.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hsb_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hu_HU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/hy_AM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ia.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ia_001.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/id.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/id_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ig.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ig_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ii.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ii_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/in.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/in_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/is.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/is_IS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/it.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/it_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/it_IT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/it_SM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/it_VA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/iw_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ja_JP.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ja_JP_TRADITIONAL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/jgo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/jgo_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/jmc.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/jmc_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/jv.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/jv_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ka_GE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kab.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kab_DZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kam.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kam_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kde.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kde_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kea.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kea_CV.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kgp.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kgp_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/khq.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/khq_ML.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ki.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ki_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kk_KZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kkj.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kkj_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kl_GL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kln.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kln_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/km.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/km_KH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kn_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ko_KP.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ko_KR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kok.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kok_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ks.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ks_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ks_Arab_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ks_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ks_Deva_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ks_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ksb.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ksb_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ksf.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ksf_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ksh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ksh_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ku_TR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kw.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/kw_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ky_KG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lag.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lag_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lb_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lg.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lg_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lkt.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lkt_US.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ln.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ln_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ln_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ln_CF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ln_CG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lo_LA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lrc.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lrc_IQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lrc_IR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lt_LT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lu_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/luo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/luo_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/luy.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/luy_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/lv_LV.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mai.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mai_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mas.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mas_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mas_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mer.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mer_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mfe.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mfe_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mg.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mg_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mgh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mgh_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mgo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mgo_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mi.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mi_NZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mk_MK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ml.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ml_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mn_MN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mni.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mni_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mni_Beng_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mni_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mr.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mr_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ms_BN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ms_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ms_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ms_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mt_MT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mua.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mua_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/my.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/my_MM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mzn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/mzn_IR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/naq.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/naq_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nb_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nb_SJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nd.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nd_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ne_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ne_NP.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl_AW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl_BQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl_CW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl_SR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nl_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nmg.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nmg_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nn_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nnh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nnh_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/no.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/no_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/no_NO_NY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nus.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nus_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nyn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/nyn_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/om.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/om_ET.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/om_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/or.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/or_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/os.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/os_GE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/os_RU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pa.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pa_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pa_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pa_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pa_Guru_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pa_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pcm.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pcm_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pl_PL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ps.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ps_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ps_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_CV.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_PT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_ST.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/pt_TL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/qu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/qu_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/qu_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/qu_PE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/raj.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/raj_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rm.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rm_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rn_BI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ro_MD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ro_RO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rof.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rof_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/root.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ru_BY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ru_KG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ru_KZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ru_MD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ru_RU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ru_UA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rw.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rw_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rwk.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/rwk_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sa.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sah.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sah_RU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/saq.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/saq_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sat.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sat_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sat_Olck.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sat_Olck_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sbp.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sbp_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sc.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sc_IT.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sd.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sd_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sd_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sd_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sd_Deva_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sd_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sd_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/se.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/se_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/se_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/se_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/seh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/seh_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ses.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ses_ML.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sg.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sg_CF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sh_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sh_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sh_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/shi.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/shi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/shi_Latn_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/shi_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/shi_Tfng.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/shi_Tfng_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/si.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/si_LK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sk_SK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sl_SI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/smn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/smn_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sn_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/so.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/so_DJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/so_ET.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/so_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/so_SO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sq_AL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sq_MK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sq_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Cyrl_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Latn_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Latn_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Latn_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Latn_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_Latn_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sr_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/su.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/su_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/su_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/su_Latn_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sv_AX.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sv_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sv_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sw_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sw_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sw_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/sw_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ta_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ta_LK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ta_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ta_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/te.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/te_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/teo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/teo_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/teo_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tg_TJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/th.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/th_TH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/th_TH_TRADITIONAL.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ti.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ti_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ti_ET.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tk.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tk_TM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tl_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/to.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/to_TO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tr_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tr_TR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tt.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tt_RU.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/twq.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/twq_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tzm.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/tzm_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ug.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ug_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uk_UA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ur.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ur_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/ur_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_Arab_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_Cyrl_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_Latn_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/uz_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vai.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vai_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vai_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vai_Latn_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vai_Vaii.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vai_Vaii_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vi_VN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vun.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/vun_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/wae.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/wae_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/wo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/wo_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/xh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/xh_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/xog.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/xog_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yav.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yav_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yi.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yi_001.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yo.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yo_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yo_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yrl.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yrl_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yrl_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yrl_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yue_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yue_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yue_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yue_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/yue_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zgh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zgh_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hans_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hans_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hans_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zu.txt
FILE: ../../../flutter/third_party/icu/source/data/locales/zu_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/makedata.mak
FILE: ../../../flutter/third_party/icu/source/data/mappings/cns-11643-1992.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ebcdic-xml-us.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/euc-jp-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/euc-tw-2014.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/gsm-03.38-2009.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1006_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1025_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1026_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1047_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1051_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1089_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1097_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1098_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1112_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1122_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1123_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1124_P100-1996.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1125_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1129_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1130_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1131_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1132_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1133_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1137_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1140_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1141_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1142_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1143_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1144_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1145_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1146_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1147_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1148_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1149_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1153_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1154_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1155_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1156_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1157_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1158_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1160_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1162_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1164_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1168_P100-2002.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1250_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1251_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1252_P100-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1253_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1254_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1255_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1256_P110-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1257_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1258_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-12712_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1276_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P110-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1363_P11B-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1364_P110-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1371_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1373_P100-2002.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1375_P100-2008.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1383_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1386_P100-2001.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1388_P103-2001.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1390_P110-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-1399_P110-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-16684_P110-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-16804_X110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-273_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-277_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-278_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-280_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-284_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-285_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-290_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-297_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2004_U2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2009_U2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-37_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-420_X120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-424_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-437_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4517_P100-2005.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4899_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4909_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-4971_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-500_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5012_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5123_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5346_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5347_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5348_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5349_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5350_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5351_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5352_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5353_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5354_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5471_P100-2006.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-5478_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-720_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-737_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-775_P100-1996.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-803_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-813_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-838_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-8482_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-850_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-851_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-852_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-855_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-856_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-857_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-858_P100-1997.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-860_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-861_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-862_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-863_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-864_X110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-865_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-866_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-867_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-868_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-869_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-870_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-871_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-874_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-875_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-878_P100-1996.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9005_X110-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-901_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-902_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9067_X100-2005.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-912_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-913_P100-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-914_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-915_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-916_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-918_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-920_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-921_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-922_P100-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-923_P100-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-930_P120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-933_P110-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-935_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-937_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-939_P120-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-942_P12A-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P130-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-943_P15A-2003.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9447_P100-2002.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9448_X100-2005.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-9449_P100-2002.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-949_P11A-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-950_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-954_P101-2007.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-964_P110-1999.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-970_P110_P110-2006_U2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/ibm-971_P100-1995.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-25546.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d1.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d3.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d4.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d5.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d6.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-d7.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s1.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-s3.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/icu-internal-compound-t.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859_10-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859_11-2001.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-8859_14-1998.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/iso-ir-165.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/jisx-212.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/lmb-excp.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-0_2-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-29-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-35-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-6_2-10.4.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/macos-7_3-10.2.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-874-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-949-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/mappings/windows-950-2000.ucm
FILE: ../../../flutter/third_party/icu/source/data/misc/currencyNumericCodes.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/dayPeriods.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/genderList.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/grammaticalFeatures.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/icudata.rc
FILE: ../../../flutter/third_party/icu/source/data/misc/icustd.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/icuver.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/keyTypeData.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/langInfo.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/likelySubtags.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/metaZones.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/metadata.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/numberingSystems.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/pluralRanges.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/plurals.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/supplementalData.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/timezoneTypes.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/units.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/windowsZones.txt
FILE: ../../../flutter/third_party/icu/source/data/misc/zoneinfo64.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/af.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ak.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/am.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/az.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/be.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ccp.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/da.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/de.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/de_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/el.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/en.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/en_001.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/en_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_419.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_DO.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_GT.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_HN.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_MX.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_NI.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_PA.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_SV.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/es_US.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/et.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fa_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fr_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/fr_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/he.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/id.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/in.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/is.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/it.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/km.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/lrc.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/my.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/no.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/pt_PT.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/qu.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/root.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/se.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/su.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/th.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/rbnf/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/af.txt
FILE: ../../../flutter/third_party/icu/source/data/region/agq.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ak.txt
FILE: ../../../flutter/third_party/icu/source/data/region/am.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ar_AE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ar_LY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/region/as.txt
FILE: ../../../flutter/third_party/icu/source/data/region/asa.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ast.txt
FILE: ../../../flutter/third_party/icu/source/data/region/az.txt
FILE: ../../../flutter/third_party/icu/source/data/region/az_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/az_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/az_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/az_Latn_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bas.txt
FILE: ../../../flutter/third_party/icu/source/data/region/be.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bem.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bez.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bgc.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bho.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bm.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bn_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bo_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/br.txt
FILE: ../../../flutter/third_party/icu/source/data/region/brx.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bs_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bs_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bs_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/bs_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ccp.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ce.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ceb.txt
FILE: ../../../flutter/third_party/icu/source/data/region/cgg.txt
FILE: ../../../flutter/third_party/icu/source/data/region/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ckb.txt
FILE: ../../../flutter/third_party/icu/source/data/region/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/region/cv.txt
FILE: ../../../flutter/third_party/icu/source/data/region/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/region/da.txt
FILE: ../../../flutter/third_party/icu/source/data/region/dav.txt
FILE: ../../../flutter/third_party/icu/source/data/region/de.txt
FILE: ../../../flutter/third_party/icu/source/data/region/de_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/region/de_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/dje.txt
FILE: ../../../flutter/third_party/icu/source/data/region/doi.txt
FILE: ../../../flutter/third_party/icu/source/data/region/dsb.txt
FILE: ../../../flutter/third_party/icu/source/data/region/dua.txt
FILE: ../../../flutter/third_party/icu/source/data/region/dyo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/dz.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ebu.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/region/el.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_001.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_150.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_AG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_AI.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_AU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_BB.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_BM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_BS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_BW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_CC.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_CK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_CX.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_DG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_DM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_FJ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_FK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_FM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_GD.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_GG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_GI.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_GY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_IE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_IM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_IO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_JE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_JM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_KI.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_KN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_KY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_LC.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_LS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MT.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MV.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NF.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_NZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_PG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_PN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_PW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_RH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SB.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SD.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SI.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_SZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_TC.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_TK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_TO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_TT.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_TV.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_VC.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_VG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_WS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_ZM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/en_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_419.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_AR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_CL.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_CR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_CU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_DO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_GT.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_HN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_MX.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_NI.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_PA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_PE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_PY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_SV.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_US.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_UY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/es_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/et.txt
FILE: ../../../flutter/third_party/icu/source/data/region/eu.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ewo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fa_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_Adlm.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_Latn_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_Latn_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_Latn_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_Latn_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ff_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fil_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fr_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fr_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fur.txt
FILE: ../../../flutter/third_party/icu/source/data/region/fy.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/region/gd.txt
FILE: ../../../flutter/third_party/icu/source/data/region/gl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/gsw.txt
FILE: ../../../flutter/third_party/icu/source/data/region/gu.txt
FILE: ../../../flutter/third_party/icu/source/data/region/guz.txt
FILE: ../../../flutter/third_party/icu/source/data/region/gv.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ha.txt
FILE: ../../../flutter/third_party/icu/source/data/region/haw.txt
FILE: ../../../flutter/third_party/icu/source/data/region/he.txt
FILE: ../../../flutter/third_party/icu/source/data/region/he_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/region/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/region/hi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/region/hsb.txt
FILE: ../../../flutter/third_party/icu/source/data/region/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/region/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ia.txt
FILE: ../../../flutter/third_party/icu/source/data/region/id.txt
FILE: ../../../flutter/third_party/icu/source/data/region/id_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ig.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ii.txt
FILE: ../../../flutter/third_party/icu/source/data/region/in.txt
FILE: ../../../flutter/third_party/icu/source/data/region/in_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/region/is.txt
FILE: ../../../flutter/third_party/icu/source/data/region/it.txt
FILE: ../../../flutter/third_party/icu/source/data/region/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/region/iw_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/region/jgo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/jmc.txt
FILE: ../../../flutter/third_party/icu/source/data/region/jv.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kab.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kam.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kde.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kea.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kgp.txt
FILE: ../../../flutter/third_party/icu/source/data/region/khq.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ki.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kkj.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kln.txt
FILE: ../../../flutter/third_party/icu/source/data/region/km.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ko_KP.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kok.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ks.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ks_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ks_Arab_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ks_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ks_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ksb.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ksf.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ksh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ku.txt
FILE: ../../../flutter/third_party/icu/source/data/region/kw.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lag.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lg.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lkt.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ln.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lrc.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lu.txt
FILE: ../../../flutter/third_party/icu/source/data/region/luo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/luy.txt
FILE: ../../../flutter/third_party/icu/source/data/region/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mai.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mas.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mer.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mfe.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mg.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mgh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mgo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mi.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ml.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mni.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mni_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mni_Beng_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mni_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mr.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mua.txt
FILE: ../../../flutter/third_party/icu/source/data/region/my.txt
FILE: ../../../flutter/third_party/icu/source/data/region/mzn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/naq.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nd.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nmg.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nn_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nnh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/no.txt
FILE: ../../../flutter/third_party/icu/source/data/region/no_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/no_NO_NY.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nus.txt
FILE: ../../../flutter/third_party/icu/source/data/region/nyn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/om.txt
FILE: ../../../flutter/third_party/icu/source/data/region/or.txt
FILE: ../../../flutter/third_party/icu/source/data/region/os.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pa.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pa_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pa_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pa_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pa_Guru_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pa_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pcm.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ps.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ps_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_CV.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_PT.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_ST.txt
FILE: ../../../flutter/third_party/icu/source/data/region/pt_TL.txt
FILE: ../../../flutter/third_party/icu/source/data/region/qu.txt
FILE: ../../../flutter/third_party/icu/source/data/region/raj.txt
FILE: ../../../flutter/third_party/icu/source/data/region/rm.txt
FILE: ../../../flutter/third_party/icu/source/data/region/rn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ro_MD.txt
FILE: ../../../flutter/third_party/icu/source/data/region/rof.txt
FILE: ../../../flutter/third_party/icu/source/data/region/root.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ru_UA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/rw.txt
FILE: ../../../flutter/third_party/icu/source/data/region/rwk.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sa.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sah.txt
FILE: ../../../flutter/third_party/icu/source/data/region/saq.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sat.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sat_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sat_Olck.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sat_Olck_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sbp.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sc.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sd.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sd_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sd_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sd_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sd_Deva_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sd_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sd_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/se.txt
FILE: ../../../flutter/third_party/icu/source/data/region/se_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/region/seh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ses.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sg.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sh_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sh_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sh_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/shi.txt
FILE: ../../../flutter/third_party/icu/source/data/region/shi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/shi_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/shi_Tfng.txt
FILE: ../../../flutter/third_party/icu/source/data/region/shi_Tfng_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/si.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/smn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/so.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Cyrl_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Latn_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Latn_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Latn_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Latn_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_Latn_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sr_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/region/su.txt
FILE: ../../../flutter/third_party/icu/source/data/region/su_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/region/su_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/su_Latn_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sw_CD.txt
FILE: ../../../flutter/third_party/icu/source/data/region/sw_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/region/te.txt
FILE: ../../../flutter/third_party/icu/source/data/region/teo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/tg.txt
FILE: ../../../flutter/third_party/icu/source/data/region/th.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ti.txt
FILE: ../../../flutter/third_party/icu/source/data/region/tk.txt
FILE: ../../../flutter/third_party/icu/source/data/region/tl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/tl_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/region/to.txt
FILE: ../../../flutter/third_party/icu/source/data/region/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/region/tt.txt
FILE: ../../../flutter/third_party/icu/source/data/region/twq.txt
FILE: ../../../flutter/third_party/icu/source/data/region/tzm.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ug.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ur.txt
FILE: ../../../flutter/third_party/icu/source/data/region/ur_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz_Arab_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz_Latn_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/uz_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/vai.txt
FILE: ../../../flutter/third_party/icu/source/data/region/vai_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/vai_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/region/vai_Vaii.txt
FILE: ../../../flutter/third_party/icu/source/data/region/vai_Vaii_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/region/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/region/vun.txt
FILE: ../../../flutter/third_party/icu/source/data/region/wae.txt
FILE: ../../../flutter/third_party/icu/source/data/region/wo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/xh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/xog.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yav.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yi.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yo.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yo_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yrl.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yrl_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yrl_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yue_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yue_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yue_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yue_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/region/yue_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zgh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_Hans_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/region/zu.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3491.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530cs.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530csci.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3530mixp.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3722.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3920node.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc3920res.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4011.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4013.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4505.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4518.txt
FILE: ../../../flutter/third_party/icu/source/data/sprep/rfc4518ci.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Any_Accents.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Any_Publishing.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Arab_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Beng_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Bengali_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Cyrl_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Deva_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Devanagari_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Cyrl_Gutgarts.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_ALALOC.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_ALALOC_Geminate.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Aethiopi.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Aethiopi_Geminate.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Beta_Metsehaf.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Beta_Metsehaf_Geminate.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_ES3842.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_IES_JES_1964.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_IES_JES_1964_Geminate.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_Lambdin.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Ethi_Latn_SERA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Fullwidth_Halfwidth.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Geor_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Grek_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Grek_Latn_UNGEGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujarati_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gujr_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Gurmukhi_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Guru_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Han_Latin_Names.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Han_Spacedhan.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Hang_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Hani_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Hans_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Hebr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Hira_Kana.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Hira_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Arabic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Bengali.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Devanagari.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Gujarati.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Gurmukhi.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Kannada.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Latin.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Malayalam.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Oriya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Tamil.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_Telugu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/InterIndic_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Jamo_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Kannada_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Knda_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latin_ASCII.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latin_ConjoiningJamo.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latin_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latin_NumericPinyin.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Armn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Bopo.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Cans.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Ethi_Williamson.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Hang.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Jamo.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Kana.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Thaa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Latn_Thai.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Malayalam_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Mlym_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Oriya_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Orya_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Pinyin_NumericPinyin.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Syrc_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Tamil_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_Telu.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Taml_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Gujr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Knda.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Mlym.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Orya.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_Taml.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telu_ur.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Telugu_InterIndic.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ThaiLogical_Latin.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Thai_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Thai_ThaiLogical.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Thai_ThaiSemi.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/Zawgyi_my.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_Ethi_am_Brai.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_Ethi_am_Ethi_Geminate.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_Ethi_d0_Morse.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_am_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_am_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/am_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ar_ar_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/az_Cyrl_az_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/az_Lower.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/az_Title.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/az_Upper.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/be_be_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/bg_bg_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/blt_blt_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/byn_Ethi_byn_Latn_Tekie_Alibekit.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/byn_Ethi_byn_Latn_Xaleget.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ch_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ch_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ch_ch_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ch_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ch_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/chr_chr_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_FONIPA_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_FONIPA_ko.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_cs_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cs_ko.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/cy_cy_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/de_ASCII.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/dsb_dsb_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/dv_dv_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/el.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/el_Lower.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/el_Title.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/el_Upper.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/el_el_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/en.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/eo_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/eo_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/eo_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/eo_eo_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/eo_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_419_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_419_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_419_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_419_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_419_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_419_zh.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_es_419_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_FONIPA_zh.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_es_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/es_zh.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/fa_fa_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/fa_fa_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/gz_Ethi_Sarb.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ha_ha_NE.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/he_he_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_AREVMDA_hy_AREVMDA_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_hy_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/hy_hy_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ia_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ia_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ia_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ia_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ia_ia_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/it_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/it_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ja_Hrkt_ja_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ja_Latn_ko.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ja_Latn_ru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ka_ka_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ka_ka_Latn_BGN_1981.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/kk_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/kk_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/kk_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/kk_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/kk_kk_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/kk_kk_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ko_ko_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ky_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ky_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ky_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ky_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ky_ky_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ky_ky_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/la_la_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/lt_Lower.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/lt_Title.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/lt_Upper.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/mk_mk_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/mn_mn_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/mn_mn_Latn_MNS.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/my_Zawgyi.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/my_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/my_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/my_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/my_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/my_my_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/my_my_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/nl_Title.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/nv_nv_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/pl_FONIPA_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/pl_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/pl_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/pl_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/pl_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/pl_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/pl_pl_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ps_ps_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/rm_SURSILV_rm_FONIPA_SURSILV.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ro_FONIPA_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ro_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ro_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ro_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ro_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ro_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ro_ro_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/root.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ru_Latn_ru_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ru_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ru_ru_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ru_zh.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sat_Olck_sat_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sat_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sat_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sat_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sat_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sgw_Ethi_Ethi_Gurage_2013.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/si_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/si_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/si_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/si_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/si_si_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/si_si_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sk_FONIPA_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sk_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sk_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sk_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sk_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sk_ja.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sk_sk_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/sr_sr_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ta_ta_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tk_Cyrl_tk_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tlh_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tlh_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tlh_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tlh_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tlh_tlh_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tr_Lower.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tr_Title.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/tr_Upper.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/ug_ug_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/uk_uk_Latn_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/und_FONIPA_und_FONXSAMP.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/uz_Cyrl_uz_BGN.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/uz_Cyrl_uz_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/vec_vec_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/xh_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/xh_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/xh_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/xh_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/xh_xh_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/yo_yo_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/zh_Latn_PINYIN_ru.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/zu_am.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/zu_ar.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/zu_chr.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/zu_fa.txt
FILE: ../../../flutter/third_party/icu/source/data/translit/zu_zu_FONIPA.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/CaseFolding.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/DerivedCoreProperties.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/DerivedNormalizationProps.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/FractionalUCA.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/NormalizationCorrections.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/NormalizationTest.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/SpecialCasing.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/UCARules.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/changes.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/confusables.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/emoji-sequences.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/emoji-zwj-sequences.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfc.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/norm2/nfkc_cf.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/norm2/uts46.txt
FILE: ../../../flutter/third_party/icu/source/data/unidata/ppucd.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/af.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/agq.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ak.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/am.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/as.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/asa.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ast.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/az.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/az_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/az_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/az_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/az_Latn_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bas.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/be.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bem.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bez.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bgc.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bho.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bm.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bn_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/br.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/brx.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bs_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bs_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bs_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/bs_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ccp.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ce.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ceb.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/cgg.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ckb.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/cv.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/da.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/dav.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/de.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/de_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/dje.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/doi.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/dsb.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/dua.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/dyo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/dz.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ebu.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/el.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_001.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_150.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_AG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_AI.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_AU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_BB.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_BM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_BS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_BW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_CC.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_CK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_CX.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_DG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_DM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_FJ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_FK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_FM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_GD.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_GG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_GI.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_GY.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_IE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_IM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_IO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_JE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_JM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_KI.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_KN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_KY.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_LC.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_LS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MT.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MV.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NF.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_NZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_PG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_PN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_PW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_RH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SB.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SD.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SI.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_SZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_TC.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_TK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_TO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_TT.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_TV.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_VC.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_VG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_WS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_ZM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/en_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_419.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_AR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_CL.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_CR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_CU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_DO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_GT.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_HN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_MX.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_NI.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_PA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_PE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_PY.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_SV.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_US.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_UY.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/es_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/et.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/eu.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ewo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_Adlm.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_Latn_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_Latn_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_Latn_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_Latn_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ff_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fil_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fr_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fr_HT.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fur.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/fy.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/gd.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/gl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/gsw.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/gu.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/guz.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/gv.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ha.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/haw.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/he.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/he_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/hi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/hsb.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ia.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/id.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/id_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ig.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ii.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/in.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/in_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/is.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/it.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/iw_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/jgo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/jmc.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/jv.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kab.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kam.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kde.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kea.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kgp.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/khq.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ki.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kkj.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kln.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/km.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kok.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ks.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ks_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ks_Arab_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ks_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ks_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ksb.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ksf.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ksh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ku.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/kw.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lag.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lg.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lkt.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ln.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lrc.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lu.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/luo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/luy.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mai.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mas.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mer.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mfe.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mg.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mgh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mgo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mi.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ml.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mni.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mni_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mni_Beng_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mni_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mr.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mua.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/my.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/mzn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/naq.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nd.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nmg.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nn_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nnh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/no.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/no_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/no_NO_NY.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nus.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/nyn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/om.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/or.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/os.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pa.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pa_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pa_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pa_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pa_Guru_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pa_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pcm.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ps.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ps_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_CV.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_PT.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_ST.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/pt_TL.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/qu.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/raj.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/rm.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/rn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ro_MD.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/rof.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/root.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/rw.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/rwk.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sa.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sah.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/saq.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sat.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sat_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sat_Olck.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sat_Olck_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sbp.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sc.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sd.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sd_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sd_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sd_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sd_Deva_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sd_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sd_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/se.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/seh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ses.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sg.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sh_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sh_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sh_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/shi.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/shi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/shi_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/shi_Tfng.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/shi_Tfng_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/si.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/smn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/so.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Cyrl_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Latn_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Latn_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Latn_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_Latn_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sr_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/su.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/su_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/su_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/su_Latn_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sv_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/sw_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/te.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/teo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/tg.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/th.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ti.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/tk.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/tl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/tl_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/to.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/tt.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/twq.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/tzm.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ug.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ur.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/ur_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz_Arab_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz_Latn_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/uz_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/vai.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/vai_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/vai_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/vai_Vaii.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/vai_Vaii_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/vun.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/wae.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/wo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/xh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/xog.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yav.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yi.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yo.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yo_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yrl.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yrl_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yrl_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yue_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yue_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yue_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yue_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/yue_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zgh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hans_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hans_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hans_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/unit/zu.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/af.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/agq.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ak.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/am.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ar.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ar_SA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ars.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/as.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/asa.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ast.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/az.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/az_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/az_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/az_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/az_Latn_AZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bas.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/be.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bem.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bez.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bg.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bgc.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bho.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bm.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/br.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/brx.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bs.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bs_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bs_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bs_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/bs_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ca.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ccp.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ce.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ceb.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/cgg.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/chr.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ckb.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/cs.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/cv.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/cy.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/da.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/dav.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/de.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/de_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/dje.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/doi.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/dsb.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/dua.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/dyo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/dz.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ebu.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ee.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/el.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_001.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_150.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_AE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_AG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_AI.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_AT.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_AU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_BB.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_BE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_BM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_BS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_BW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_CC.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_CK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_CX.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_CY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_DE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_DG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_DK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_DM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_ER.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_FJ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_FK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_FM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GB.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GD.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GI.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_GY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_IE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_IM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_IO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_JE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_JM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_KI.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_KN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_KY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_LC.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_LS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MP.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MT.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MV.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NF.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NL.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_NZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_PG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_PN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_PW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_RH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_RW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SB.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SC.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SD.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SI.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SL.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SX.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_SZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_TC.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_TK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_TO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_TT.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_TV.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_TZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_UG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_VC.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_VG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_VU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_WS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_ZA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_ZM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/en_ZW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/eo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_419.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_AR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_BR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_BZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_CL.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_CR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_CU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_DO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_GT.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_HN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_MX.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_NI.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_PA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_PE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_PR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_PY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_SV.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_US.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_UY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/es_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/et.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/eu.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ewo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fa.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_Adlm.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_Latn_CM.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_Latn_GN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_Latn_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_Latn_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_MR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ff_SN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fi.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fil.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fil_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fr.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fr_CA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fr_GF.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fur.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/fy.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ga.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/gd.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/gl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/gsw.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/gu.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/guz.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/gv.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ha.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/haw.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/he.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/he_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/hi.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/hi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/hr.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/hsb.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/hu.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/hy.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ia.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/id.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/id_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ig.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ii.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/in.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/in_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/is.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/it.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/iw.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/iw_IL.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ja.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/jgo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/jmc.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/jv.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ka.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kab.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kam.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kde.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kea.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kgp.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/khq.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ki.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kk.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kkj.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kln.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/km.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ko.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ko_KP.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kok.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ks.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ks_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ks_Arab_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ks_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ks_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ksb.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ksf.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ksh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ku.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/kw.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ky.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lag.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lb.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lg.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lkt.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ln.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lrc.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lt.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lu.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/luo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/luy.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/lv.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mai.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mas.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mer.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mfe.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mg.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mgh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mgo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mi.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mk.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ml.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mni.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mni_Beng.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mni_Beng_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mni_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mr.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ms.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ms_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mt.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mua.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/my.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/mzn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/naq.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nb.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nd.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ne.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ne_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nl_SR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nmg.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nn_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nnh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/no.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/no_NO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/no_NO_NY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nus.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/nyn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/om.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/or.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/os.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pa.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pa_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pa_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pa_Guru.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pa_Guru_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pa_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pa_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pcm.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ps.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ps_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_AO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_CH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_CV.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_GQ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_GW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_LU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_MZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_PT.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_ST.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/pt_TL.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/qu.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/qu_BO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/qu_EC.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/raj.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/rm.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/rn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ro.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/rof.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/root.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ru.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/rw.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/rwk.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sa.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sah.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/saq.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sat.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sat_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sat_Olck.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sat_Olck_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sbp.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sc.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sd.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sd_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sd_Arab_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sd_Deva.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sd_Deva_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sd_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sd_PK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/se.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/se_FI.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/seh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ses.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sg.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sh_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sh_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sh_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/shi.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/shi_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/shi_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/shi_Tfng.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/shi_Tfng_MA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/si.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sk.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/smn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/so.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sq.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Cyrl_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Latn_BA.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Latn_CS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Latn_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Latn_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_Latn_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_ME.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_RS.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_XK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sr_YU.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/su.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/su_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/su_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/su_Latn_ID.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sv.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sw.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/sw_KE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ta.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ta_MY.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ta_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/te.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/teo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tg.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/th.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ti.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tk.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tl_PH.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/to.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tr.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tt.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/twq.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tzdbNames.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/tzm.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ug.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uk.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ur.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/ur_IN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz_Arab.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz_Arab_AF.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz_Cyrl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz_Latn_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/uz_UZ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/vai.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/vai_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/vai_Latn.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/vai_Vaii.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/vai_Vaii_LR.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/vi.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/vun.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/wae.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/wo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/xh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/xog.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yav.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yi.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yo.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yo_BJ.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yrl.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yrl_CO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yrl_VE.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yue.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yue_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yue_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yue_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yue_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yue_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/yue_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zgh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_Hans.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_Hans_CN.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_Hans_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_Hant.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_Hant_HK.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_Hant_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_Hant_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_MO.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_SG.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zh_TW.txt
FILE: ../../../flutter/third_party/icu/source/data/zone/zu.txt
FILE: ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.cpp
FILE: ../../../flutter/third_party/icu/source/extra/scrptrun/scrptrun.h
FILE: ../../../flutter/third_party/icu/source/extra/scrptrun/srtest.cpp
FILE: ../../../flutter/third_party/icu/source/extra/uconv/makedata.mak
FILE: ../../../flutter/third_party/icu/source/extra/uconv/pkgdata.inc.in
FILE: ../../../flutter/third_party/icu/source/extra/uconv/resources/fr.txt
FILE: ../../../flutter/third_party/icu/source/extra/uconv/resources/root.txt
FILE: ../../../flutter/third_party/icu/source/extra/uconv/uconv.cpp
FILE: ../../../flutter/third_party/icu/source/extra/uconv/unicode/uwmsg.h
FILE: ../../../flutter/third_party/icu/source/extra/uconv/uwmsg.c
FILE: ../../../flutter/third_party/icu/source/i18n/alphaindex.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/anytrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/anytrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/astro.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/astro.h
FILE: ../../../flutter/third_party/icu/source/i18n/basictz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/bocsu.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/bocsu.h
FILE: ../../../flutter/third_party/icu/source/i18n/brktrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/brktrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/buddhcal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/buddhcal.h
FILE: ../../../flutter/third_party/icu/source/i18n/calendar.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/casetrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/casetrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/cecal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/cecal.h
FILE: ../../../flutter/third_party/icu/source/i18n/chnsecal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/chnsecal.h
FILE: ../../../flutter/third_party/icu/source/i18n/choicfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/coleitr.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/coll.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collation.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collation.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationbuilder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationbuilder.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationcompare.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationcompare.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationdata.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationdata.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatabuilder.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatareader.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatareader.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatawriter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationdatawriter.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatin.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatin.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationfastlatinbuilder.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationfcd.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationfcd.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationkeys.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationkeys.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationroot.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationroot.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationrootelements.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationrootelements.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationruleparser.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationruleparser.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationsets.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationsets.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationsettings.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationsettings.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationtailoring.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationtailoring.h
FILE: ../../../flutter/third_party/icu/source/i18n/collationweights.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/collationweights.h
FILE: ../../../flutter/third_party/icu/source/i18n/collunsafe.h
FILE: ../../../flutter/third_party/icu/source/i18n/compactdecimalformat.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/coptccal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/coptccal.h
FILE: ../../../flutter/third_party/icu/source/i18n/cpdtrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/cpdtrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/csdetect.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csdetect.h
FILE: ../../../flutter/third_party/icu/source/i18n/csmatch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csmatch.h
FILE: ../../../flutter/third_party/icu/source/i18n/csr2022.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csr2022.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrecog.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csrecog.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrmbcs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csrmbcs.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrsbcs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csrsbcs.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrucode.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csrucode.h
FILE: ../../../flutter/third_party/icu/source/i18n/csrutf8.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/csrutf8.h
FILE: ../../../flutter/third_party/icu/source/i18n/curramt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/currfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/currfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/currpinf.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/currunit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dangical.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dangical.h
FILE: ../../../flutter/third_party/icu/source/i18n/datefmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dayperiodrules.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dayperiodrules.h
FILE: ../../../flutter/third_party/icu/source/i18n/dcfmtsym.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/decContext.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/decContext.h
FILE: ../../../flutter/third_party/icu/source/i18n/decNumber.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/decNumber.h
FILE: ../../../flutter/third_party/icu/source/i18n/decNumberLocal.h
FILE: ../../../flutter/third_party/icu/source/i18n/decimfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/displayoptions.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-diy-fp.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-double-to-string.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-fast-dtoa.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-ieee.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-string-to-double.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-strtod.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion-utils.h
FILE: ../../../flutter/third_party/icu/source/i18n/double-conversion.h
FILE: ../../../flutter/third_party/icu/source/i18n/dt_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/dtfmtsym.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dtitv_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/dtitvfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dtitvinf.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dtptngen.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/dtptngen_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/dtrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/erarules.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/erarules.h
FILE: ../../../flutter/third_party/icu/source/i18n/esctrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/esctrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/ethpccal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ethpccal.h
FILE: ../../../flutter/third_party/icu/source/i18n/fmtable.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/fmtable_cnv.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/fmtableimp.h
FILE: ../../../flutter/third_party/icu/source/i18n/format.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/formatted_string_builder.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/formatted_string_builder.h
FILE: ../../../flutter/third_party/icu/source/i18n/formattedval_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/formattedval_iterimpl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/formattedval_sbimpl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/formattedvalue.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/fphdlimp.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/fphdlimp.h
FILE: ../../../flutter/third_party/icu/source/i18n/fpositer.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/funcrepl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/funcrepl.h
FILE: ../../../flutter/third_party/icu/source/i18n/gender.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/gregocal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/gregoimp.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/gregoimp.h
FILE: ../../../flutter/third_party/icu/source/i18n/hebrwcal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/hebrwcal.h
FILE: ../../../flutter/third_party/icu/source/i18n/i18n.rc
FILE: ../../../flutter/third_party/icu/source/i18n/indiancal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/indiancal.h
FILE: ../../../flutter/third_party/icu/source/i18n/inputext.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/inputext.h
FILE: ../../../flutter/third_party/icu/source/i18n/islamcal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/islamcal.h
FILE: ../../../flutter/third_party/icu/source/i18n/iso8601cal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/iso8601cal.h
FILE: ../../../flutter/third_party/icu/source/i18n/japancal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/japancal.h
FILE: ../../../flutter/third_party/icu/source/i18n/listformatter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/measfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/measunit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/measunit_extra.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/measunit_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/measure.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/msgfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/msgfmt_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/name2uni.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/name2uni.h
FILE: ../../../flutter/third_party/icu/source/i18n/nfrlist.h
FILE: ../../../flutter/third_party/icu/source/i18n/nfrs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nfrs.h
FILE: ../../../flutter/third_party/icu/source/i18n/nfrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nfrule.h
FILE: ../../../flutter/third_party/icu/source/i18n/nfsubs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nfsubs.h
FILE: ../../../flutter/third_party/icu/source/i18n/nortrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nortrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/nultrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/nultrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_affixutils.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_affixutils.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_asformat.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_asformat.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_capi.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_compact.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_compact.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_currencysymbols.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_currencysymbols.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_decimalquantity.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_decimalquantity.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_decimfmtprops.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_decimfmtprops.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_decnum.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_fluent.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_formatimpl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_formatimpl.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_grouping.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_integerwidth.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_longnames.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_longnames.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_mapper.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_mapper.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_microprops.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_modifiers.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_modifiers.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_multiplier.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_multiplier.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_notation.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_output.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_padding.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_patternmodifier.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_patternmodifier.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_patternstring.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_patternstring.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_rounding.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_roundingutils.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_scientific.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_scientific.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_simple.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_skeletons.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_skeletons.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_symbolswrapper.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_types.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_usageprefs.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_usageprefs.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_utils.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/number_utils.h
FILE: ../../../flutter/third_party/icu/source/i18n/number_utypes.h
FILE: ../../../flutter/third_party/icu/source/i18n/numfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_affixes.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_affixes.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_compositions.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_compositions.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_currency.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_currency.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_decimal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_decimal.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_impl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_parsednumber.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_scientific.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_scientific.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_symbols.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_symbols.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_types.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_utils.h
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_validators.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numparse_validators.h
FILE: ../../../flutter/third_party/icu/source/i18n/numrange_capi.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numrange_fluent.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numrange_impl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numrange_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/numsys.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/numsys_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/olsontz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/olsontz.h
FILE: ../../../flutter/third_party/icu/source/i18n/persncal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/persncal.h
FILE: ../../../flutter/third_party/icu/source/i18n/pluralranges.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/pluralranges.h
FILE: ../../../flutter/third_party/icu/source/i18n/plurfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/plurrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/plurrule_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/quant.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/quant.h
FILE: ../../../flutter/third_party/icu/source/i18n/quantityformatter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/quantityformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbnf.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_data.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_data.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_pars.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_pars.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_rule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_rule.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_set.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rbt_set.h
FILE: ../../../flutter/third_party/icu/source/i18n/rbtz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/regexcmp.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/regexcmp.h
FILE: ../../../flutter/third_party/icu/source/i18n/regexcst.h
FILE: ../../../flutter/third_party/icu/source/i18n/regexcst.txt
FILE: ../../../flutter/third_party/icu/source/i18n/regeximp.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/regeximp.h
FILE: ../../../flutter/third_party/icu/source/i18n/regexst.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/regexst.h
FILE: ../../../flutter/third_party/icu/source/i18n/regextxt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/regextxt.h
FILE: ../../../flutter/third_party/icu/source/i18n/region.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/region_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/reldatefmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/reldtfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/reldtfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/rematch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/remtrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/remtrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/repattrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/rulebasedcollator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/scientificnumberformatter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/scriptset.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/scriptset.h
FILE: ../../../flutter/third_party/icu/source/i18n/search.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/selfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/selfmtimpl.h
FILE: ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/sharedbreakiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/sharedcalendar.h
FILE: ../../../flutter/third_party/icu/source/i18n/shareddateformatsymbols.h
FILE: ../../../flutter/third_party/icu/source/i18n/sharednumberformat.h
FILE: ../../../flutter/third_party/icu/source/i18n/sharedpluralrules.h
FILE: ../../../flutter/third_party/icu/source/i18n/simpletz.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/smpdtfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/smpdtfst.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/smpdtfst.h
FILE: ../../../flutter/third_party/icu/source/i18n/sortkey.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/standardplural.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/standardplural.h
FILE: ../../../flutter/third_party/icu/source/i18n/string_segment.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/string_segment.h
FILE: ../../../flutter/third_party/icu/source/i18n/strmatch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/strmatch.h
FILE: ../../../flutter/third_party/icu/source/i18n/strrepl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/strrepl.h
FILE: ../../../flutter/third_party/icu/source/i18n/stsearch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/taiwncal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/taiwncal.h
FILE: ../../../flutter/third_party/icu/source/i18n/timezone.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/titletrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/titletrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/tmunit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tmutamt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tmutfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tolowtrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tolowtrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/toupptrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/toupptrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/translit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/transreg.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/transreg.h
FILE: ../../../flutter/third_party/icu/source/i18n/tridpars.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tridpars.h
FILE: ../../../flutter/third_party/icu/source/i18n/tzfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tzgnames.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tzgnames.h
FILE: ../../../flutter/third_party/icu/source/i18n/tznames.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tznames_impl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tznames_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/tzrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/tztrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucal.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucln_in.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucln_in.h
FILE: ../../../flutter/third_party/icu/source/i18n/ucol.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucol_imp.h
FILE: ../../../flutter/third_party/icu/source/i18n/ucol_res.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucol_sit.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucoleitr.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ucsdet.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/udat.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/udateintervalformat.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/udatpg.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ufieldpositer.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uitercollationiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/ulistformatter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ulocdata.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/umsg.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/umsg_imp.h
FILE: ../../../flutter/third_party/icu/source/i18n/unesctrn.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unesctrn.h
FILE: ../../../flutter/third_party/icu/source/i18n/uni2name.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uni2name.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/alphaindex.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/basictz.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/calendar.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/choicfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/coleitr.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/coll.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/compactdecimalformat.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/curramt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/currpinf.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/currunit.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/datefmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dcfmtsym.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/decimfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/displayoptions.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtfmtsym.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtitvfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtitvinf.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtptngen.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/dtrule.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/fieldpos.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/fmtable.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/format.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/formattednumber.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/formattedvalue.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/fpositer.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/gender.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/gregocal.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/listformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/measfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/measunit.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/measure.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/msgfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/nounit.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/numberformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/numberrangeformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/numfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/numsys.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/plurfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/plurrule.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/rbnf.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/rbtz.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/regex.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/region.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/reldatefmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/scientificnumberformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/search.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/selfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/simplenumberformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/simpletz.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/smpdtfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/sortkey.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/stsearch.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tblcoll.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/timezone.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tmunit.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tmutamt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tmutfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/translit.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tzfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tznames.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tzrule.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/tztrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucal.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucol.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucoleitr.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ucsdet.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/udat.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/udateintervalformat.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/udatpg.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/udisplayoptions.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ufieldpositer.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uformattable.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uformattednumber.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uformattedvalue.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ugender.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ulistformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ulocdata.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/umsg.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unirepl.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unum.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unumberformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unumberoptions.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unumberrangeformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/unumsys.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/upluralrules.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uregex.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uregion.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/ureldatefmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/usearch.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/usimplenumberformatter.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/uspoof.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/utmscale.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/utrans.h
FILE: ../../../flutter/third_party/icu/source/i18n/unicode/vtzone.h
FILE: ../../../flutter/third_party/icu/source/i18n/units_complexconverter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/units_complexconverter.h
FILE: ../../../flutter/third_party/icu/source/i18n/units_converter.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/units_converter.h
FILE: ../../../flutter/third_party/icu/source/i18n/units_data.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/units_data.h
FILE: ../../../flutter/third_party/icu/source/i18n/units_router.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/units_router.h
FILE: ../../../flutter/third_party/icu/source/i18n/unum.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/unumsys.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/upluralrules.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uregex.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uregexc.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uregion.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/usearch.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_build.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_conf.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_conf.h
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_impl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/uspoof_impl.h
FILE: ../../../flutter/third_party/icu/source/i18n/usrchimp.h
FILE: ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/utf16collationiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/utf8collationiterator.h
FILE: ../../../flutter/third_party/icu/source/i18n/utmscale.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/utrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/vtzone.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/vzone.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/vzone.h
FILE: ../../../flutter/third_party/icu/source/i18n/windtfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/windtfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/winnmfmt.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/winnmfmt.h
FILE: ../../../flutter/third_party/icu/source/i18n/wintzimpl.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/wintzimpl.h
FILE: ../../../flutter/third_party/icu/source/i18n/zonemeta.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/zonemeta.h
FILE: ../../../flutter/third_party/icu/source/i18n/zrule.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/zrule.h
FILE: ../../../flutter/third_party/icu/source/i18n/ztrans.cpp
FILE: ../../../flutter/third_party/icu/source/i18n/ztrans.h
FILE: ../../../flutter/third_party/icu/source/icudefs.mk.in
FILE: ../../../flutter/third_party/icu/source/io/io.rc
FILE: ../../../flutter/third_party/icu/source/io/locbund.cpp
FILE: ../../../flutter/third_party/icu/source/io/locbund.h
FILE: ../../../flutter/third_party/icu/source/io/sprintf.cpp
FILE: ../../../flutter/third_party/icu/source/io/sscanf.cpp
FILE: ../../../flutter/third_party/icu/source/io/ucln_io.cpp
FILE: ../../../flutter/third_party/icu/source/io/ucln_io.h
FILE: ../../../flutter/third_party/icu/source/io/ufile.cpp
FILE: ../../../flutter/third_party/icu/source/io/ufile.h
FILE: ../../../flutter/third_party/icu/source/io/ufmt_cmn.cpp
FILE: ../../../flutter/third_party/icu/source/io/ufmt_cmn.h
FILE: ../../../flutter/third_party/icu/source/io/unicode/ustdio.h
FILE: ../../../flutter/third_party/icu/source/io/unicode/ustream.h
FILE: ../../../flutter/third_party/icu/source/io/uprintf.cpp
FILE: ../../../flutter/third_party/icu/source/io/uprintf.h
FILE: ../../../flutter/third_party/icu/source/io/uprntf_p.cpp
FILE: ../../../flutter/third_party/icu/source/io/uscanf.cpp
FILE: ../../../flutter/third_party/icu/source/io/uscanf.h
FILE: ../../../flutter/third_party/icu/source/io/uscanf_p.cpp
FILE: ../../../flutter/third_party/icu/source/io/ustdio.cpp
FILE: ../../../flutter/third_party/icu/source/io/ustream.cpp
FILE: ../../../flutter/third_party/icu/source/python/icutools/databuilder/filtration_schema.json
FILE: ../../../flutter/third_party/icu/source/stubdata/stubdata.cpp
FILE: ../../../flutter/third_party/icu/source/stubdata/stubdata.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/ctest.c
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/datamap.cpp
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/testdata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/tstdtmod.cpp
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/ucln_ct.c
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/ctest.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/datamap.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testdata.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testlog.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/testtype.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/tstdtmod.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/uperf.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/unicode/utimer.h
FILE: ../../../flutter/third_party/icu/source/tools/ctestfw/uperf.cpp
FILE: ../../../flutter/third_party/icu/source/tools/escapesrc/escapesrc.cpp
FILE: ../../../flutter/third_party/icu/source/tools/escapesrc/expect-simple.cpp
FILE: ../../../flutter/third_party/icu/source/tools/escapesrc/tblgen.cpp
FILE: ../../../flutter/third_party/icu/source/tools/escapesrc/test-nochange.cpp
FILE: ../../../flutter/third_party/icu/source/tools/escapesrc/test-simple.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genbrk/genbrk.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genccode/genccode.c
FILE: ../../../flutter/third_party/icu/source/tools/gencfu/gencfu.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gencmn/gencmn.c
FILE: ../../../flutter/third_party/icu/source/tools/gencnval/gencnval.c
FILE: ../../../flutter/third_party/icu/source/tools/gencolusb/extract_unsafe_backwards.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gencolusb/verify_uset.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gendict/gendict.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/extradata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/extradata.h
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/gennorm2.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/n2builder.h
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/norms.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gennorm2/norms.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/derb.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/errmsg.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/errmsg.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/filterrb.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/filterrb.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/genrb.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/genrb.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/parse.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/parse.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/prscmnts.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rbutil.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rbutil.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/read.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/read.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/reslist.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/reslist.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rle.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/rle.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/ustr.c
FILE: ../../../flutter/third_party/icu/source/tools/genrb/ustr.h
FILE: ../../../flutter/third_party/icu/source/tools/genrb/wrtjava.cpp
FILE: ../../../flutter/third_party/icu/source/tools/genrb/wrtxml.cpp
FILE: ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.c
FILE: ../../../flutter/third_party/icu/source/tools/gensprep/gensprep.h
FILE: ../../../flutter/third_party/icu/source/tools/gensprep/store.c
FILE: ../../../flutter/third_party/icu/source/tools/gentest/genres32.c
FILE: ../../../flutter/third_party/icu/source/tools/gentest/gentest.c
FILE: ../../../flutter/third_party/icu/source/tools/gentest/gentest.h
FILE: ../../../flutter/third_party/icu/source/tools/icuexportdata/icuexportdata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/icuinfo/icuinfo.cpp
FILE: ../../../flutter/third_party/icu/source/tools/icuinfo/icuplugins_windows_sample.txt
FILE: ../../../flutter/third_party/icu/source/tools/icuinfo/testplug.c
FILE: ../../../flutter/third_party/icu/source/tools/icupkg/icupkg.cpp
FILE: ../../../flutter/third_party/icu/source/tools/icuswap/icuswap.cpp
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/gencnvex.c
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.cpp
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/genmbcs.h
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.cpp
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/makeconv.h
FILE: ../../../flutter/third_party/icu/source/tools/makeconv/ucnvstat.c
FILE: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgdata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.c
FILE: ../../../flutter/third_party/icu/source/tools/pkgdata/pkgtypes.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/collationinfo.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/dbgutil.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/denseranges.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filestrm.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filetools.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/filetools.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/flagparser.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/package.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/package.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_genc.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_gencmn.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_icu.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkg_imp.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/pkgitems.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ppucd.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/swapimpl.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/toolutil.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucbuf.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucln_tu.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucm.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucm.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/ucmstate.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/udbgutil.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/unewdata.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uoptions.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uparse.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/uparse.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/writesrc.h
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.cpp
FILE: ../../../flutter/third_party/icu/source/tools/toolutil/xmlparser.h
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/icuregions
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/icuzdump.cpp
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/icuzones
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.cpp
FILE: ../../../flutter/third_party/icu/source/tools/tzcode/tz2icu.h
FILE: ../../../flutter/third_party/web_unicode/lib/web_unicode/codegen/line_break_properties.dart
FILE: ../../../flutter/third_party/web_unicode/lib/web_unicode/codegen/word_break_properties.dart
FILE: ../../../flutter/third_party/web_unicode/properties/LineBreak.txt
FILE: ../../../flutter/third_party/web_unicode/properties/WordBreakProperty.txt
FILE: ../../../flutter/third_party/web_unicode/tool/unicode_sync_script.dart
----------------------------------------------------------------------------------------------------
Unicode® Copyright and Terms of Use
For the general privacy policy governing access to this site, see the Unicode Privacy Policy.
A. Unicode Copyright
1. Copyright © 1991-2022 Unicode, Inc. All rights reserved.
B. Definitions
Unicode Data Files ("DATA FILES") include all data files under the directories:
https://www.unicode.org/Public/
https://www.unicode.org/reports/
https://www.unicode.org/ivd/data/
Unicode Data Files do not include PDF online code charts under the directory:
https://www.unicode.org/Public/
Unicode Software ("SOFTWARE") includes any source code published in the Unicode Standard
or any source code or compiled code under the directories:
https://www.unicode.org/Public/PROGRAMS/
https://www.unicode.org/Public/cldr/
http://site.icu-project.org/download/
C. Terms of Use
1. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein.
2. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files, subject to the Terms and Conditions herein.
3. Further specifications of rights and restrictions pertaining to the use of the Unicode DATA FILES and SOFTWARE can be found in the Unicode Data Files and Software License.
4. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page.
5. The Unicode PDF online code charts carry specific restrictions. Those restrictions are incorporated as the first page of each PDF code chart.
6. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.
7. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site.
8. Modification is not permitted with respect to this document. All copies of this document must be verbatim.
D. Restricted Rights Legend
1. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.
E.Warranties and Disclaimers
1. This publication and/or website may include technical or typographical errors or other inaccuracies. Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode, Inc. may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time.
2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.
3. EXCEPT AS PROVIDED IN SECTION E.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE, INC. AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.
F. Waiver of Damages
1. In no event shall Unicode, Inc. or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode, Inc. was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.
G. Trademarks & Logos
1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names.
3. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc.
4. All third party trademarks referenced herein are the property of their respective owners.
H. Miscellaneous
1. Jurisdiction and Venue. This website is operated from a location in the State of California, United States of America. Unicode, Inc. makes no representation that the materials are appropriate for use in other locations. If you access this website from other locations, you are responsible for compliance with local laws. This Agreement, all use of this website and any claims and damages resulting from use of this website are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this website shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.
2. Modification by Unicode, Inc. Unicode, Inc. shall have the right to modify this Agreement at any time by posting it to this website. The user may not assign any part of this Agreement without Unicode, Inc.’s prior written consent.
3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income.
4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.
5. Entire Agreement. This Agreement constitutes the entire agreement between the parties.
EXHIBIT 1
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
See Terms of Use <https://www.unicode.org/copyright.html>
for definitions of Unicode Inc.’s Data Files and Software.
NOTICE TO USER: Carefully read the following legal agreement.
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT.
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/wrgif.c
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrgif.c
----------------------------------------------------------------------------------------------------
We are also required to state that
"The Graphics Interchange Format(c) is the Copyright property of
CompuServe Incorporated. GIF(sm) is a Service Mark property of
CompuServe Incorporated."
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/LICENSE.md
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/libjpeg-turbo/src/example.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfig.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfig.h.in
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfigint.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfigint.h.in
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jpeg_nbits_table.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/libjpeg.map.in
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jpeg_nbits_table.inc
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdcfg.inc
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdcfg.inc.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg-mapfile
FILE: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg-mapfile.jni
FILE: ../../../flutter/third_party/libjpeg-turbo/src/usage.txt
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wizard.txt
----------------------------------------------------------------------------------------------------
libjpeg-turbo Licenses
======================
libjpeg-turbo is covered by three compatible BSD-style open source licenses:
- The IJG (Independent JPEG Group) License, which is listed in
[README.ijg](README.ijg)
This license applies to the libjpeg API library and associated programs
(any code inherited from libjpeg, and any modifications to that code.)
- The Modified (3-clause) BSD License, which is listed in
[turbojpeg.c](turbojpeg.c)
This license covers the TurboJPEG API library and associated programs.
- The zlib License, which is listed in [simd/jsimdext.inc](simd/jsimdext.inc)
This license is a subset of the other two, and it covers the libjpeg-turbo
SIMD extensions.
Complying with the libjpeg-turbo Licenses
=========================================
This section provides a roll-up of the libjpeg-turbo licensing terms, to the
best of our understanding.
1. If you are distributing a modified version of the libjpeg-turbo source,
then:
1. You cannot alter or remove any existing copyright or license notices
from the source.
**Origin**
- Clause 1 of the IJG License
- Clause 1 of the Modified BSD License
- Clauses 1 and 3 of the zlib License
2. You must add your own copyright notice to the header of each source
file you modified, so others can tell that you modified that file (if
there is not an existing copyright header in that file, then you can
simply add a notice stating that you modified the file.)
**Origin**
- Clause 1 of the IJG License
- Clause 2 of the zlib License
3. You must include the IJG README file, and you must not alter any of the
copyright or license text in that file.
**Origin**
- Clause 1 of the IJG License
2. If you are distributing only libjpeg-turbo binaries without the source, or
if you are distributing an application that statically links with
libjpeg-turbo, then:
1. Your product documentation must include a message stating:
This software is based in part on the work of the Independent JPEG
Group.
**Origin**
- Clause 2 of the IJG license
2. If your binary distribution includes or uses the TurboJPEG API, then
your product documentation must include the text of the Modified BSD
License.
**Origin**
- Clause 2 of the Modified BSD License
3. You cannot use the name of the IJG or The libjpeg-turbo Project or the
contributors thereof in advertising, publicity, etc.
**Origin**
- IJG License
- Clause 3 of the Modified BSD License
4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
free of defects, nor do we accept any liability for undesirable
consequences resulting from your use of the software.
**Origin**
- IJG License
- Modified BSD License
- zlib License
====================================================================================================
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/README.ijg
TYPE: LicenseType.ijg
FILE: ../../../flutter/third_party/libjpeg-turbo/src/cderror.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/cdjpeg.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/cdjpeg.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/cjpeg.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/djpeg.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/example.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jaricom.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcapimin.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcapistd.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcarith.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jccoefct.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jccolext.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jccolor.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcdctmgr.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jchuff.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jchuff.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcinit.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcmainct.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcmarker.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcmaster.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcomapi.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfig.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfig.h.in
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfig.txt
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfigint.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jconfigint.h.in
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcparam.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcphuff.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcprepct.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jcsample.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jctrans.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdapimin.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdapistd.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdarith.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdatadst-tj.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdatadst.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdatasrc-tj.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdatasrc.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdcoefct.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdcoefct.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdcol565.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdcolext.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdcolor.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdct.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jddctmgr.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdhuff.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdhuff.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdinput.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmainct.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmainct.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmarker.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmaster.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmaster.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmerge.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmrg565.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdmrgext.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdphuff.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdpostct.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdsample.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdsample.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jdtrans.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jerror.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jerror.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jfdctflt.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jfdctfst.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jfdctint.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jidctflt.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jidctfst.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jidctint.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jidctred.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jinclude.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jmemmgr.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jmemnobs.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jmemsys.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jmorecfg.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jpeg_nbits_table.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jpegcomp.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jpegint.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jpeglib.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jpegtran.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jquant1.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jquant2.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jstdhuff.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jutils.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/jversion.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/libjpeg.map.in
FILE: ../../../flutter/third_party/libjpeg-turbo/src/libjpeg.txt
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdbmp.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdcolmap.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdgif.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdjpgcom.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdppm.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdrle.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdswitch.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/rdtarga.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jcsample.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jpeg_nbits_table.inc
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdcfg.inc
FILE: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdcfg.inc.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/transupp.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/transupp.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg-mapfile
FILE: ../../../flutter/third_party/libjpeg-turbo/src/turbojpeg-mapfile.jni
FILE: ../../../flutter/third_party/libjpeg-turbo/src/usage.txt
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wizard.txt
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrbmp.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrgif.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrjpgcom.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrppm.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrppm.h
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrrle.c
FILE: ../../../flutter/third_party/libjpeg-turbo/src/wrtarga.c
----------------------------------------------------------------------------------------------------
libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project
to include only information relevant to libjpeg-turbo, to wordsmith certain
sections, and to remove impolitic language that existed in the libjpeg v8
README. It is included only for reference. Please see README.md for
information specific to libjpeg-turbo.
The Independent JPEG Group's JPEG software
==========================================
This distribution contains a release of the Independent JPEG Group's free JPEG
software. You are welcome to redistribute this software and to use it for any
purpose, subject to the conditions under LEGAL ISSUES, below.
This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone,
Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson,
Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers,
and other members of the Independent JPEG Group.
IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee
(also known as JPEG, together with ITU-T SG16).
DOCUMENTATION ROADMAP
=====================
This file contains the following sections:
OVERVIEW General description of JPEG and the IJG software.
LEGAL ISSUES Copyright, lack of warranty, terms of distribution.
REFERENCES Where to learn more about JPEG.
ARCHIVE LOCATIONS Where to find newer versions of this software.
FILE FORMAT WARS Software *not* to get.
TO DO Plans for future IJG releases.
Other documentation files in the distribution are:
User documentation:
usage.txt Usage instructions for cjpeg, djpeg, jpegtran,
rdjpgcom, and wrjpgcom.
*.1 Unix-style man pages for programs (same info as usage.txt).
wizard.txt Advanced usage instructions for JPEG wizards only.
change.log Version-to-version change highlights.
Programmer and internal documentation:
libjpeg.txt How to use the JPEG library in your own programs.
example.c Sample code for calling the JPEG library.
structure.txt Overview of the JPEG library's internal structure.
coderules.txt Coding style rules --- please read if you contribute code.
Please read at least usage.txt. Some information can also be found in the JPEG
FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find
out where to obtain the FAQ article.
If you want to understand how the JPEG code works, we suggest reading one or
more of the REFERENCES, then looking at the documentation files (in roughly
the order listed) before diving into the code.
OVERVIEW
========
This package contains C software to implement JPEG image encoding, decoding,
and transcoding. JPEG (pronounced "jay-peg") is a standardized compression
method for full-color and grayscale images. JPEG's strong suit is compressing
photographic images or other types of images that have smooth color and
brightness transitions between neighboring pixels. Images with sharp lines or
other abrupt features may not compress well with JPEG, and a higher JPEG
quality may have to be used to avoid visible compression artifacts with such
images.
JPEG is lossy, meaning that the output pixels are not necessarily identical to
the input pixels. However, on photographic content and other "smooth" images,
very good compression ratios can be obtained with no visible compression
artifacts, and extremely high compression ratios are possible if you are
willing to sacrifice image quality (by reducing the "quality" setting in the
compressor.)
This software implements JPEG baseline, extended-sequential, and progressive
compression processes. Provision is made for supporting all variants of these
processes, although some uncommon parameter settings aren't implemented yet.
We have made no provision for supporting the hierarchical or lossless
processes defined in the standard.
We provide a set of library routines for reading and writing JPEG image files,
plus two sample applications "cjpeg" and "djpeg", which use the library to
perform conversion between JPEG and some other popular image file formats.
The library is intended to be reused in other applications.
In order to support file conversion and viewing software, we have included
considerable functionality beyond the bare JPEG coding/decoding capability;
for example, the color quantization modules are not strictly part of JPEG
decoding, but they are essential for output to colormapped file formats or
colormapped displays. These extra functions can be compiled out of the
library if not required for a particular application.
We have also included "jpegtran", a utility for lossless transcoding between
different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple
applications for inserting and extracting textual comments in JFIF files.
The emphasis in designing this software has been on achieving portability and
flexibility, while also making it fast enough to be useful. In particular,
the software is not intended to be read as a tutorial on JPEG. (See the
REFERENCES section for introductory material.) Rather, it is intended to
be reliable, portable, industrial-strength code. We do not claim to have
achieved that goal in every aspect of the software, but we strive for it.
We welcome the use of this software as a component of commercial products.
No royalty is required, but we do ask for an acknowledgement in product
documentation, as described under LEGAL ISSUES.
LEGAL ISSUES
============
In plain English:
1. We don't promise that this software works. (But if you find any bugs,
please let us know!)
2. You can use this software for whatever you want. You don't have to pay us.
3. You may not pretend that you wrote this software. If you use it in a
program, you must acknowledge somewhere in your documentation that
you've used the IJG code.
In legalese:
The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose. This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.
This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding.
All Rights Reserved except as specified below.
Permission is hereby granted to use, copy, modify, and distribute this
software (or portions thereof) for any purpose, without fee, subject to these
conditions:
(1) If any part of the source code for this software is distributed, then this
README file must be included, with this copyright and no-warranty notice
unaltered; and any additions, deletions, or changes to the original files
must be clearly indicated in accompanying documentation.
(2) If only executable code is distributed, then the accompanying
documentation must state that "this software is based in part on the work of
the Independent JPEG Group".
(3) Permission for use of this software is granted only if the user accepts
full responsibility for any undesirable consequences; the authors accept
NO LIABILITY for damages of any kind.
These conditions apply to any software derived from or based on the IJG code,
not just to the unmodified library. If you use our work, you ought to
acknowledge us.
Permission is NOT granted for the use of any IJG author's name or company name
in advertising or publicity relating to this software or products derived from
it. This software may be referred to only as "the Independent JPEG Group's
software".
We specifically permit and encourage the use of this software as the basis of
commercial products, provided that all warranty or liability claims are
assumed by the product vendor.
The Unix configuration script "configure" was produced with GNU Autoconf.
It is copyright by the Free Software Foundation but is freely distributable.
The same holds for its supporting scripts (config.guess, config.sub,
ltmain.sh). Another support script, install-sh, is copyright by X Consortium
but is also freely distributable.
The IJG distribution formerly included code to read and write GIF files.
To avoid entanglement with the Unisys LZW patent (now expired), GIF reading
support has been removed altogether, and the GIF writer has been simplified
to produce "uncompressed GIFs". This technique does not use the LZW
algorithm; the resulting GIF files are larger than usual, but are readable
by all standard GIF decoders.
We are required to state that
"The Graphics Interchange Format(c) is the Copyright property of
CompuServe Incorporated. GIF(sm) is a Service Mark property of
CompuServe Incorporated."
REFERENCES
==========
We recommend reading one or more of these references before trying to
understand the innards of the JPEG software.
The best short technical introduction to the JPEG compression algorithm is
Wallace, Gregory K. "The JPEG Still Picture Compression Standard",
Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44.
(Adjacent articles in that issue discuss MPEG motion picture compression,
applications of JPEG, and related topics.) If you don't have the CACM issue
handy, a PDF file containing a revised version of Wallace's article is
available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually
a preprint for an article that appeared in IEEE Trans. Consumer Electronics)
omits the sample images that appeared in CACM, but it includes corrections
and some added material. Note: the Wallace article is copyright ACM and IEEE,
and it may not be used for commercial purposes.
A somewhat less technical, more leisurely introduction to JPEG can be found in
"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by
M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides
good explanations and example C code for a multitude of compression methods
including JPEG. It is an excellent source if you are comfortable reading C
code but don't know much about data compression in general. The book's JPEG
sample code is far from industrial-strength, but when you are ready to look
at a full implementation, you've got one here...
The best currently available description of JPEG is the textbook "JPEG Still
Image Data Compression Standard" by William B. Pennebaker and Joan L.
Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1.
Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG
standards (DIS 10918-1 and draft DIS 10918-2).
The original JPEG standard is divided into two parts, Part 1 being the actual
specification, while Part 2 covers compliance testing methods. Part 1 is
titled "Digital Compression and Coding of Continuous-tone Still Images,
Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS
10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of
Continuous-tone Still Images, Part 2: Compliance testing" and has document
numbers ISO/IEC IS 10918-2, ITU-T T.83.
The JPEG standard does not specify all details of an interchangeable file
format. For the omitted details we follow the "JFIF" conventions, revision
1.02. JFIF 1.02 has been adopted as an Ecma International Technical Report
and thus received a formal publication status. It is available as a free
download in PDF format from
http://www.ecma-international.org/publications/techreports/E-TR-098.htm.
A PostScript version of the JFIF document is available at
http://www.ijg.org/files/jfif.ps.gz. There is also a plain text version at
http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures.
The TIFF 6.0 file format specification can be obtained by FTP from
ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
(Compression tag 7). Copies of this Note can be obtained from
http://www.ijg.org/files/. It is expected that the next revision
of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
Although IJG's own code does not support TIFF/JPEG, the free libtiff library
uses our library to implement TIFF/JPEG per the Note.
ARCHIVE LOCATIONS
=================
The "official" archive site for this software is www.ijg.org.
The most recent released version can always be found there in
directory "files".
The JPEG FAQ (Frequently Asked Questions) article is a source of some
general information about JPEG.
It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/
and other news.answers archive sites, including the official news.answers
archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/.
If you don't have Web or FTP access, send e-mail to [email protected]
with body
send usenet/news.answers/jpeg-faq/part1
send usenet/news.answers/jpeg-faq/part2
FILE FORMAT WARS
================
The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together
with ITU-T SG16) currently promotes different formats containing the name
"JPEG" which are incompatible with original DCT-based JPEG. IJG therefore does
not support these formats (see REFERENCES). Indeed, one of the original
reasons for developing this free software was to help force convergence on
common, interoperable format standards for JPEG files.
Don't use an incompatible file format!
(In any case, our decoder will remain capable of reading existing JPEG
image files indefinitely.)
TO DO
=====
Please send bug reports, offers of help, etc. to [email protected].
====================================================================================================
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../flutter/third_party/icu/source/common/punycode.cpp
TYPE: LicenseType.unknown
FILE: ../../../flutter/third_party/icu/source/common/punycode.cpp
----------------------------------------------------------------------------------------------------
punycode.c 0.4.0 (2001-Nov-17-Sat)
http://www.cs.berkeley.edu/~amc/idn/
Adam M. Costello
http://www.nicemice.net/amc/
Disclaimer and license
Regarding this entire document or any portion of it (including
the pseudocode and C code), the author makes no guarantees and
is not responsible for any damage resulting from its use. The
author grants irrevocable permission to anyone to use, modify,
and distribute it in any way that does not diminish the rights
of anyone else to use, modify, and distribute it, provided that
redistributed derivative works do not contain misleading author or
version information. Derivative works need not be licensed under
similar terms.
====================================================================================================
Total license count: 879
| engine/ci/licenses_golden/licenses_flutter/0 | {
"file_path": "engine/ci/licenses_golden/licenses_flutter",
"repo_id": "engine",
"token_count": 1765179
} | 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 "flutter/display_list/benchmarking/dl_benchmarks.h"
#include "flutter/display_list/dl_builder.h"
#include "flutter/display_list/dl_op_flags.h"
#include "flutter/display_list/skia/dl_sk_canvas.h"
#include "flutter/display_list/testing/dl_test_snippets.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkPoint.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/core/SkTextBlob.h"
#include "third_party/skia/include/gpu/GrDirectContext.h"
#include "third_party/skia/include/gpu/GrRecordingContext.h"
#include "third_party/skia/include/gpu/GrTypes.h"
namespace flutter {
namespace testing {
DlPaint GetPaintForRun(unsigned attributes) {
DlPaint paint;
if (attributes & kStrokedStyle && attributes & kFilledStyle) {
// Not currently exposed by Flutter, but we can probably benchmark this in
// the future
paint.setDrawStyle(DlDrawStyle::kStrokeAndFill);
} else if (attributes & kStrokedStyle) {
paint.setDrawStyle(DlDrawStyle::kStroke);
} else if (attributes & kFilledStyle) {
paint.setDrawStyle(DlDrawStyle::kFill);
}
if (attributes & kHairlineStroke) {
paint.setStrokeWidth(0.0f);
} else {
paint.setStrokeWidth(1.0f);
}
paint.setAntiAlias(attributes & kAntiAliasing);
return paint;
}
static void FlushSubmitCpuSync(const sk_sp<SkSurface>& surface) {
if (!surface) {
return;
}
if (GrDirectContext* dContext =
GrAsDirectContext(surface->recordingContext())) {
dContext->flushAndSubmit(surface.get(), GrSyncCpu::kYes);
}
}
void AnnotateAttributes(unsigned attributes,
benchmark::State& state,
const DisplayListAttributeFlags flags) {
if (flags.always_stroked()) {
state.counters["HairlineStroke"] = attributes & kHairlineStroke ? 1 : 0;
}
if (flags.applies_style()) {
state.counters["HairlineStroke"] = attributes & kHairlineStroke ? 1 : 0;
state.counters["StrokedStyle"] = attributes & kStrokedStyle ? 1 : 0;
state.counters["FilledStyle"] = attributes & kFilledStyle ? 1 : 0;
}
if (flags.applies_anti_alias()) {
state.counters["AntiAliasing"] = attributes & kAntiAliasing ? 1 : 0;
}
}
// Constants chosen to produce benchmark results in the region of 1-50ms
constexpr size_t kLinesToDraw = 10000;
constexpr size_t kRectsToDraw = 5000;
constexpr size_t kOvalsToDraw = 1000;
constexpr size_t kCirclesToDraw = 5000;
constexpr size_t kRRectsToDraw = 5000;
constexpr size_t kDRRectsToDraw = 2000;
constexpr size_t kArcSweepSetsToDraw = 1000;
constexpr size_t kImagesToDraw = 500;
constexpr size_t kFixedCanvasSize = 1024;
// Draw a series of diagonal lines across a square canvas of width/height of
// the length requested. The lines will start from the top left corner to the
// bottom right corner, and move from left to right (at the top) and from right
// to left (at the bottom) until 10,000 lines are drawn.
//
// The resulting image will be an hourglass shape.
void BM_DrawLine(benchmark::State& state,
BackendType backend_type,
unsigned attributes) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawLineFlags);
size_t length = state.range(0);
surface_provider->InitializeSurface(length, length);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
state.counters["DrawCallCount"] = kLinesToDraw;
for (size_t i = 0; i < kLinesToDraw; i++) {
builder.DrawLine(SkPoint::Make(i % length, 0),
SkPoint::Make(length - i % length, length), paint);
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawLine-" +
std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
// Draws a series of square rects of the requested width across
// the canvas and repeats until `kRectsToDraw` rects have been drawn.
//
// Half the drawn rects will not have an integral offset.
void BM_DrawRect(benchmark::State& state,
BackendType backend_type,
unsigned attributes) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawRectFlags);
size_t length = state.range(0);
size_t canvas_size = length * 2;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
// As rects have SkScalar dimensions, we want to ensure that we also
// draw rects with non-integer position and size
const SkScalar offset = 0.5f;
SkRect rect = SkRect::MakeLTRB(0, 0, length, length);
state.counters["DrawCallCount"] = kRectsToDraw;
for (size_t i = 0; i < kRectsToDraw; i++) {
builder.DrawRect(rect, paint);
rect.offset(offset, offset);
if (rect.right() > canvas_size) {
rect.offset(-canvas_size, 0);
}
if (rect.bottom() > canvas_size) {
rect.offset(0, -canvas_size);
}
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawRect-" +
std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
// Draws a series of ovals of the requested height with aspect ratio 3:2 across
// the canvas and repeats until `kOvalsToDraw` ovals have been drawn.
//
// Half the drawn ovals will not have an integral offset.
void BM_DrawOval(benchmark::State& state,
BackendType backend_type,
unsigned attributes) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawOvalFlags);
size_t length = state.range(0);
size_t canvas_size = length * 2;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkRect rect = SkRect::MakeXYWH(0, 0, length * 1.5f, length);
const SkScalar offset = 0.5f;
state.counters["DrawCallCount"] = kOvalsToDraw;
for (size_t i = 0; i < kOvalsToDraw; i++) {
builder.DrawOval(rect, paint);
rect.offset(offset, offset);
if (rect.right() > canvas_size) {
rect.offset(-canvas_size, 0);
}
if (rect.bottom() > canvas_size) {
rect.offset(0, -canvas_size);
}
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawOval-" +
std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
// Draws a series of circles of the requested radius across
// the canvas and repeats until `kCirclesToDraw` circles have been drawn.
//
// Half the drawn circles will not have an integral center point.
void BM_DrawCircle(benchmark::State& state,
BackendType backend_type,
unsigned attributes) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawCircleFlags);
size_t length = state.range(0);
size_t canvas_size = length * 2;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkScalar radius = length / 2.0f;
const SkScalar offset = 0.5f;
SkPoint center = SkPoint::Make(radius, radius);
state.counters["DrawCallCount"] = kCirclesToDraw;
for (size_t i = 0; i < kCirclesToDraw; i++) {
builder.DrawCircle(center, radius, paint);
center.offset(offset, offset);
if (center.x() + radius > canvas_size) {
center.set(radius, center.y());
}
if (center.y() + radius > canvas_size) {
center.set(center.x(), radius);
}
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawCircle-" +
std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
// Draws a series of rounded rects of the requested width across
// the canvas and repeats until `kRRectsToDraw` rects have been drawn.
//
// Half the drawn rounded rects will not have an integral offset.
void BM_DrawRRect(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
SkRRect::Type type) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawRRectFlags);
size_t length = state.range(0);
size_t canvas_size = length * 2;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkVector radii[4] = {};
switch (type) {
case SkRRect::Type::kSimple_Type:
radii[0] = SkVector::Make(5.0f, 5.0f);
radii[1] = SkVector::Make(5.0f, 5.0f);
radii[2] = SkVector::Make(5.0f, 5.0f);
radii[3] = SkVector::Make(5.0f, 5.0f);
break;
case SkRRect::Type::kNinePatch_Type:
radii[0] = SkVector::Make(5.0f, 2.0f);
radii[1] = SkVector::Make(3.0f, 2.0f);
radii[2] = SkVector::Make(3.0f, 4.0f);
radii[3] = SkVector::Make(5.0f, 4.0f);
break;
case SkRRect::Type::kComplex_Type:
radii[0] = SkVector::Make(5.0f, 4.0f);
radii[1] = SkVector::Make(4.0f, 5.0f);
radii[2] = SkVector::Make(3.0f, 6.0f);
radii[3] = SkVector::Make(2.0f, 7.0f);
break;
default:
break;
}
const SkScalar offset = 0.5f;
const SkScalar multiplier = length / 16.0f;
SkRRect rrect;
SkVector set_radii[4];
for (size_t i = 0; i < 4; i++) {
set_radii[i] = radii[i] * multiplier;
}
rrect.setRectRadii(SkRect::MakeLTRB(0, 0, length, length), set_radii);
state.counters["DrawCallCount"] = kRRectsToDraw;
for (size_t i = 0; i < kRRectsToDraw; i++) {
builder.DrawRRect(rrect, paint);
rrect.offset(offset, offset);
if (rrect.rect().right() > canvas_size) {
rrect.offset(-canvas_size, 0);
}
if (rrect.rect().bottom() > canvas_size) {
rrect.offset(0, -canvas_size);
}
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawRRect-" +
std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
// Draws a series of "DR" rects of the requested width across
// the canvas and repeats until `kRRectsToDraw` rects have been drawn.
//
// A "DR" rect is a shape consisting of the difference between two
// rounded rects.
//
// Half the drawn DR rects will not have an integral offset.
void BM_DrawDRRect(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
SkRRect::Type type) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawDRRectFlags);
size_t length = state.range(0);
size_t canvas_size = length * 2;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkVector radii[4] = {};
switch (type) {
case SkRRect::Type::kSimple_Type:
radii[0] = SkVector::Make(5.0f, 5.0f);
radii[1] = SkVector::Make(5.0f, 5.0f);
radii[2] = SkVector::Make(5.0f, 5.0f);
radii[3] = SkVector::Make(5.0f, 5.0f);
break;
case SkRRect::Type::kNinePatch_Type:
radii[0] = SkVector::Make(5.0f, 7.0f);
radii[1] = SkVector::Make(3.0f, 7.0f);
radii[2] = SkVector::Make(3.0f, 4.0f);
radii[3] = SkVector::Make(5.0f, 4.0f);
break;
case SkRRect::Type::kComplex_Type:
radii[0] = SkVector::Make(5.0f, 4.0f);
radii[1] = SkVector::Make(4.0f, 5.0f);
radii[2] = SkVector::Make(3.0f, 6.0f);
radii[3] = SkVector::Make(8.0f, 7.0f);
break;
default:
break;
}
const SkScalar offset = 0.5f;
const SkScalar multiplier = length / 16.0f;
SkRRect rrect, rrect_2;
SkVector set_radii[4];
for (size_t i = 0; i < 4; i++) {
set_radii[i] = radii[i] * multiplier;
}
rrect.setRectRadii(SkRect::MakeLTRB(0, 0, length, length), set_radii);
state.counters["DrawCallCount"] = kDRRectsToDraw;
for (size_t i = 0; i < kDRRectsToDraw; i++) {
rrect.inset(0.1f * length, 0.1f * length, &rrect_2);
builder.DrawDRRect(rrect, rrect_2, paint);
rrect.offset(offset, offset);
if (rrect.rect().right() > canvas_size) {
rrect.offset(-canvas_size, 0);
}
if (rrect.rect().bottom() > canvas_size) {
rrect.offset(0, -canvas_size);
}
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawDRRect-" +
std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
void BM_DrawArc(benchmark::State& state,
BackendType backend_type,
unsigned attributes) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state,
DisplayListOpFlags::kDrawArcNoCenterFlags);
size_t length = state.range(0);
size_t canvas_size = length * 2;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkScalar starting_angle = 0.0f;
SkScalar offset = 0.5f;
// Just some random sweeps that will mostly circumnavigate the circle
std::vector<SkScalar> segment_sweeps = {5.5f, -10.0f, 42.0f, 71.7f, 90.0f,
37.5f, 17.9f, 32.0f, 379.4f};
SkRect bounds = SkRect::MakeLTRB(0, 0, length, length);
state.counters["DrawCallCount"] = kArcSweepSetsToDraw * segment_sweeps.size();
for (size_t i = 0; i < kArcSweepSetsToDraw; i++) {
for (SkScalar sweep : segment_sweeps) {
builder.DrawArc(bounds, starting_angle, sweep, false, paint);
starting_angle += sweep + 5.0f;
}
bounds.offset(offset, offset);
if (bounds.right() > canvas_size) {
bounds.offset(-canvas_size, 0);
}
if (bounds.bottom() > canvas_size) {
bounds.offset(0, -canvas_size);
}
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawArc-" +
std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
// Returns a list of SkPoints that represent `n` points equally spaced out
// along the circumference of a circle with radius `r` and centered on `center`.
std::vector<SkPoint> GetPolygonPoints(size_t n, SkPoint center, SkScalar r) {
std::vector<SkPoint> points;
SkScalar x, y;
float angle;
float full_circle = 2.0f * M_PI;
for (size_t i = 0; i < n; i++) {
angle = (full_circle / static_cast<float>(n)) * static_cast<float>(i);
x = center.x() + r * std::cosf(angle);
y = center.y() + r * std::sinf(angle);
points.push_back(SkPoint::Make(x, y));
}
return points;
}
// Creates a path that represents a regular polygon with `sides` sides,
// centered on `center` with a radius of `radius`. The control points are
// equally spaced out along the circumference of the circle described by
// `radius` and `center`.
//
// The path segment connecting each control point is a line segment.
void GetLinesPath(SkPath& path, size_t sides, SkPoint center, float radius) {
std::vector<SkPoint> points = GetPolygonPoints(sides, center, radius);
path.moveTo(points[0]);
for (size_t i = 1; i < sides; i++) {
path.lineTo(points[i]);
}
path.lineTo(points[0]);
path.close();
}
// Creates a path that represents a regular polygon with `sides` sides,
// centered on `center` with a radius of `radius`. The control points are
// equally spaced out along the circumference of the circle described by
// `radius` and `center`.
//
// The path segment connecting each control point is a quad bezier, with the
// bezier control point being on a circle with 80% of `radius` and with the
// control point angle half way between the start and end point angles for the
// polygon segment.
void GetQuadsPath(SkPath& path, size_t sides, SkPoint center, float radius) {
std::vector<SkPoint> points = GetPolygonPoints(sides, center, radius);
std::vector<SkPoint> control_points =
GetPolygonPoints(sides * 2, center, radius * 0.8f);
path.moveTo(points[0]);
for (size_t i = 1; i < sides; i++) {
path.quadTo(control_points[2 * i - 1], points[i]);
}
path.quadTo(control_points[2 * sides - 1], points[0]);
path.close();
}
// Creates a path that represents a regular polygon with `sides` sides,
// centered on `center` with a radius of `radius`. The control points are
// equally spaced out along the circumference of the circle described by
// `radius` and `center`.
//
// The path segment connecting each control point is a conic, with the
// control point being on a circle with 80% of `radius` and with the
// control point angle half way between the start and end point angles for the
// polygon segment, and the conic weight set to 3.7f.
void GetConicsPath(SkPath& path, size_t sides, SkPoint center, float radius) {
std::vector<SkPoint> points = GetPolygonPoints(sides, center, radius);
std::vector<SkPoint> control_points =
GetPolygonPoints(sides * 2, center, radius * 0.8f);
path.moveTo(points[0]);
for (size_t i = 1; i < sides; i++) {
path.conicTo(control_points[2 * i - 1], points[i], 3.7f);
}
path.conicTo(control_points[2 * sides - 1], points[0], 3.7f);
path.close();
}
// Creates a path that represents a regular polygon with `sides` sides,
// centered on `center` with a radius of `radius`. The control points are
// equally spaced out along the circumference of the circle described by
// `radius` and `center`.
//
// The path segment connecting each control point is a cubic, with the first
// control point being on a circle with 80% of `radius` and with the second
// control point being on a circle with 120% of `radius`. The first
// control point is 1/3, and the second control point is 2/3, of the angle
// between the start and end point angles for the polygon segment.
void GetCubicsPath(SkPath& path, size_t sides, SkPoint center, float radius) {
std::vector<SkPoint> points = GetPolygonPoints(sides, center, radius);
std::vector<SkPoint> inner_control_points =
GetPolygonPoints(sides * 3, center, radius * 0.8f);
std::vector<SkPoint> outer_control_points =
GetPolygonPoints(sides * 3, center, radius * 1.2f);
path.moveTo(points[0]);
for (size_t i = 1; i < sides; i++) {
path.cubicTo(inner_control_points[3 * i - 2],
outer_control_points[3 * i - 1], points[i]);
}
path.cubicTo(inner_control_points[3 * sides - 2],
outer_control_points[3 * sides - 1], points[0]);
path.close();
}
// Returns a path generated by one of the above path generators
// which is multiplied `number` times centered on each of the `number` control
// points along the circumference of a circle centered on `center` with radius
// `radius`.
//
// Each of the polygons will have `sides` sides, and the resulting path will be
// bounded by a circle with radius of 150% of `radius` (or another 20% on top of
// that for cubics)
void MultiplyPath(SkPath& path,
SkPath::Verb type,
SkPoint center,
size_t sides,
size_t number,
float radius) {
std::vector<SkPoint> center_points =
GetPolygonPoints(number, center, radius / 2.0f);
for (SkPoint p : center_points) {
switch (type) {
case SkPath::Verb::kLine_Verb:
GetLinesPath(path, sides, p, radius);
break;
case SkPath::Verb::kQuad_Verb:
GetQuadsPath(path, sides, p, radius);
break;
case SkPath::Verb::kConic_Verb:
GetConicsPath(path, sides, p, radius);
break;
case SkPath::Verb::kCubic_Verb:
GetCubicsPath(path, sides, p, radius);
break;
default:
break;
}
}
}
std::string VerbToString(SkPath::Verb type) {
switch (type) {
case SkPath::Verb::kLine_Verb:
return "Lines";
case SkPath::Verb::kQuad_Verb:
return "Quads";
case SkPath::Verb::kConic_Verb:
return "Conics";
case SkPath::Verb::kCubic_Verb:
return "Cubics";
default:
return "Unknown";
}
}
// Draws a series of overlapping 20-sided polygons where the path segment
// between each point is one of the verb types defined in SkPath.
//
// The number of polygons drawn will be varied to get an overall path
// with approximately 20*N verbs, so we can get an idea of the fixed
// cost of using drawPath as well as an idea of how the cost varies according
// to the verb count.
void BM_DrawPath(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
SkPath::Verb type) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawPathFlags);
size_t length = kFixedCanvasSize;
surface_provider->InitializeSurface(length, length);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkPath path;
std::string label = VerbToString(type);
SkPoint center = SkPoint::Make(length / 2.0f, length / 2.0f);
float radius = length * 0.25f;
state.SetComplexityN(state.range(0));
MultiplyPath(path, type, center, 20, state.range(0), radius);
state.counters["VerbCount"] = path.countVerbs();
state.counters["DrawCallCount"] = 1;
builder.DrawPath(path, paint);
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawPath-" + label +
"-" + std::to_string(state.range(0)) + ".png";
surface_provider->Snapshot(filename);
}
// Returns a set of vertices that describe a circle that has a
// radius of `radius` and outer vertex count of approximately
// `vertex_count`. The final number of vertices will differ as we
// need to ensure the correct usage of vertices to ensure we do not
// request degenerate triangles be drawn. This final count is output
// through `final_vertex_count`.
//
// The resulting vertices will describe a disc consisting of a series
// of triangles with two vertices on the circumference of the disc,
// and the final vertex being the center point of the disc.
//
// Each vertex colour will alternate through Red, Green, Blue and Cyan.
std::shared_ptr<DlVertices> GetTestVertices(SkPoint center,
float radius,
size_t vertex_count,
DlVertexMode mode,
size_t& final_vertex_count) {
size_t outer_vertex_count = vertex_count / 2;
std::vector<SkPoint> outer_points =
GetPolygonPoints(outer_vertex_count, center, radius);
std::vector<SkPoint> vertices;
std::vector<DlColor> colors;
switch (mode) {
case DlVertexMode::kTriangleFan:
// Calling the points on the outer circle O_0, O_1, O_2, ..., and
// the center point C, this should create a triangle fan with vertices
// C, O_0, O_1, O_2, O_3, ...
vertices.push_back(center);
colors.push_back(DlColor(SK_ColorCYAN));
for (size_t i = 0; i <= outer_points.size(); i++) {
vertices.push_back(outer_points[i % outer_points.size()]);
if (i % 3 == 0) {
colors.push_back(DlColor(SK_ColorRED));
} else if (i % 3 == 1) {
colors.push_back(DlColor(SK_ColorGREEN));
} else {
colors.push_back(DlColor(SK_ColorBLUE));
}
}
break;
case DlVertexMode::kTriangles:
// Calling the points on the outer circle O_0, O_1, O_2, ..., and
// the center point C, this should create a series of triangles with
// vertices O_0, O_1, C, O_1, O_2, C, O_2, O_3, C, ...
for (size_t i = 0; i < outer_vertex_count; i++) {
vertices.push_back(outer_points[i % outer_points.size()]);
colors.push_back(DlColor(SK_ColorRED));
vertices.push_back(outer_points[(i + 1) % outer_points.size()]);
colors.push_back(DlColor(SK_ColorGREEN));
vertices.push_back(center);
colors.push_back(DlColor(SK_ColorBLUE));
}
break;
case DlVertexMode::kTriangleStrip:
// Calling the points on the outer circle O_0, O_1, O_2, ..., and
// the center point C, this should create a strip with vertices
// O_0, O_1, C, O_2, O_3, C, O_4, O_5, C, ...
for (size_t i = 0; i <= outer_vertex_count; i++) {
vertices.push_back(outer_points[i % outer_points.size()]);
colors.push_back(i % 2 ? DlColor(SK_ColorRED) : DlColor(SK_ColorGREEN));
if (i % 2 == 1) {
vertices.push_back(center);
colors.push_back(DlColor(SK_ColorBLUE));
}
}
break;
default:
break;
}
final_vertex_count = vertices.size();
return DlVertices::Make(mode, vertices.size(), vertices.data(), nullptr,
colors.data());
}
std::string VertexModeToString(DlVertexMode mode) {
switch (mode) {
case DlVertexMode::kTriangleStrip:
return "TriangleStrip";
case DlVertexMode::kTriangleFan:
return "TriangleFan";
case DlVertexMode::kTriangles:
return "Triangles";
}
return "Unknown";
}
// Draws a series of discs generated by `GetTestVertices()` with
// 50 vertices in each disc. The number of discs drawn will vary according
// to the benchmark input, and the benchmark will automatically calculate
// the Big-O complexity of `DrawVertices` with N being the number of vertices
// being drawn.
//
// The discs drawn will be centered on points along a circle with radius of 25%
// of the canvas width/height, with each point being equally spaced out.
void BM_DrawVertices(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
DlVertexMode mode) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawVerticesFlags);
size_t length = kFixedCanvasSize;
surface_provider->InitializeSurface(length, length);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkPoint center = SkPoint::Make(length / 2.0f, length / 2.0f);
float radius = length / 4.0f;
size_t vertex_count, total_vertex_count = 0;
size_t disc_count = state.range(0);
std::vector<SkPoint> center_points =
GetPolygonPoints(disc_count, center, radius / 4.0f);
state.counters["DrawCallCount"] = center_points.size();
for (SkPoint p : center_points) {
std::shared_ptr<DlVertices> vertices =
GetTestVertices(p, radius, 50, mode, vertex_count);
total_vertex_count += vertex_count;
builder.DrawVertices(vertices.get(), DlBlendMode::kSrc, paint);
}
state.counters["VertexCount"] = total_vertex_count;
state.SetComplexityN(total_vertex_count);
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawVertices-" +
std::to_string(disc_count) + "-" + VertexModeToString(mode) +
".png";
surface_provider->Snapshot(filename);
}
// Generate `count` test points.
//
// The points are distributed using some fixed constant offsets that were
// chosen to appear somewhat random.
//
// The points generated will wrap in x and y for the bounds of `canvas_size`.
std::vector<SkPoint> GetTestPoints(size_t count, SkISize canvas_size) {
std::vector<SkPoint> points;
// Some arbitrary offsets to use when building the list of points
std::vector<SkScalar> delta_x = {10.0f, 6.3f, 15.0f, 3.5f, 22.6f, 4.7f};
std::vector<SkScalar> delta_y = {9.3f, -5.4f, 8.5f, -12.0f, 19.2f, -19.6f};
SkPoint current = SkPoint::Make(0.0f, 0.0f);
for (size_t i = 0; i < count; i++) {
points.push_back(current);
current.offset(delta_x[i % delta_x.size()], delta_y[i % delta_y.size()]);
if (current.x() > canvas_size.width()) {
current.offset(-canvas_size.width(), 25.0f);
}
if (current.y() > canvas_size.height()) {
current.offset(0.0f, -canvas_size.height());
}
}
return points;
}
std::string PointModeToString(DlCanvas::PointMode mode) {
switch (mode) {
case DlCanvas::PointMode::kLines:
return "Lines";
case DlCanvas::PointMode::kPolygon:
return "Polygon";
case DlCanvas::PointMode::kPoints:
default:
return "Points";
}
}
// Draws a series of points generated by `GetTestPoints()` above to
// a fixed-size canvas. The benchmark will vary the number of points drawn,
// and they can be drawn in one of three modes - Lines, Polygon or Points mode.
//
// This benchmark will automatically calculate the Big-O complexity of
// `DrawPoints` with N being the number of points being drawn.
void BM_DrawPoints(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
DlCanvas::PointMode mode) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
switch (mode) {
case DlCanvas::PointMode::kPoints:
AnnotateAttributes(attributes, state,
DisplayListOpFlags::kDrawPointsAsPointsFlags);
break;
case DlCanvas::PointMode::kLines:
AnnotateAttributes(attributes, state,
DisplayListOpFlags::kDrawPointsAsLinesFlags);
break;
case DlCanvas::PointMode::kPolygon:
AnnotateAttributes(attributes, state,
DisplayListOpFlags::kDrawPointsAsPolygonFlags);
break;
}
size_t length = kFixedCanvasSize;
surface_provider->InitializeSurface(length, length);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
size_t point_count = state.range(0);
state.SetComplexityN(point_count);
state.counters["PointCount"] = point_count;
state.counters["DrawCallCount"] = 1;
std::vector<SkPoint> points =
GetTestPoints(point_count, SkISize::Make(length, length));
builder.DrawPoints(mode, points.size(), points.data(), paint);
auto display_list = builder.Build();
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawPoints-" +
PointModeToString(mode) + "-" + std::to_string(point_count) +
".png";
surface_provider->Snapshot(filename);
}
sk_sp<SkImage> ImageFromBitmapWithNewID(const SkBitmap& bitmap) {
// If we create an SkPixmap with a ref to the SkBitmap's pixel data,
// then create an SkImage from that, we always get a new generation ID,
// so we will avoid hitting the cache.
SkPixmap pixmap;
bitmap.peekPixels(&pixmap);
return SkImages::RasterFromPixmap(pixmap, nullptr, nullptr);
}
// Draws `kImagesToDraw` bitmaps to a canvas, either with texture-backed
// bitmaps or bitmaps that need to be uploaded to the GPU first.
void BM_DrawImage(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
DlImageSampling options,
bool upload_bitmap) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state,
DisplayListOpFlags::kDrawImageWithPaintFlags);
size_t bitmap_size = state.range(0);
size_t canvas_size = 2 * bitmap_size;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
sk_sp<SkImage> image;
std::shared_ptr<DlSurfaceInstance> offscreen_instance;
sk_sp<SkSurface> offscreen;
SkBitmap bitmap;
if (upload_bitmap) {
SkImageInfo info = SkImageInfo::Make(bitmap_size, bitmap_size,
SkColorType::kRGBA_8888_SkColorType,
SkAlphaType::kPremul_SkAlphaType);
bitmap.allocPixels(info, 0);
bitmap.eraseColor(SK_ColorBLUE);
} else {
offscreen_instance =
surface_provider->MakeOffscreenSurface(bitmap_size, bitmap_size);
offscreen = offscreen_instance->sk_surface();
offscreen->getCanvas()->clear(SK_ColorRED);
}
SkScalar offset = 0.5f;
SkPoint dst = SkPoint::Make(0, 0);
state.counters["DrawCallCount"] = kImagesToDraw;
for (size_t i = 0; i < kImagesToDraw; i++) {
image = upload_bitmap ? ImageFromBitmapWithNewID(bitmap)
: offscreen->makeImageSnapshot();
builder.DrawImage(DlImage::Make(image), dst, options, &paint);
dst.offset(offset, offset);
if (dst.x() + bitmap_size > canvas_size) {
dst.set(0, dst.y());
}
if (dst.y() + bitmap_size > canvas_size) {
dst.set(dst.x(), 0);
}
}
auto display_list = builder.Build();
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawImage-" +
(upload_bitmap ? "Upload-" : "Texture-") +
std::to_string(bitmap_size) + ".png";
surface_provider->Snapshot(filename);
}
std::string ConstraintToString(DlCanvas::SrcRectConstraint constraint) {
switch (constraint) {
case DlCanvas::SrcRectConstraint::kStrict:
return "Strict";
case DlCanvas::SrcRectConstraint::kFast:
return "Fast";
default:
return "Unknown";
}
}
// Draws `kImagesToDraw` bitmaps to a canvas, either with texture-backed
// bitmaps or bitmaps that need to be uploaded to the GPU first.
//
// The bitmaps are shrunk down to 75% of their size when rendered to the canvas.
void BM_DrawImageRect(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
DlImageSampling options,
DlCanvas::SrcRectConstraint constraint,
bool upload_bitmap) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state,
DisplayListOpFlags::kDrawImageRectWithPaintFlags);
size_t bitmap_size = state.range(0);
size_t canvas_size = 2 * bitmap_size;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
sk_sp<SkImage> image;
std::shared_ptr<DlSurfaceInstance> offscreen_instance;
sk_sp<SkSurface> offscreen;
SkBitmap bitmap;
if (upload_bitmap) {
SkImageInfo info = SkImageInfo::Make(bitmap_size, bitmap_size,
SkColorType::kRGBA_8888_SkColorType,
SkAlphaType::kPremul_SkAlphaType);
bitmap.allocPixels(info, 0);
bitmap.eraseColor(SK_ColorBLUE);
} else {
offscreen_instance =
surface_provider->MakeOffscreenSurface(bitmap_size, bitmap_size);
offscreen = offscreen_instance->sk_surface();
offscreen->getCanvas()->clear(SK_ColorRED);
}
SkScalar offset = 0.5f;
SkRect src = SkRect::MakeXYWH(bitmap_size / 4.0f, bitmap_size / 4.0f,
bitmap_size / 2.0f, bitmap_size / 2.0f);
SkRect dst =
SkRect::MakeXYWH(0.0f, 0.0f, bitmap_size * 0.75f, bitmap_size * 0.75f);
state.counters["DrawCallCount"] = kImagesToDraw;
for (size_t i = 0; i < kImagesToDraw; i++) {
image = upload_bitmap ? ImageFromBitmapWithNewID(bitmap)
: offscreen->makeImageSnapshot();
builder.DrawImageRect(DlImage::Make(image), src, dst, options, &paint,
constraint);
dst.offset(offset, offset);
if (dst.right() > canvas_size) {
dst.offsetTo(0, dst.y());
}
if (dst.bottom() > canvas_size) {
dst.offsetTo(dst.x(), 0);
}
}
auto display_list = builder.Build();
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawImageRect-" +
(upload_bitmap ? "Upload-" : "Texture-") +
ConstraintToString(constraint) + "-" +
std::to_string(bitmap_size) + ".png";
surface_provider->Snapshot(filename);
}
std::string FilterModeToString(const DlFilterMode mode) {
switch (mode) {
case DlFilterMode::kNearest:
return "Nearest";
case DlFilterMode::kLinear:
return "Linear";
default:
return "Unknown";
}
}
// Draws `kImagesToDraw` bitmaps to a canvas, either with texture-backed
// bitmaps or bitmaps that need to be uploaded to the GPU first.
//
// The image is split into 9 sub-rects and stretched proportionally for final
// rendering.
void BM_DrawImageNine(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
const DlFilterMode filter,
bool upload_bitmap) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state,
DisplayListOpFlags::kDrawImageNineWithPaintFlags);
size_t bitmap_size = state.range(0);
size_t canvas_size = 2 * bitmap_size;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkIRect center = SkIRect::MakeXYWH(bitmap_size / 4, bitmap_size / 4,
bitmap_size / 2, bitmap_size / 2);
sk_sp<SkImage> image;
std::shared_ptr<DlSurfaceInstance> offscreen_instance;
sk_sp<SkSurface> offscreen;
SkBitmap bitmap;
if (upload_bitmap) {
SkImageInfo info = SkImageInfo::Make(bitmap_size, bitmap_size,
SkColorType::kRGBA_8888_SkColorType,
SkAlphaType::kPremul_SkAlphaType);
bitmap.allocPixels(info, 0);
bitmap.eraseColor(SK_ColorBLUE);
} else {
offscreen_instance =
surface_provider->MakeOffscreenSurface(bitmap_size, bitmap_size);
offscreen = offscreen_instance->sk_surface();
offscreen->getCanvas()->clear(SK_ColorRED);
}
SkScalar offset = 0.5f;
SkRect dst =
SkRect::MakeXYWH(0.0f, 0.0f, bitmap_size * 0.75f, bitmap_size * 0.75f);
state.counters["DrawCallCount"] = kImagesToDraw;
for (size_t i = 0; i < kImagesToDraw; i++) {
image = upload_bitmap ? ImageFromBitmapWithNewID(bitmap)
: offscreen->makeImageSnapshot();
builder.DrawImageNine(DlImage::Make(image), center, dst, filter, &paint);
dst.offset(offset, offset);
if (dst.right() > canvas_size) {
dst.offsetTo(0, dst.y());
}
if (dst.bottom() > canvas_size) {
dst.offsetTo(dst.x(), 0);
}
}
auto display_list = builder.Build();
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawImageNine-" +
(upload_bitmap ? "Upload-" : "Texture-") +
FilterModeToString(filter) + "-" +
std::to_string(bitmap_size) + ".png";
surface_provider->Snapshot(filename);
}
// Draws a series of glyph runs with 32 glyphs in each run. The number of runs
// may vary according to the benchmark parameters. The text will start in the
// upper left corner of the canvas and advance from left to right and wrap at
// the canvas boundaries in both x and y.
//
// This benchmark will automatically calculate the Big-O complexity of
// `DrawTextBlob` with N being the number of glyphs being drawn.
void BM_DrawTextBlob(benchmark::State& state,
BackendType backend_type,
unsigned attributes) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawTextBlobFlags);
size_t draw_calls = state.range(0);
size_t canvas_size = kFixedCanvasSize;
surface_provider->InitializeSurface(canvas_size, canvas_size);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
state.counters["DrawCallCount_Varies"] = draw_calls;
state.counters["GlyphCount"] = draw_calls;
char character[2] = {'A', '\0'};
for (size_t i = 0; i < draw_calls; i++) {
character[0] = 'A' + (i % 26);
auto blob = SkTextBlob::MakeFromString(character, CreateTestFontOfSize(20));
builder.DrawTextBlob(blob, 50.0f, 50.0f, paint);
}
auto display_list = builder.Build();
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawTextBlob-" +
std::to_string(draw_calls) + ".png";
surface_provider->Snapshot(filename);
}
// Draw the shadow for a 10-sided regular polygon where the polygon's
// sides are denoted by one of a Line, Quad, Conic or Cubic path segment.
//
// The elevation of the light source will vary according to the benchmark
// paremeters.
//
// The benchmark can be run with either a transparent occluder or an opaque
// occluder.
void BM_DrawShadow(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
bool transparent_occluder,
SkPath::Verb type) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kDrawShadowFlags);
size_t length = kFixedCanvasSize;
surface_provider->InitializeSurface(length, length);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
SkPath path;
SkPoint center = SkPoint::Make(length / 2.0f, length / 2.0f);
float radius = length * 0.25f;
switch (type) {
case SkPath::Verb::kLine_Verb:
GetLinesPath(path, 10, center, radius);
break;
case SkPath::Verb::kQuad_Verb:
GetQuadsPath(path, 10, center, radius);
break;
case SkPath::Verb::kConic_Verb:
GetConicsPath(path, 10, center, radius);
break;
case SkPath::Verb::kCubic_Verb:
GetCubicsPath(path, 10, center, radius);
break;
default:
break;
}
float elevation = state.range(0);
state.counters["DrawCallCount"] = 1;
// We can hardcode dpr to 1.0f as we're varying elevation, and dpr is only
// ever used in conjunction with elevation.
builder.DrawShadow(path, DlColor(SK_ColorBLUE), elevation,
transparent_occluder, 1.0f);
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-DrawShadow-" +
VerbToString(type) + "-" +
(transparent_occluder ? "Transparent-" : "Opaque-") +
std::to_string(elevation) + "-" + ".png";
surface_provider->Snapshot(filename);
}
// Calls saveLayer N times from the root canvas layer, and optionally calls
// saveLayer a further M times nested inside that top saveLayer call.
//
// The total number of saveLayer calls will be N * (M+1).
//
// In each saveLayer call, simply draw the colour red with no clip rect.
void BM_SaveLayer(benchmark::State& state,
BackendType backend_type,
unsigned attributes,
size_t save_depth) {
auto surface_provider = DlSurfaceProvider::Create(backend_type);
DisplayListBuilder builder;
DlPaint paint = GetPaintForRun(attributes);
AnnotateAttributes(attributes, state, DisplayListOpFlags::kSaveLayerFlags);
size_t length = kFixedCanvasSize;
surface_provider->InitializeSurface(length, length);
auto surface = surface_provider->GetPrimarySurface()->sk_surface();
auto canvas = DlSkCanvasAdapter(surface->getCanvas());
size_t save_layer_calls = state.range(0);
// Ensure we draw two overlapping rects to avoid any peephole optimisations
SkRect rect1 = SkRect::MakeLTRB(0, 0, 0.75f * length, 0.75f * length);
SkRect rect2 =
SkRect::MakeLTRB(0.25f * length, 0.25f * length, length, length);
state.counters["DrawCallCount_Varies"] = save_layer_calls * save_depth;
for (size_t i = 0; i < save_layer_calls; i++) {
for (size_t j = 0; j < save_depth; j++) {
builder.SaveLayer(nullptr, nullptr);
builder.DrawRect(rect1, paint);
builder.DrawRect(rect2, paint);
}
for (size_t j = 0; j < save_depth; j++) {
builder.Restore();
}
}
auto display_list = builder.Build();
// We only want to time the actual rasterization.
for ([[maybe_unused]] auto _ : state) {
canvas.DrawDisplayList(display_list);
FlushSubmitCpuSync(surface);
}
auto filename = surface_provider->backend_name() + "-SaveLayer-" +
std::to_string(save_depth) + "-" +
std::to_string(save_layer_calls) + ".png";
surface_provider->Snapshot(filename);
}
#ifdef ENABLE_SOFTWARE_BENCHMARKS
RUN_DISPLAYLIST_BENCHMARKS(Software)
#endif
#ifdef ENABLE_OPENGL_BENCHMARKS
RUN_DISPLAYLIST_BENCHMARKS(OpenGL)
#endif
#ifdef ENABLE_METAL_BENCHMARKS
RUN_DISPLAYLIST_BENCHMARKS(Metal)
#endif
} // namespace testing
} // namespace flutter
| engine/display_list/benchmarking/dl_benchmarks.cc/0 | {
"file_path": "engine/display_list/benchmarking/dl_benchmarks.cc",
"repo_id": "engine",
"token_count": 19212
} | 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.
#ifndef FLUTTER_DISPLAY_LIST_DL_ATTRIBUTES_H_
#define FLUTTER_DISPLAY_LIST_DL_ATTRIBUTES_H_
#include <memory>
namespace flutter {
// ===========================================================================
// The base class for a family of DisplayList attribute classes.
//
// This class is designed to support the following properties for any
// attribute to facilitate the storage of the attribute in a DisplayList
// and for use in code that inspects or creates DisplayList objects:
//
// - Typed:
// Even though most references and pointers are passed around as the
// attribute's base class, a Type property can be queried using the |type|
// method to determine which type of the attribute is being used. For
// example, the Blend type of ColorFilter will return DlColorFilter::kBlend
// from its type method.
//
// - Inspectable:
// Any parameters required to full specify the action of the attribute are
// provided on the type-specific classes.
//
// - Safely Downcast:
// For the subclasses that have specific data to query, methods are
// provided to safely downcast the reference for inspection. The down
// casting method will either return a pointer to the instance with
// its type-specific class type, or nullptr if it is executed on the
// wrong type of instance.
// (eg. DlColorFilter::asBlend() or DlMaskFilter::asBlur())
//
// - Immutable:
// Neither the base class or any of the subclasses specify any mutation
// methods. Instances are often passed around as const as a reminder,
// but the classes have no mutation methods anyway.
//
// - Flat and Embeddable:
// Bulk freed + bulk compared + zero memory fragmentation.
//
// All of these classes are designed to be stored in the DisplayList
// buffer allocated in-line with the rest of the data to avoid dangling
// pointers that require explicit freeing when the DisplayList goes
// away, or that fragment the memory needed to read the operations in
// the DisplayList. Furthermore, the data in the classes can be bulk
// compared using a |memcmp| when performing a |DisplayList::Equals|.
//
// - Passed by Pointer:
// The data shared via the |DlOpReceiver::set<Attribute>| calls are stored
// in the buffer itself and so their lifetime is controlled by the
// DisplayList. That memory cannot be shared as by a |shared_ptr|
// because the memory may be freed outside the control of the shared
// pointer. Creating a shared version of the object would require a
// new instantiation which we'd like to avoid on every dispatch call,
// so a raw (const) pointer is shared in those dispatch calls instead,
// with all of the responsibilities of non-ownership in the called method.
//
// But, for methods that need to keep a copy of the data...
//
// - Shared_Ptr-able:
// The classes support a method to return a |std::shared_ptr| version of
// themselves, safely instantiating a new copy of the object into a
// shared_ptr using |std::make_shared|. For those receiver objects
// that may want to hold on to the contents of the object (typically
// in a |current_attribute_| field), they can obtain a shared_ptr
// copy safely and easily using the |shared| method.
// ===========================================================================
// |D| is the base type for the attribute
// (i.e. DlColorFilter, etc.)
// |T| is the enum that describes the specific subclasses
// (i.e DlColorFilterType, etc.)
template <class D, typename T>
class DlAttribute {
public:
// Return the recognized specific type of the attribute.
virtual T type() const = 0;
// Return the size of the instantiated data (typically used to allocate)
// storage in the DisplayList buffer.
virtual size_t size() const = 0;
// Return a shared version of |this| attribute. The |shared_ptr| returned
// will reference a copy of this object so that the lifetime of the shared
// version is not tied to the storage of this particular instance.
virtual std::shared_ptr<D> shared() const = 0;
// Perform a content aware |==| comparison of the Attribute.
bool operator==(D const& other) const {
return type() == other.type() && equals_(other);
}
// Perform a content aware |!=| comparison of the Attribute.
bool operator!=(D const& other) const { return !(*this == other); }
virtual ~DlAttribute() = default;
protected:
// Virtual comparison method to support |==| and |!=|.
virtual bool equals_(D const& other) const = 0;
};
} // namespace flutter
#endif // FLUTTER_DISPLAY_LIST_DL_ATTRIBUTES_H_
| engine/display_list/dl_attributes.h/0 | {
"file_path": "engine/display_list/dl_attributes.h",
"repo_id": "engine",
"token_count": 1361
} | 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_DISPLAY_LIST_DL_PAINT_H_
#define FLUTTER_DISPLAY_LIST_DL_PAINT_H_
#include <memory>
#include <utility>
#include "flutter/display_list/dl_blend_mode.h"
#include "flutter/display_list/dl_color.h"
#include "flutter/display_list/effects/dl_color_filter.h"
#include "flutter/display_list/effects/dl_color_source.h"
#include "flutter/display_list/effects/dl_image_filter.h"
#include "flutter/display_list/effects/dl_mask_filter.h"
#include "flutter/display_list/effects/dl_path_effect.h"
namespace flutter {
enum class DlDrawStyle {
kFill, //!< fills interior of shapes
kStroke, //!< strokes boundary of shapes
kStrokeAndFill, //!< both strokes and fills shapes
kLastStyle = kStrokeAndFill,
kDefaultStyle = kFill,
};
enum class DlStrokeCap {
kButt, //!< no stroke extension
kRound, //!< adds circle
kSquare, //!< adds square
kLastCap = kSquare,
kDefaultCap = kButt,
};
enum class DlStrokeJoin {
kMiter, //!< extends to miter limit
kRound, //!< adds circle
kBevel, //!< connects outside edges
kLastJoin = kBevel,
kDefaultJoin = kMiter,
};
class DlPaint {
public:
static constexpr DlColor kDefaultColor = DlColor::kBlack();
static constexpr float kDefaultWidth = 0.0;
static constexpr float kDefaultMiter = 4.0;
static const DlPaint kDefault;
DlPaint() : DlPaint(DlColor::kBlack()) {}
explicit DlPaint(DlColor color);
bool isAntiAlias() const { return is_anti_alias_; }
DlPaint& setAntiAlias(bool isAntiAlias) {
is_anti_alias_ = isAntiAlias;
return *this;
}
bool isInvertColors() const { return is_invert_colors_; }
DlPaint& setInvertColors(bool isInvertColors) {
is_invert_colors_ = isInvertColors;
return *this;
}
DlColor getColor() const { return color_; }
DlPaint& setColor(DlColor color) {
color_ = color;
return *this;
}
uint8_t getAlpha() const { return color_.argb() >> 24; }
DlPaint& setAlpha(uint8_t alpha) { return setColor(color_.withAlpha(alpha)); }
SkScalar getOpacity() const { return color_.getAlphaF(); }
DlPaint& setOpacity(SkScalar opacity) {
setAlpha(SkScalarRoundToInt(opacity * 0xff));
return *this;
}
DlBlendMode getBlendMode() const {
return static_cast<DlBlendMode>(blend_mode_);
}
DlPaint& setBlendMode(DlBlendMode mode) {
blend_mode_ = static_cast<unsigned>(mode);
return *this;
}
DlDrawStyle getDrawStyle() const {
return static_cast<DlDrawStyle>(draw_style_);
}
DlPaint& setDrawStyle(DlDrawStyle style) {
draw_style_ = static_cast<unsigned>(style);
return *this;
}
DlStrokeCap getStrokeCap() const {
return static_cast<DlStrokeCap>(stroke_cap_);
}
DlPaint& setStrokeCap(DlStrokeCap cap) {
stroke_cap_ = static_cast<unsigned>(cap);
return *this;
}
DlStrokeJoin getStrokeJoin() const {
return static_cast<DlStrokeJoin>(stroke_join_);
}
DlPaint& setStrokeJoin(DlStrokeJoin join) {
stroke_join_ = static_cast<unsigned>(join);
return *this;
}
float getStrokeWidth() const { return stroke_width_; }
DlPaint& setStrokeWidth(float width) {
stroke_width_ = width;
return *this;
}
float getStrokeMiter() const { return stroke_miter_; }
DlPaint& setStrokeMiter(float miter) {
stroke_miter_ = miter;
return *this;
}
std::shared_ptr<const DlColorSource> getColorSource() const {
return color_source_;
}
const DlColorSource* getColorSourcePtr() const { return color_source_.get(); }
DlPaint& setColorSource(std::shared_ptr<const DlColorSource> source) {
color_source_ = std::move(source);
return *this;
}
DlPaint& setColorSource(const DlColorSource* source) {
color_source_ = source ? source->shared() : nullptr;
return *this;
}
std::shared_ptr<const DlColorFilter> getColorFilter() const {
return color_filter_;
}
const DlColorFilter* getColorFilterPtr() const { return color_filter_.get(); }
DlPaint& setColorFilter(const std::shared_ptr<const DlColorFilter>& filter) {
color_filter_ = filter;
return *this;
}
DlPaint& setColorFilter(const DlColorFilter* filter) {
color_filter_ = filter ? filter->shared() : nullptr;
return *this;
}
std::shared_ptr<const DlImageFilter> getImageFilter() const {
return image_filter_;
}
const DlImageFilter* getImageFilterPtr() const { return image_filter_.get(); }
DlPaint& setImageFilter(const std::shared_ptr<const DlImageFilter>& filter) {
image_filter_ = filter;
return *this;
}
DlPaint& setImageFilter(const DlImageFilter* filter) {
image_filter_ = filter ? filter->shared() : nullptr;
return *this;
}
std::shared_ptr<const DlMaskFilter> getMaskFilter() const {
return mask_filter_;
}
const DlMaskFilter* getMaskFilterPtr() const { return mask_filter_.get(); }
DlPaint& setMaskFilter(const std::shared_ptr<DlMaskFilter>& filter) {
mask_filter_ = filter;
return *this;
}
DlPaint& setMaskFilter(const DlMaskFilter* filter) {
mask_filter_ = filter ? filter->shared() : nullptr;
return *this;
}
std::shared_ptr<const DlPathEffect> getPathEffect() const {
return path_effect_;
}
const DlPathEffect* getPathEffectPtr() const { return path_effect_.get(); }
DlPaint& setPathEffect(const std::shared_ptr<DlPathEffect>& pathEffect) {
path_effect_ = pathEffect;
return *this;
}
DlPaint& setPathEffect(const DlPathEffect* effect) {
path_effect_ = effect ? effect->shared() : nullptr;
return *this;
}
bool isDefault() const { return *this == kDefault; }
bool operator==(DlPaint const& other) const;
bool operator!=(DlPaint const& other) const { return !(*this == other); }
private:
#define ASSERT_ENUM_FITS(last_enum, num_bits) \
static_assert(static_cast<int>(last_enum) < (1 << num_bits) && \
static_cast<int>(last_enum) * 2 >= (1 << num_bits))
static constexpr int kBlendModeBits = 5;
static constexpr int kDrawStyleBits = 2;
static constexpr int kStrokeCapBits = 2;
static constexpr int kStrokeJoinBits = 2;
ASSERT_ENUM_FITS(DlBlendMode::kLastMode, kBlendModeBits);
ASSERT_ENUM_FITS(DlDrawStyle::kLastStyle, kDrawStyleBits);
ASSERT_ENUM_FITS(DlStrokeCap::kLastCap, kStrokeCapBits);
ASSERT_ENUM_FITS(DlStrokeJoin::kLastJoin, kStrokeJoinBits);
union {
struct {
unsigned blend_mode_ : kBlendModeBits;
unsigned draw_style_ : kDrawStyleBits;
unsigned stroke_cap_ : kStrokeCapBits;
unsigned stroke_join_ : kStrokeJoinBits;
unsigned is_anti_alias_ : 1;
unsigned is_invert_colors_ : 1;
};
};
DlColor color_;
float stroke_width_;
float stroke_miter_;
std::shared_ptr<const DlColorSource> color_source_;
std::shared_ptr<const DlColorFilter> color_filter_;
std::shared_ptr<const DlImageFilter> image_filter_;
std::shared_ptr<const DlMaskFilter> mask_filter_;
std::shared_ptr<const DlPathEffect> path_effect_;
};
} // namespace flutter
#endif // FLUTTER_DISPLAY_LIST_DL_PAINT_H_
| engine/display_list/dl_paint.h/0 | {
"file_path": "engine/display_list/dl_paint.h",
"repo_id": "engine",
"token_count": 2756
} | 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 "flutter/display_list/image/dl_image_skia.h"
namespace flutter {
DlImageSkia::DlImageSkia(sk_sp<SkImage> image) : image_(std::move(image)) {}
// |DlImage|
DlImageSkia::~DlImageSkia() = default;
// |DlImage|
sk_sp<SkImage> DlImageSkia::skia_image() const {
return image_;
};
// |DlImage|
std::shared_ptr<impeller::Texture> DlImageSkia::impeller_texture() const {
return nullptr;
}
// |DlImage|
bool DlImageSkia::isOpaque() const {
return image_ ? image_->isOpaque() : false;
}
// |DlImage|
bool DlImageSkia::isTextureBacked() const {
return image_ ? image_->isTextureBacked() : false;
}
// |DlImage|
bool DlImageSkia::isUIThreadSafe() const {
// Technically if the image is null then we are thread-safe, and possibly
// if the image is constructed from a heap raster as well, but there
// should never be a leak of an instance of this class into any data that
// is shared with the UI thread, regardless of value.
// All images intended to be shared with the UI thread should be constructed
// via one of the DlImage subclasses designed for that purpose.
return false;
}
// |DlImage|
SkISize DlImageSkia::dimensions() const {
return image_ ? image_->dimensions() : SkISize::MakeEmpty();
}
// |DlImage|
size_t DlImageSkia::GetApproximateByteSize() const {
auto size = sizeof(*this);
if (image_) {
const auto& info = image_->imageInfo();
const auto kMipmapOverhead = image_->hasMipmaps() ? 4.0 / 3.0 : 1.0;
const size_t image_byte_size = info.computeMinByteSize() * kMipmapOverhead;
size += image_byte_size;
}
return size;
}
} // namespace flutter
| engine/display_list/image/dl_image_skia.cc/0 | {
"file_path": "engine/display_list/image/dl_image_skia.cc",
"repo_id": "engine",
"token_count": 623
} | 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 "flutter/display_list/testing/dl_test_snippets.h"
#include "flutter/display_list/dl_builder.h"
#include "flutter/display_list/dl_op_receiver.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "third_party/skia/include/core/SkTypeface.h"
#include "txt/platform.h"
namespace flutter {
namespace testing {
sk_sp<DisplayList> GetSampleDisplayList() {
DisplayListBuilder builder(SkRect::MakeWH(150, 100));
builder.DrawRect(SkRect::MakeXYWH(10, 10, 80, 80), DlPaint(DlColor::kRed()));
return builder.Build();
}
sk_sp<DisplayList> GetSampleNestedDisplayList() {
DisplayListBuilder builder(SkRect::MakeWH(150, 100));
DlPaint paint;
for (int y = 10; y <= 60; y += 10) {
for (int x = 10; x <= 60; x += 10) {
paint.setColor(((x + y) % 20) == 10 ? DlColor(SK_ColorRED)
: DlColor(SK_ColorBLUE));
builder.DrawRect(SkRect::MakeXYWH(x, y, 80, 80), paint);
}
}
DisplayListBuilder outer_builder(SkRect::MakeWH(150, 100));
outer_builder.DrawDisplayList(builder.Build());
return outer_builder.Build();
}
sk_sp<DisplayList> GetSampleDisplayList(int ops) {
DisplayListBuilder builder(SkRect::MakeWH(150, 100));
for (int i = 0; i < ops; i++) {
builder.DrawColor(DlColor::kRed(), DlBlendMode::kSrc);
}
return builder.Build();
}
// ---------------
// Test Suite data
// ---------------
std::vector<DisplayListInvocationGroup> CreateAllAttributesOps() {
return {
{"SetAntiAlias",
{
{0, 8, 0, 0, [](DlOpReceiver& r) { r.setAntiAlias(true); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setAntiAlias(false); }},
}},
{"SetInvertColors",
{
{0, 8, 0, 0, [](DlOpReceiver& r) { r.setInvertColors(true); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setInvertColors(false); }},
}},
{"SetStrokeCap",
{
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setStrokeCap(DlStrokeCap::kRound); }},
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setStrokeCap(DlStrokeCap::kSquare); }},
{0, 0, 0, 0,
[](DlOpReceiver& r) { r.setStrokeCap(DlStrokeCap::kButt); }},
}},
{"SetStrokeJoin",
{
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setStrokeJoin(DlStrokeJoin::kBevel); }},
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setStrokeJoin(DlStrokeJoin::kRound); }},
{0, 0, 0, 0,
[](DlOpReceiver& r) { r.setStrokeJoin(DlStrokeJoin::kMiter); }},
}},
{"SetStyle",
{
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setDrawStyle(DlDrawStyle::kStroke); }},
{0, 8, 0, 0,
[](DlOpReceiver& r) {
r.setDrawStyle(DlDrawStyle::kStrokeAndFill);
}},
{0, 0, 0, 0,
[](DlOpReceiver& r) { r.setDrawStyle(DlDrawStyle::kFill); }},
}},
{"SetStrokeWidth",
{
{0, 8, 0, 0, [](DlOpReceiver& r) { r.setStrokeWidth(1.0); }},
{0, 8, 0, 0, [](DlOpReceiver& r) { r.setStrokeWidth(5.0); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setStrokeWidth(0.0); }},
}},
{"SetStrokeMiter",
{
{0, 8, 0, 0, [](DlOpReceiver& r) { r.setStrokeMiter(0.0); }},
{0, 8, 0, 0, [](DlOpReceiver& r) { r.setStrokeMiter(5.0); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setStrokeMiter(4.0); }},
}},
{"SetColor",
{
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setColor(DlColor(SK_ColorGREEN)); }},
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setColor(DlColor(SK_ColorBLUE)); }},
{0, 0, 0, 0,
[](DlOpReceiver& r) { r.setColor(DlColor(SK_ColorBLACK)); }},
}},
{"SetBlendMode",
{
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setBlendMode(DlBlendMode::kSrcIn); }},
{0, 8, 0, 0,
[](DlOpReceiver& r) { r.setBlendMode(DlBlendMode::kDstIn); }},
{0, 0, 0, 0,
[](DlOpReceiver& r) { r.setBlendMode(DlBlendMode::kSrcOver); }},
}},
{"SetColorSource",
{
{0, 96, 0, 0,
[](DlOpReceiver& r) { r.setColorSource(&kTestSource1); }},
// stop_count * (sizeof(float) + sizeof(uint32_t)) = 80
{0, 80 + 6 * 4, 0, 0,
[](DlOpReceiver& r) { r.setColorSource(kTestSource2.get()); }},
{0, 80 + 6 * 4, 0, 0,
[](DlOpReceiver& r) { r.setColorSource(kTestSource3.get()); }},
{0, 88 + 6 * 4, 0, 0,
[](DlOpReceiver& r) { r.setColorSource(kTestSource4.get()); }},
{0, 80 + 6 * 4, 0, 0,
[](DlOpReceiver& r) { r.setColorSource(kTestSource5.get()); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setColorSource(nullptr); }},
}},
{"SetImageFilter",
{
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestBlurImageFilter1); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestBlurImageFilter2); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestBlurImageFilter3); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestBlurImageFilter4); }},
{0, 24, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestDilateImageFilter1);
}},
{0, 24, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestDilateImageFilter2);
}},
{0, 24, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestDilateImageFilter3);
}},
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestErodeImageFilter1); }},
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestErodeImageFilter2); }},
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestErodeImageFilter3); }},
{0, 64, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestMatrixImageFilter1);
}},
{0, 64, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestMatrixImageFilter2);
}},
{0, 64, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestMatrixImageFilter3);
}},
{0, 24, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestComposeImageFilter1);
}},
{0, 24, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestComposeImageFilter2);
}},
{0, 24, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(&kTestComposeImageFilter3);
}},
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestCFImageFilter1); }},
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setImageFilter(&kTestCFImageFilter2); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setImageFilter(nullptr); }},
{0, 24, 0, 0,
[](DlOpReceiver& r) {
r.setImageFilter(
kTestBlurImageFilter1
.makeWithLocalMatrix(SkMatrix::Translate(2, 2))
.get());
}},
}},
{"SetColorFilter",
{
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setColorFilter(&kTestBlendColorFilter1); }},
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setColorFilter(&kTestBlendColorFilter2); }},
{0, 24, 0, 0,
[](DlOpReceiver& r) { r.setColorFilter(&kTestBlendColorFilter3); }},
{0, 96, 0, 0,
[](DlOpReceiver& r) {
r.setColorFilter(&kTestMatrixColorFilter1);
}},
{0, 96, 0, 0,
[](DlOpReceiver& r) {
r.setColorFilter(&kTestMatrixColorFilter2);
}},
{0, 16, 0, 0,
[](DlOpReceiver& r) {
r.setColorFilter(DlSrgbToLinearGammaColorFilter::kInstance.get());
}},
{0, 16, 0, 0,
[](DlOpReceiver& r) {
r.setColorFilter(DlLinearToSrgbGammaColorFilter::kInstance.get());
}},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setColorFilter(nullptr); }},
}},
{"SetPathEffect",
{
// sizeof(DlDashPathEffect) + 2 * sizeof(SkScalar)
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setPathEffect(kTestPathEffect1.get()); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setPathEffect(kTestPathEffect2.get()); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setPathEffect(nullptr); }},
}},
{"SetMaskFilter",
{
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setMaskFilter(&kTestMaskFilter1); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setMaskFilter(&kTestMaskFilter2); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setMaskFilter(&kTestMaskFilter3); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setMaskFilter(&kTestMaskFilter4); }},
{0, 32, 0, 0,
[](DlOpReceiver& r) { r.setMaskFilter(&kTestMaskFilter5); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.setMaskFilter(nullptr); }},
}},
};
}
std::vector<DisplayListInvocationGroup> CreateAllSaveRestoreOps() {
return {
{"Save(Layer)+Restore",
{
{5, 128, 5, 128,
[](DlOpReceiver& r) {
r.saveLayer(nullptr, SaveLayerOptions::kNoAttributes,
&kTestCFImageFilter1);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
// There are many reasons that save and restore can elide content,
// including whether or not there are any draw operations between
// them, whether or not there are any state changes to restore, and
// whether group rendering (opacity) optimizations can allow
// attributes to be distributed to the children. To prevent those
// cases we include at least one clip operation and 2 overlapping
// rendering primitives between each save/restore pair.
{5, 96, 5, 96,
[](DlOpReceiver& r) {
r.save();
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
{5, 112, 5, 112,
[](DlOpReceiver& r) {
r.saveLayer(nullptr, SaveLayerOptions::kNoAttributes);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
{5, 112, 5, 112,
[](DlOpReceiver& r) {
r.saveLayer(nullptr, SaveLayerOptions::kWithAttributes);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
{5, 112, 5, 112,
[](DlOpReceiver& r) {
r.saveLayer(&kTestBounds, SaveLayerOptions::kNoAttributes);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
{5, 112, 5, 112,
[](DlOpReceiver& r) {
r.saveLayer(&kTestBounds, SaveLayerOptions::kWithAttributes);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
// backdrop variants - using the TestCFImageFilter because it can be
// reconstituted in the DL->SkCanvas->DL stream
// {5, 104, 5, 104, [](DlOpReceiver& r) {
// r.saveLayer(nullptr, SaveLayerOptions::kNoAttributes,
// &kTestCFImageFilter1); r.clipRect({0, 0, 25, 25},
// SkClipOp::kIntersect, true); r.drawRect({5, 5, 15, 15});
// r.drawRect({10, 10, 20, 20});
// r.restore();
// }},
{5, 128, 5, 128,
[](DlOpReceiver& r) {
r.saveLayer(nullptr, SaveLayerOptions::kWithAttributes,
&kTestCFImageFilter1);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
{5, 128, 5, 128,
[](DlOpReceiver& r) {
r.saveLayer(&kTestBounds, SaveLayerOptions::kNoAttributes,
&kTestCFImageFilter1);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
{5, 128, 5, 128,
[](DlOpReceiver& r) {
r.saveLayer(&kTestBounds, SaveLayerOptions::kWithAttributes,
&kTestCFImageFilter1);
r.clipRect({0, 0, 25, 25}, DlCanvas::ClipOp::kIntersect, true);
r.drawRect({5, 5, 15, 15});
r.drawRect({10, 10, 20, 20});
r.restore();
}},
}},
};
}
std::vector<DisplayListInvocationGroup> CreateAllTransformOps() {
return {
{"Translate",
{
// cv.translate(0, 0) is ignored
{1, 16, 1, 16, [](DlOpReceiver& r) { r.translate(10, 10); }},
{1, 16, 1, 16, [](DlOpReceiver& r) { r.translate(10, 15); }},
{1, 16, 1, 16, [](DlOpReceiver& r) { r.translate(15, 10); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.translate(0, 0); }},
}},
{"Scale",
{
// cv.scale(1, 1) is ignored
{1, 16, 1, 16, [](DlOpReceiver& r) { r.scale(2, 2); }},
{1, 16, 1, 16, [](DlOpReceiver& r) { r.scale(2, 3); }},
{1, 16, 1, 16, [](DlOpReceiver& r) { r.scale(3, 2); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.scale(1, 1); }},
}},
{"Rotate",
{
// cv.rotate(0) is ignored, otherwise expressed as concat(rotmatrix)
{1, 8, 1, 32, [](DlOpReceiver& r) { r.rotate(30); }},
{1, 8, 1, 32, [](DlOpReceiver& r) { r.rotate(45); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.rotate(0); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.rotate(360); }},
}},
{"Skew",
{
// cv.skew(0, 0) is ignored, otherwise expressed as
// concat(skewmatrix)
{1, 16, 1, 32, [](DlOpReceiver& r) { r.skew(0.1, 0.1); }},
{1, 16, 1, 32, [](DlOpReceiver& r) { r.skew(0.1, 0.2); }},
{1, 16, 1, 32, [](DlOpReceiver& r) { r.skew(0.2, 0.1); }},
{0, 0, 0, 0, [](DlOpReceiver& r) { r.skew(0, 0); }},
}},
{"Transform2DAffine",
{
{1, 32, 1, 32,
[](DlOpReceiver& r) { r.transform2DAffine(0, 1, 12, 1, 0, 33); }},
// r.transform(identity) is ignored
{0, 0, 0, 0,
[](DlOpReceiver& r) { r.transform2DAffine(1, 0, 0, 0, 1, 0); }},
}},
{"TransformFullPerspective",
{
{1, 72, 1, 72,
[](DlOpReceiver& r) {
r.transformFullPerspective(0, 1, 0, 12, 1, 0, 0, 33, 3, 2, 5, 29,
0, 0, 0, 12);
}},
// r.transform(2D affine) is reduced to 2x3
{1, 32, 1, 32,
[](DlOpReceiver& r) {
r.transformFullPerspective(2, 1, 0, 4, 1, 3, 0, 5, 0, 0, 1, 0, 0,
0, 0, 1);
}},
// r.transform(identity) is ignored
{0, 0, 0, 0,
[](DlOpReceiver& r) {
r.transformFullPerspective(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0,
0, 0, 1);
}},
}},
};
}
std::vector<DisplayListInvocationGroup> CreateAllClipOps() {
return {
{"ClipRect",
{
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.clipRect(kTestBounds, DlCanvas::ClipOp::kIntersect, true);
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.clipRect(kTestBounds.makeOffset(1, 1),
DlCanvas::ClipOp::kIntersect, true);
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.clipRect(kTestBounds, DlCanvas::ClipOp::kIntersect, false);
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.clipRect(kTestBounds, DlCanvas::ClipOp::kDifference, true);
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.clipRect(kTestBounds, DlCanvas::ClipOp::kDifference, false);
}},
}},
{"ClipRRect",
{
{1, 64, 1, 64,
[](DlOpReceiver& r) {
r.clipRRect(kTestRRect, DlCanvas::ClipOp::kIntersect, true);
}},
{1, 64, 1, 64,
[](DlOpReceiver& r) {
r.clipRRect(kTestRRect.makeOffset(1, 1),
DlCanvas::ClipOp::kIntersect, true);
}},
{1, 64, 1, 64,
[](DlOpReceiver& r) {
r.clipRRect(kTestRRect, DlCanvas::ClipOp::kIntersect, false);
}},
{1, 64, 1, 64,
[](DlOpReceiver& r) {
r.clipRRect(kTestRRect, DlCanvas::ClipOp::kDifference, true);
}},
{1, 64, 1, 64,
[](DlOpReceiver& r) {
r.clipRRect(kTestRRect, DlCanvas::ClipOp::kDifference, false);
}},
}},
{"ClipPath",
{
{1, 40, 1, 40,
[](DlOpReceiver& r) {
r.clipPath(kTestPath1, DlCanvas::ClipOp::kIntersect, true);
}},
{1, 40, 1, 40,
[](DlOpReceiver& r) {
r.clipPath(kTestPath2, DlCanvas::ClipOp::kIntersect, true);
}},
{1, 40, 1, 40,
[](DlOpReceiver& r) {
r.clipPath(kTestPath3, DlCanvas::ClipOp::kIntersect, true);
}},
{1, 40, 1, 40,
[](DlOpReceiver& r) {
r.clipPath(kTestPath1, DlCanvas::ClipOp::kIntersect, false);
}},
{1, 40, 1, 40,
[](DlOpReceiver& r) {
r.clipPath(kTestPath1, DlCanvas::ClipOp::kDifference, true);
}},
{1, 40, 1, 40,
[](DlOpReceiver& r) {
r.clipPath(kTestPath1, DlCanvas::ClipOp::kDifference, false);
}},
// clipPath(rect) becomes clipRect
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.clipPath(kTestPathRect, DlCanvas::ClipOp::kIntersect, true);
}},
// clipPath(oval) becomes clipRRect
{1, 64, 1, 64,
[](DlOpReceiver& r) {
r.clipPath(kTestPathOval, DlCanvas::ClipOp::kIntersect, true);
}},
}},
};
}
std::vector<DisplayListInvocationGroup> CreateAllRenderingOps() {
return {
{"DrawPaint",
{
{1, 8, 1, 8, [](DlOpReceiver& r) { r.drawPaint(); }},
}},
{"DrawColor",
{
// cv.drawColor becomes cv.drawPaint(paint)
{1, 16, 1, 24,
[](DlOpReceiver& r) {
r.drawColor(DlColor(SK_ColorBLUE), DlBlendMode::kSrcIn);
}},
{1, 16, 1, 24,
[](DlOpReceiver& r) {
r.drawColor(DlColor(SK_ColorBLUE), DlBlendMode::kDstOut);
}},
{1, 16, 1, 24,
[](DlOpReceiver& r) {
r.drawColor(DlColor(SK_ColorCYAN), DlBlendMode::kSrcIn);
}},
}},
{"DrawLine",
{
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawLine({0, 0}, {10, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawLine({0, 1}, {10, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawLine({0, 0}, {20, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawLine({0, 0}, {10, 20});
}},
}},
{"DrawRect",
{
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawRect({0, 0, 10, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawRect({0, 1, 10, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawRect({0, 0, 20, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawRect({0, 0, 10, 20});
}},
}},
{"DrawOval",
{
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawOval({0, 0, 10, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawOval({0, 1, 10, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawOval({0, 0, 20, 10});
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawOval({0, 0, 10, 20});
}},
}},
{"DrawCircle",
{
// cv.drawCircle becomes cv.drawOval
{1, 16, 1, 24,
[](DlOpReceiver& r) {
r.drawCircle({0, 0}, 10);
}},
{1, 16, 1, 24,
[](DlOpReceiver& r) {
r.drawCircle({0, 5}, 10);
}},
{1, 16, 1, 24,
[](DlOpReceiver& r) {
r.drawCircle({0, 0}, 20);
}},
}},
{"DrawRRect",
{
{1, 56, 1, 56, [](DlOpReceiver& r) { r.drawRRect(kTestRRect); }},
{1, 56, 1, 56,
[](DlOpReceiver& r) { r.drawRRect(kTestRRect.makeOffset(5, 5)); }},
}},
{"DrawDRRect",
{
{1, 112, 1, 112,
[](DlOpReceiver& r) { r.drawDRRect(kTestRRect, kTestInnerRRect); }},
{1, 112, 1, 112,
[](DlOpReceiver& r) {
r.drawDRRect(kTestRRect.makeOffset(5, 5),
kTestInnerRRect.makeOffset(4, 4));
}},
}},
{"DrawPath",
{
{1, 40, 1, 40, [](DlOpReceiver& r) { r.drawPath(kTestPath1); }},
{1, 40, 1, 40, [](DlOpReceiver& r) { r.drawPath(kTestPath2); }},
{1, 40, 1, 40, [](DlOpReceiver& r) { r.drawPath(kTestPath3); }},
{1, 40, 1, 40, [](DlOpReceiver& r) { r.drawPath(kTestPathRect); }},
{1, 40, 1, 40, [](DlOpReceiver& r) { r.drawPath(kTestPathOval); }},
}},
{"DrawArc",
{
{1, 32, 1, 32,
[](DlOpReceiver& r) { r.drawArc(kTestBounds, 45, 270, false); }},
{1, 32, 1, 32,
[](DlOpReceiver& r) {
r.drawArc(kTestBounds.makeOffset(1, 1), 45, 270, false);
}},
{1, 32, 1, 32,
[](DlOpReceiver& r) { r.drawArc(kTestBounds, 30, 270, false); }},
{1, 32, 1, 32,
[](DlOpReceiver& r) { r.drawArc(kTestBounds, 45, 260, false); }},
{1, 32, 1, 32,
[](DlOpReceiver& r) { r.drawArc(kTestBounds, 45, 270, true); }},
}},
{"DrawPoints",
{
{1, 8 + TestPointCount * 8, 1, 8 + TestPointCount * 8,
[](DlOpReceiver& r) {
r.drawPoints(DlCanvas::PointMode::kPoints, TestPointCount,
kTestPoints);
}},
{1, 8 + (TestPointCount - 1) * 8, 1, 8 + (TestPointCount - 1) * 8,
[](DlOpReceiver& r) {
r.drawPoints(DlCanvas::PointMode::kPoints, TestPointCount - 1,
kTestPoints);
}},
{1, 8 + TestPointCount * 8, 1, 8 + TestPointCount * 8,
[](DlOpReceiver& r) {
r.drawPoints(DlCanvas::PointMode::kLines, TestPointCount,
kTestPoints);
}},
{1, 8 + TestPointCount * 8, 1, 8 + TestPointCount * 8,
[](DlOpReceiver& r) {
r.drawPoints(DlCanvas::PointMode::kPolygon, TestPointCount,
kTestPoints);
}},
}},
{"DrawVertices",
{
{1, 112, 1, 16,
[](DlOpReceiver& r) {
r.drawVertices(TestVertices1.get(), DlBlendMode::kSrcIn);
}},
{1, 112, 1, 16,
[](DlOpReceiver& r) {
r.drawVertices(TestVertices1.get(), DlBlendMode::kDstIn);
}},
{1, 112, 1, 16,
[](DlOpReceiver& r) {
r.drawVertices(TestVertices2.get(), DlBlendMode::kSrcIn);
}},
}},
{"DrawImage",
{
{1, 24, -1, 48,
[](DlOpReceiver& r) {
r.drawImage(TestImage1, {10, 10}, kNearestSampling, false);
}},
{1, 24, -1, 48,
[](DlOpReceiver& r) {
r.drawImage(TestImage1, {10, 10}, kNearestSampling, true);
}},
{1, 24, -1, 48,
[](DlOpReceiver& r) {
r.drawImage(TestImage1, {20, 10}, kNearestSampling, false);
}},
{1, 24, -1, 48,
[](DlOpReceiver& r) {
r.drawImage(TestImage1, {10, 20}, kNearestSampling, false);
}},
{1, 24, -1, 48,
[](DlOpReceiver& r) {
r.drawImage(TestImage1, {10, 10}, kLinearSampling, false);
}},
{1, 24, -1, 48,
[](DlOpReceiver& r) {
r.drawImage(TestImage2, {10, 10}, kNearestSampling, false);
}},
{1, 24, -1, 48,
[](DlOpReceiver& r) {
auto dl_image = DlImage::Make(TestSkImage);
r.drawImage(dl_image, {10, 10}, kNearestSampling, false);
}},
}},
{"DrawImageRect",
{
{1, 56, -1, 80,
[](DlOpReceiver& r) {
r.drawImageRect(TestImage1, {10, 10, 20, 20}, {10, 10, 80, 80},
kNearestSampling, false,
DlCanvas::SrcRectConstraint::kFast);
}},
{1, 56, -1, 80,
[](DlOpReceiver& r) {
r.drawImageRect(TestImage1, {10, 10, 20, 20}, {10, 10, 80, 80},
kNearestSampling, true,
DlCanvas::SrcRectConstraint::kFast);
}},
{1, 56, -1, 80,
[](DlOpReceiver& r) {
r.drawImageRect(TestImage1, {10, 10, 20, 20}, {10, 10, 80, 80},
kNearestSampling, false,
DlCanvas::SrcRectConstraint::kStrict);
}},
{1, 56, -1, 80,
[](DlOpReceiver& r) {
r.drawImageRect(TestImage1, {10, 10, 25, 20}, {10, 10, 80, 80},
kNearestSampling, false,
DlCanvas::SrcRectConstraint::kFast);
}},
{1, 56, -1, 80,
[](DlOpReceiver& r) {
r.drawImageRect(TestImage1, {10, 10, 20, 20}, {10, 10, 85, 80},
kNearestSampling, false,
DlCanvas::SrcRectConstraint::kFast);
}},
{1, 56, -1, 80,
[](DlOpReceiver& r) {
r.drawImageRect(TestImage1, {10, 10, 20, 20}, {10, 10, 80, 80},
kLinearSampling, false,
DlCanvas::SrcRectConstraint::kFast);
}},
{1, 56, -1, 80,
[](DlOpReceiver& r) {
r.drawImageRect(TestImage2, {10, 10, 15, 15}, {10, 10, 80, 80},
kNearestSampling, false,
DlCanvas::SrcRectConstraint::kFast);
}},
{1, 56, -1, 80,
[](DlOpReceiver& r) {
auto dl_image = DlImage::Make(TestSkImage);
r.drawImageRect(dl_image, {10, 10, 15, 15}, {10, 10, 80, 80},
kNearestSampling, false,
DlCanvas::SrcRectConstraint::kFast);
}},
}},
{"DrawImageNine",
{
// SkCanvas::drawImageNine is immediately converted to
// drawImageLattice
{1, 48, -1, 80,
[](DlOpReceiver& r) {
r.drawImageNine(TestImage1, {10, 10, 20, 20}, {10, 10, 80, 80},
DlFilterMode::kNearest, false);
}},
{1, 48, -1, 80,
[](DlOpReceiver& r) {
r.drawImageNine(TestImage1, {10, 10, 20, 20}, {10, 10, 80, 80},
DlFilterMode::kNearest, true);
}},
{1, 48, -1, 80,
[](DlOpReceiver& r) {
r.drawImageNine(TestImage1, {10, 10, 25, 20}, {10, 10, 80, 80},
DlFilterMode::kNearest, false);
}},
{1, 48, -1, 80,
[](DlOpReceiver& r) {
r.drawImageNine(TestImage1, {10, 10, 20, 20}, {10, 10, 85, 80},
DlFilterMode::kNearest, false);
}},
{1, 48, -1, 80,
[](DlOpReceiver& r) {
r.drawImageNine(TestImage1, {10, 10, 20, 20}, {10, 10, 80, 80},
DlFilterMode::kLinear, false);
}},
{1, 48, -1, 80,
[](DlOpReceiver& r) {
r.drawImageNine(TestImage2, {10, 10, 15, 15}, {10, 10, 80, 80},
DlFilterMode::kNearest, false);
}},
{1, 48, -1, 80,
[](DlOpReceiver& r) {
auto dl_image = DlImage::Make(TestSkImage);
r.drawImageNine(dl_image, {10, 10, 15, 15}, {10, 10, 80, 80},
DlFilterMode::kNearest, false);
}},
}},
{"DrawAtlas",
{
{1, 48 + 32 + 8, -1, 48 + 32 + 32,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
r.drawAtlas(TestImage1, xforms, texs, nullptr, 2,
DlBlendMode::kSrcIn, kNearestSampling, nullptr,
false);
}},
{1, 48 + 32 + 8, -1, 48 + 32 + 32,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
r.drawAtlas(TestImage1, xforms, texs, nullptr, 2,
DlBlendMode::kSrcIn, kNearestSampling, nullptr, true);
}},
{1, 48 + 32 + 8, -1, 48 + 32 + 32,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{0, 1, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
r.drawAtlas(TestImage1, xforms, texs, nullptr, 2,
DlBlendMode::kSrcIn, kNearestSampling, nullptr,
false);
}},
{1, 48 + 32 + 8, -1, 48 + 32 + 32,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 25, 30, 30}};
r.drawAtlas(TestImage1, xforms, texs, nullptr, 2,
DlBlendMode::kSrcIn, kNearestSampling, nullptr,
false);
}},
{1, 48 + 32 + 8, -1, 48 + 32 + 32,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
r.drawAtlas(TestImage1, xforms, texs, nullptr, 2,
DlBlendMode::kSrcIn, kLinearSampling, nullptr, false);
}},
{1, 48 + 32 + 8, -1, 48 + 32 + 32,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
r.drawAtlas(TestImage1, xforms, texs, nullptr, 2,
DlBlendMode::kDstIn, kNearestSampling, nullptr,
false);
}},
{1, 64 + 32 + 8, -1, 64 + 32 + 32,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
static SkRect cull_rect = {0, 0, 200, 200};
r.drawAtlas(TestImage2, xforms, texs, nullptr, 2,
DlBlendMode::kSrcIn, kNearestSampling, &cull_rect,
false);
}},
{1, 48 + 32 + 8 + 8, -1, 48 + 32 + 32 + 8,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
static DlColor colors[] = {DlColor::kBlue(), DlColor::kGreen()};
r.drawAtlas(TestImage1, xforms, texs, colors, 2,
DlBlendMode::kSrcIn, kNearestSampling, nullptr,
false);
}},
{1, 64 + 32 + 8 + 8, -1, 64 + 32 + 32 + 8,
[](DlOpReceiver& r) {
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
static DlColor colors[] = {DlColor::kBlue(), DlColor::kGreen()};
static SkRect cull_rect = {0, 0, 200, 200};
r.drawAtlas(TestImage1, xforms, texs, colors, 2,
DlBlendMode::kSrcIn, kNearestSampling, &cull_rect,
false);
}},
{1, 48 + 32 + 8, -1, 48 + 32 + 32,
[](DlOpReceiver& r) {
auto dl_image = DlImage::Make(TestSkImage);
static SkRSXform xforms[] = {{1, 0, 0, 0}, {0, 1, 0, 0}};
static SkRect texs[] = {{10, 10, 20, 20}, {20, 20, 30, 30}};
r.drawAtlas(dl_image, xforms, texs, nullptr, 2,
DlBlendMode::kSrcIn, kNearestSampling, nullptr,
false);
}},
}},
{"DrawDisplayList",
{
// cv.drawDL does not exist
{1, 16, -1, 16,
[](DlOpReceiver& r) { r.drawDisplayList(TestDisplayList1, 1.0); }},
{1, 16, -1, 16,
[](DlOpReceiver& r) { r.drawDisplayList(TestDisplayList1, 0.5); }},
{1, 16, -1, 16,
[](DlOpReceiver& r) { r.drawDisplayList(TestDisplayList2, 1.0); }},
{1, 16, -1, 16,
[](DlOpReceiver& r) {
r.drawDisplayList(MakeTestDisplayList(10, 10, SK_ColorRED), 1.0);
}},
}},
{"DrawTextBlob",
{
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawTextBlob(GetTestTextBlob(1), 10, 10);
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawTextBlob(GetTestTextBlob(1), 20, 10);
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawTextBlob(GetTestTextBlob(1), 10, 20);
}},
{1, 24, 1, 24,
[](DlOpReceiver& r) {
r.drawTextBlob(GetTestTextBlob(2), 10, 10);
}},
}},
// The -1 op counts below are to indicate to the framework not to test
// SkCanvas conversion of these ops as it converts the operation into a
// format that is not exposed publicly and so we cannot recapture the
// operation.
// See: https://bugs.chromium.org/p/skia/issues/detail?id=12125
{"DrawShadow",
{
// cv shadows are turned into an opaque ShadowRec which is not
// exposed
{1, 48, -1, 48,
[](DlOpReceiver& r) {
r.drawShadow(kTestPath1, DlColor(SK_ColorGREEN), 1.0, false, 1.0);
}},
{1, 48, -1, 48,
[](DlOpReceiver& r) {
r.drawShadow(kTestPath2, DlColor(SK_ColorGREEN), 1.0, false, 1.0);
}},
{1, 48, -1, 48,
[](DlOpReceiver& r) {
r.drawShadow(kTestPath1, DlColor(SK_ColorBLUE), 1.0, false, 1.0);
}},
{1, 48, -1, 48,
[](DlOpReceiver& r) {
r.drawShadow(kTestPath1, DlColor(SK_ColorGREEN), 2.0, false, 1.0);
}},
{1, 48, -1, 48,
[](DlOpReceiver& r) {
r.drawShadow(kTestPath1, DlColor(SK_ColorGREEN), 1.0, true, 1.0);
}},
{1, 48, -1, 48,
[](DlOpReceiver& r) {
r.drawShadow(kTestPath1, DlColor(SK_ColorGREEN), 1.0, false, 2.5);
}},
}},
};
}
std::vector<DisplayListInvocationGroup> CreateAllGroups() {
std::vector<DisplayListInvocationGroup> result;
auto all_attribute_ops = CreateAllAttributesOps();
std::move(all_attribute_ops.begin(), all_attribute_ops.end(),
std::back_inserter(result));
auto all_save_restore_ops = CreateAllSaveRestoreOps();
std::move(all_save_restore_ops.begin(), all_save_restore_ops.end(),
std::back_inserter(result));
auto all_transform_ops = CreateAllTransformOps();
std::move(all_transform_ops.begin(), all_transform_ops.end(),
std::back_inserter(result));
auto all_clip_ops = CreateAllClipOps();
std::move(all_clip_ops.begin(), all_clip_ops.end(),
std::back_inserter(result));
auto all_rendering_ops = CreateAllRenderingOps();
std::move(all_rendering_ops.begin(), all_rendering_ops.end(),
std::back_inserter(result));
return result;
}
SkFont CreateTestFontOfSize(SkScalar scalar) {
static constexpr const char* kTestFontFixture = "Roboto-Regular.ttf";
auto mapping = flutter::testing::OpenFixtureAsSkData(kTestFontFixture);
FML_CHECK(mapping);
return SkFont{txt::GetDefaultFontManager()->makeFromData(mapping), scalar};
}
sk_sp<SkTextBlob> GetTestTextBlob(int index) {
static std::map<int, sk_sp<SkTextBlob>> text_blobs;
auto it = text_blobs.find(index);
if (it != text_blobs.end()) {
return it->second;
}
std::string text = "TestBlob" + std::to_string(index);
sk_sp<SkTextBlob> blob =
SkTextBlob::MakeFromText(text.c_str(), text.size(),
CreateTestFontOfSize(20), SkTextEncoding::kUTF8);
text_blobs.insert(std::make_pair(index, blob));
return blob;
}
} // namespace testing
} // namespace flutter
| engine/display_list/testing/dl_test_snippets.cc/0 | {
"file_path": "engine/display_list/testing/dl_test_snippets.cc",
"repo_id": "engine",
"token_count": 23330
} | 192 |
#!/bin/bash
set -e # Exit if any program returns an error.
if uname -m | grep "arm64"; then
variant="host_debug_unopt_arm64"
else
variant="host_debug_unopt"
fi
#################################################################
# Make the host C++ project.
#################################################################
if [ ! -d debug ]; then
mkdir debug
fi
cd debug
cmake -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_ENGINE_VARIANT=$variant ..
make
#################################################################
# Make the guest Flutter project.
#################################################################
if [ ! -d myapp ]; then
flutter create myapp
fi
cd myapp
cp ../../main.dart lib/main.dart
flutter build bundle \
--local-engine-src-path ../../../../../ \
--local-engine=$variant \
--local-engine-host=$variant
cd -
#################################################################
# Run the Flutter Engine Embedder
#################################################################
./flutter_glfw ./myapp ../../../../third_party/icu/common/icudtl.dat
| engine/examples/glfw/run.sh/0 | {
"file_path": "engine/examples/glfw/run.sh",
"repo_id": "engine",
"token_count": 310
} | 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_FLOW_COMPOSITOR_CONTEXT_H_
#define FLUTTER_FLOW_COMPOSITOR_CONTEXT_H_
#include <memory>
#include <string>
#include "flutter/common/graphics/texture.h"
#include "flutter/flow/diff_context.h"
#include "flutter/flow/embedded_views.h"
#include "flutter/flow/layer_snapshot_store.h"
#include "flutter/flow/raster_cache.h"
#include "flutter/flow/stopwatch.h"
#include "flutter/fml/macros.h"
#include "flutter/fml/raster_thread_merger.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/gpu/GrDirectContext.h"
namespace flutter {
class LayerTree;
// The result status of CompositorContext::ScopedFrame::Raster.
enum class RasterStatus {
// Frame has been successfully rasterized.
kSuccess,
// Frame has been submited, but must be submitted again. This is only used
// on Android when switching the background surface to FlutterImageView.
//
// On Android, the first frame doesn't make the image available
// to the ImageReader right away. The second frame does.
//
// TODO(egarciad): https://github.com/flutter/flutter/issues/65652
kResubmit,
// Frame has be dropped and a new frame with the same layer tree must be
// attempted.
//
// This is currently used to wait for the thread merger to merge
// the raster and platform threads.
//
// Since the thread merger may be disabled, the system will proceed
// with separate threads for rasterization and platform tasks,
// potentially leading to different performance characteristics.
kSkipAndRetry,
};
class FrameDamage {
public:
// Sets previous layer tree for calculating frame damage. If not set, entire
// frame will be repainted.
void SetPreviousLayerTree(const LayerTree* prev_layer_tree) {
prev_layer_tree_ = prev_layer_tree;
}
// Adds additional damage (accumulated for double / triple buffering).
// This is area that will be repainted alongside any changed part.
void AddAdditionalDamage(const SkIRect& damage) {
additional_damage_.join(damage);
}
// Specifies clip rect alignment.
void SetClipAlignment(int horizontal, int vertical) {
horizontal_clip_alignment_ = horizontal;
vertical_clip_alignment_ = vertical;
}
// Calculates clip rect for current rasterization. This is diff of layer tree
// and previous layer tree + any additional provided damage.
// If previous layer tree is not specified, clip rect will be nullopt,
// but the paint region of layer_tree will be calculated so that it can be
// used for diffing of subsequent frames.
std::optional<SkRect> ComputeClipRect(flutter::LayerTree& layer_tree,
bool has_raster_cache,
bool impeller_enabled);
// See Damage::frame_damage.
std::optional<SkIRect> GetFrameDamage() const {
return damage_ ? std::make_optional(damage_->frame_damage) : std::nullopt;
}
// See Damage::buffer_damage.
std::optional<SkIRect> GetBufferDamage() {
return (damage_ && !ignore_damage_)
? std::make_optional(damage_->buffer_damage)
: std::nullopt;
}
// Remove reported buffer_damage to inform clients that a partial repaint
// should not be performed on this frame.
// frame_damage is required to correctly track accumulated damage for
// subsequent frames.
void Reset() { ignore_damage_ = true; }
private:
SkIRect additional_damage_ = SkIRect::MakeEmpty();
std::optional<Damage> damage_;
const LayerTree* prev_layer_tree_ = nullptr;
int vertical_clip_alignment_ = 1;
int horizontal_clip_alignment_ = 1;
bool ignore_damage_ = false;
};
class CompositorContext {
public:
class ScopedFrame {
public:
ScopedFrame(CompositorContext& context,
GrDirectContext* gr_context,
DlCanvas* canvas,
ExternalViewEmbedder* view_embedder,
const SkMatrix& root_surface_transformation,
bool instrumentation_enabled,
bool surface_supports_readback,
fml::RefPtr<fml::RasterThreadMerger> raster_thread_merger,
impeller::AiksContext* aiks_context);
virtual ~ScopedFrame();
DlCanvas* canvas() { return canvas_; }
ExternalViewEmbedder* view_embedder() { return view_embedder_; }
CompositorContext& context() const { return context_; }
const SkMatrix& root_surface_transformation() const {
return root_surface_transformation_;
}
bool surface_supports_readback() { return surface_supports_readback_; }
GrDirectContext* gr_context() const { return gr_context_; }
impeller::AiksContext* aiks_context() const { return aiks_context_; }
virtual RasterStatus Raster(LayerTree& layer_tree,
bool ignore_raster_cache,
FrameDamage* frame_damage);
private:
void PaintLayerTreeSkia(flutter::LayerTree& layer_tree,
std::optional<SkRect> clip_rect,
bool needs_save_layer,
bool ignore_raster_cache);
void PaintLayerTreeImpeller(flutter::LayerTree& layer_tree,
std::optional<SkRect> clip_rect,
bool ignore_raster_cache);
CompositorContext& context_;
GrDirectContext* gr_context_;
DlCanvas* canvas_;
impeller::AiksContext* aiks_context_;
ExternalViewEmbedder* view_embedder_;
const SkMatrix& root_surface_transformation_;
const bool instrumentation_enabled_;
const bool surface_supports_readback_;
fml::RefPtr<fml::RasterThreadMerger> raster_thread_merger_;
FML_DISALLOW_COPY_AND_ASSIGN(ScopedFrame);
};
CompositorContext();
explicit CompositorContext(Stopwatch::RefreshRateUpdater& updater);
virtual ~CompositorContext();
virtual std::unique_ptr<ScopedFrame> AcquireFrame(
GrDirectContext* gr_context,
DlCanvas* canvas,
ExternalViewEmbedder* view_embedder,
const SkMatrix& root_surface_transformation,
bool instrumentation_enabled,
bool surface_supports_readback,
fml::RefPtr<fml::RasterThreadMerger> raster_thread_merger,
impeller::AiksContext* aiks_context);
void OnGrContextCreated();
void OnGrContextDestroyed();
RasterCache& raster_cache() { return raster_cache_; }
std::shared_ptr<TextureRegistry> texture_registry() {
return texture_registry_;
}
const Stopwatch& raster_time() const { return raster_time_; }
Stopwatch& ui_time() { return ui_time_; }
LayerSnapshotStore& snapshot_store() { return layer_snapshot_store_; }
private:
RasterCache raster_cache_;
std::shared_ptr<TextureRegistry> texture_registry_;
Stopwatch raster_time_;
Stopwatch ui_time_;
LayerSnapshotStore layer_snapshot_store_;
/// Only used by default constructor of `CompositorContext`.
FixedRefreshRateUpdater fixed_refresh_rate_updater_;
void BeginFrame(ScopedFrame& frame, bool enable_instrumentation);
void EndFrame(ScopedFrame& frame, bool enable_instrumentation);
/// @brief Whether Impeller shouild attempt a partial repaint.
/// The Impeller backend requires an additional blit pass, which may
/// not be worthwhile if the damage region is large.
static bool ShouldPerformPartialRepaint(std::optional<SkRect> damage_rect,
SkISize layer_tree_size);
FML_DISALLOW_COPY_AND_ASSIGN(CompositorContext);
};
} // namespace flutter
#endif // FLUTTER_FLOW_COMPOSITOR_CONTEXT_H_
| engine/flow/compositor_context.h/0 | {
"file_path": "engine/flow/compositor_context.h",
"repo_id": "engine",
"token_count": 2810
} | 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 "flutter/flow/layers/backdrop_filter_layer.h"
namespace flutter {
BackdropFilterLayer::BackdropFilterLayer(
std::shared_ptr<const DlImageFilter> filter,
DlBlendMode blend_mode)
: filter_(std::move(filter)), blend_mode_(blend_mode) {}
void BackdropFilterLayer::Diff(DiffContext* context, const Layer* old_layer) {
DiffContext::AutoSubtreeRestore subtree(context);
auto* prev = static_cast<const BackdropFilterLayer*>(old_layer);
if (!context->IsSubtreeDirty()) {
FML_DCHECK(prev);
if (NotEquals(filter_, prev->filter_)) {
context->MarkSubtreeDirty(context->GetOldLayerPaintRegion(old_layer));
}
}
// Backdrop filter paints everywhere in cull rect
auto paint_bounds = context->GetCullRect();
context->AddLayerBounds(paint_bounds);
if (filter_) {
paint_bounds = context->MapRect(paint_bounds);
auto filter_target_bounds = paint_bounds.roundOut();
SkIRect filter_input_bounds; // in screen coordinates
filter_->get_input_device_bounds(
filter_target_bounds, context->GetTransform3x3(), filter_input_bounds);
context->AddReadbackRegion(filter_target_bounds, filter_input_bounds);
}
DiffChildren(context, prev);
context->SetLayerPaintRegion(this, context->CurrentSubtreeRegion());
}
void BackdropFilterLayer::Preroll(PrerollContext* context) {
Layer::AutoPrerollSaveLayerState save =
Layer::AutoPrerollSaveLayerState::Create(context, true, bool(filter_));
if (filter_ && context->view_embedder != nullptr) {
context->view_embedder->PushFilterToVisitedPlatformViews(
filter_, context->state_stack.device_cull_rect());
}
SkRect child_paint_bounds = SkRect::MakeEmpty();
PrerollChildren(context, &child_paint_bounds);
child_paint_bounds.join(context->state_stack.local_cull_rect());
set_paint_bounds(child_paint_bounds);
context->renderable_state_flags = kSaveLayerRenderFlags;
}
void BackdropFilterLayer::Paint(PaintContext& context) const {
FML_DCHECK(needs_painting(context));
auto mutator = context.state_stack.save();
mutator.applyBackdropFilter(paint_bounds(), filter_, blend_mode_);
PaintChildren(context);
}
} // namespace flutter
| engine/flow/layers/backdrop_filter_layer.cc/0 | {
"file_path": "engine/flow/layers/backdrop_filter_layer.cc",
"repo_id": "engine",
"token_count": 791
} | 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 "flutter/flow/layers/color_filter_layer.h"
#include "flutter/display_list/dl_paint.h"
#include "flutter/display_list/utils/dl_comparable.h"
#include "flutter/flow/raster_cache_item.h"
#include "flutter/flow/raster_cache_util.h"
namespace flutter {
ColorFilterLayer::ColorFilterLayer(std::shared_ptr<const DlColorFilter> filter)
: CacheableContainerLayer(
RasterCacheUtil::kMinimumRendersBeforeCachingFilterLayer,
true),
filter_(std::move(filter)) {}
void ColorFilterLayer::Diff(DiffContext* context, const Layer* old_layer) {
DiffContext::AutoSubtreeRestore subtree(context);
auto* prev = static_cast<const ColorFilterLayer*>(old_layer);
if (!context->IsSubtreeDirty()) {
FML_DCHECK(prev);
if (NotEquals(filter_, prev->filter_)) {
context->MarkSubtreeDirty(context->GetOldLayerPaintRegion(old_layer));
}
}
if (context->has_raster_cache()) {
context->WillPaintWithIntegralTransform();
}
DiffChildren(context, prev);
context->SetLayerPaintRegion(this, context->CurrentSubtreeRegion());
}
void ColorFilterLayer::Preroll(PrerollContext* context) {
Layer::AutoPrerollSaveLayerState save =
Layer::AutoPrerollSaveLayerState::Create(context);
AutoCache cache = AutoCache(layer_raster_cache_item_.get(), context,
context->state_stack.transform_3x3());
ContainerLayer::Preroll(context);
// Our saveLayer would apply any outstanding opacity or any outstanding
// image filter before it applies our color filter, but that is in the
// wrong order compared to how these attributes were applied to the tree
// (they would have come from one of our ancestors). So we cannot apply
// those attributes with our saveLayer normally.
// However, some color filters can commute themselves with an opacity
// modulation so in that case we can apply the opacity on behalf of our
// ancestors - otherwise we can apply no attributes.
if (filter_) {
context->renderable_state_flags =
filter_->can_commute_with_opacity()
? LayerStateStack::kCallerCanApplyOpacity
: 0;
}
// else - we can apply whatever our children can apply.
}
void ColorFilterLayer::Paint(PaintContext& context) const {
FML_DCHECK(needs_painting(context));
auto mutator = context.state_stack.save();
if (context.raster_cache) {
// Always apply the integral transform in the presence of a raster cache
// whether or not we will draw from the cache
mutator.integralTransform();
// Try drawing the layer cache item from the cache before applying the
// color filter if it was cached with the filter applied.
if (!layer_raster_cache_item_->IsCacheChildren()) {
DlPaint paint;
if (layer_raster_cache_item_->Draw(context,
context.state_stack.fill(paint))) {
return;
}
}
}
// Now apply the color filter and then try rendering children either from
// cache or directly.
mutator.applyColorFilter(paint_bounds(), filter_);
if (context.raster_cache && layer_raster_cache_item_->IsCacheChildren()) {
DlPaint paint;
if (layer_raster_cache_item_->Draw(context,
context.state_stack.fill(paint))) {
return;
}
}
PaintChildren(context);
}
} // namespace flutter
| engine/flow/layers/color_filter_layer.cc/0 | {
"file_path": "engine/flow/layers/color_filter_layer.cc",
"repo_id": "engine",
"token_count": 1214
} | 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.
#include "flutter/flow/layers/layer_raster_cache_item.h"
#include "flutter/flow/layers/container_layer.h"
#include "flutter/flow/raster_cache_item.h"
#include "flutter/flow/raster_cache_util.h"
#include "third_party/skia/include/core/SkColorSpace.h"
namespace flutter {
LayerRasterCacheItem::LayerRasterCacheItem(Layer* layer,
int layer_cached_threshold,
bool can_cache_children)
: RasterCacheItem(
RasterCacheKeyID(layer->unique_id(), RasterCacheKeyType::kLayer),
// The layer raster_cache_item's cache state default value is none.
CacheState::kNone),
layer_(layer),
layer_cached_threshold_(layer_cached_threshold),
can_cache_children_(can_cache_children) {}
void LayerRasterCacheItem::PrerollSetup(PrerollContext* context,
const SkMatrix& matrix) {
cache_state_ = CacheState::kNone;
if (context->raster_cache && context->raster_cached_entries) {
context->raster_cached_entries->push_back(this);
child_items_ = context->raster_cached_entries->size();
matrix_ = matrix;
}
}
std::unique_ptr<LayerRasterCacheItem> LayerRasterCacheItem::Make(
Layer* layer,
int layer_cache_threshold,
bool can_cache_children) {
return std::make_unique<LayerRasterCacheItem>(layer, layer_cache_threshold,
can_cache_children);
}
void LayerRasterCacheItem::PrerollFinalize(PrerollContext* context,
const SkMatrix& matrix) {
if (!context->raster_cache || !context->raster_cached_entries) {
return;
}
// We've marked the cache entry that we would like to cache so it stays
// alive, but if the following conditions apply then we need to set our
// state back to kDoNotCache so that we don't populate the entry later.
if (context->has_platform_view || context->has_texture_layer ||
context->state_stack.content_culled(layer_->paint_bounds())) {
return;
}
child_items_ = context->raster_cached_entries->size() - child_items_;
if (num_cache_attempts_ >= layer_cached_threshold_) {
// the layer can be cached
cache_state_ = CacheState::kCurrent;
context->raster_cache->MarkSeen(key_id_, matrix_, true);
} else {
num_cache_attempts_++;
// access current layer
if (can_cache_children_) {
if (!layer_children_id_.has_value()) {
auto ids = RasterCacheKeyID::LayerChildrenIds(layer_);
if (!ids.has_value()) {
return;
}
layer_children_id_.emplace(std::move(ids.value()),
RasterCacheKeyType::kLayerChildren);
}
cache_state_ = CacheState::kChildren;
context->raster_cache->MarkSeen(layer_children_id_.value(), matrix_,
true);
}
}
}
std::optional<RasterCacheKeyID> LayerRasterCacheItem::GetId() const {
switch (cache_state_) {
case kCurrent:
return key_id_;
case kChildren:
return layer_children_id_;
default:
return {};
}
}
const SkRect* LayerRasterCacheItem::GetPaintBoundsFromLayer() const {
switch (cache_state_) {
case CacheState::kCurrent:
return &(layer_->paint_bounds());
case CacheState::kChildren:
FML_DCHECK(layer_->as_container_layer());
return &(layer_->as_container_layer()->child_paint_bounds());
default:
FML_DCHECK(cache_state_ != CacheState::kNone);
return nullptr;
}
}
bool Rasterize(RasterCacheItem::CacheState cache_state,
Layer* layer,
const PaintContext& paint_context,
DlCanvas* canvas) {
FML_DCHECK(cache_state != RasterCacheItem::CacheState::kNone);
LayerStateStack state_stack;
state_stack.set_delegate(canvas);
state_stack.set_checkerboard_func(
paint_context.state_stack.checkerboard_func());
PaintContext context = {
// clang-format off
.state_stack = state_stack,
.canvas = canvas,
.gr_context = paint_context.gr_context,
.dst_color_space = paint_context.dst_color_space,
.view_embedder = paint_context.view_embedder,
.raster_time = paint_context.raster_time,
.ui_time = paint_context.ui_time,
.texture_registry = paint_context.texture_registry,
.raster_cache = paint_context.raster_cache,
// clang-format on
};
switch (cache_state) {
case RasterCacheItem::CacheState::kCurrent:
FML_DCHECK(layer->needs_painting(context));
layer->Paint(context);
break;
case RasterCacheItem::CacheState::kChildren:
layer->PaintChildren(context);
break;
case RasterCacheItem::CacheState::kNone:
FML_DCHECK(cache_state != RasterCacheItem::CacheState::kNone);
return false;
}
return true;
}
static const auto* flow_type = "RasterCacheFlow::Layer";
bool LayerRasterCacheItem::TryToPrepareRasterCache(const PaintContext& context,
bool parent_cached) const {
auto maybe_id = GetId();
if (!maybe_id.has_value() || !context.raster_cache || parent_cached) {
return false;
}
if (cache_state_ != kNone) {
if (const SkRect* paint_bounds = GetPaintBoundsFromLayer()) {
RasterCache::Context r_context = {
// clang-format off
.gr_context = context.gr_context,
.dst_color_space = context.dst_color_space,
.matrix = matrix_,
.logical_rect = *paint_bounds,
.flow_type = flow_type,
// clang-format on
};
auto id = maybe_id.value();
return context.raster_cache->UpdateCacheEntry(
id, r_context,
[ctx = context, cache_state = cache_state_,
layer = layer_](DlCanvas* canvas) {
Rasterize(cache_state, layer, ctx, canvas);
});
}
}
return false;
}
bool LayerRasterCacheItem::Draw(const PaintContext& context,
const DlPaint* paint) const {
return Draw(context, context.canvas, paint);
}
bool LayerRasterCacheItem::Draw(const PaintContext& context,
DlCanvas* canvas,
const DlPaint* paint) const {
if (!context.raster_cache || !canvas) {
return false;
}
switch (cache_state_) {
case RasterCacheItem::kNone:
return false;
case RasterCacheItem::kCurrent: {
return context.raster_cache->Draw(key_id_, *canvas, paint,
context.rendering_above_platform_view);
}
case RasterCacheItem::kChildren: {
if (!layer_children_id_.has_value()) {
return false;
}
return context.raster_cache->Draw(layer_children_id_.value(), *canvas,
paint,
context.rendering_above_platform_view);
}
}
}
} // namespace flutter
| engine/flow/layers/layer_raster_cache_item.cc/0 | {
"file_path": "engine/flow/layers/layer_raster_cache_item.cc",
"repo_id": "engine",
"token_count": 3310
} | 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.
#include "flutter/flow/layers/performance_overlay_layer.h"
#include <cstdint>
#include <sstream>
#include "flutter/flow/flow_test_utils.h"
#include "flutter/flow/raster_cache.h"
#include "flutter/flow/testing/layer_test.h"
#include "flutter/shell/common/base64.h"
#include "flutter/testing/mock_canvas.h"
#include "third_party/skia/include/core/SkData.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkSerialProcs.h"
#include "third_party/skia/include/core/SkStream.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/core/SkTextBlob.h"
#include "third_party/skia/include/encode/SkPngEncoder.h"
namespace flutter {
namespace testing {
namespace {
// To get the size of kMockedTimes in compile time.
template <class T, std::size_t N>
constexpr int size(const T (&array)[N]) noexcept {
return N;
}
constexpr int kMockedTimes[] = {17, 1, 4, 24, 4, 25, 30, 4, 13, 34,
14, 0, 18, 9, 32, 36, 26, 23, 5, 8,
32, 18, 29, 16, 29, 18, 0, 36, 33, 10};
static std::string GetGoldenFilePath(int refresh_rate, bool is_new) {
std::stringstream ss;
// This unit test should only be run on Linux (not even on Mac since it's a
// golden test). Hence we don't have to worry about the "/" vs. "\".
ss << flutter::GetGoldenDir() << "/" << "performance_overlay_gold_"
<< refresh_rate << "fps" << (is_new ? "_new" : "") << ".png";
return ss.str();
}
static void TestPerformanceOverlayLayerGold(int refresh_rate) {
std::string golden_file_path = GetGoldenFilePath(refresh_rate, false);
std::string new_golden_file_path = GetGoldenFilePath(refresh_rate, true);
FixedRefreshRateStopwatch mock_stopwatch(
fml::RefreshRateToFrameBudget(refresh_rate));
for (int i = 0; i < size(kMockedTimes); ++i) {
mock_stopwatch.SetLapTime(
fml::TimeDelta::FromMilliseconds(kMockedTimes[i]));
}
const SkImageInfo image_info = SkImageInfo::MakeN32Premul(1000, 1000);
sk_sp<SkSurface> surface = SkSurfaces::Raster(image_info);
DlSkCanvasAdapter canvas(surface->getCanvas());
ASSERT_TRUE(surface != nullptr);
LayerStateStack state_stack;
state_stack.set_delegate(&canvas);
flutter::PaintContext paint_context = {
// clang-format off
.state_stack = state_stack,
.canvas = &canvas,
.gr_context = nullptr,
.view_embedder = nullptr,
.raster_time = mock_stopwatch,
.ui_time = mock_stopwatch,
.texture_registry = nullptr,
.raster_cache = nullptr,
// clang-format on
};
// Specify font file to ensure the same font across different operation
// systems.
flutter::PerformanceOverlayLayer layer(
flutter::kDisplayRasterizerStatistics |
flutter::kVisualizeRasterizerStatistics |
flutter::kDisplayEngineStatistics |
flutter::kVisualizeEngineStatistics,
flutter::GetFontFile().c_str());
layer.set_paint_bounds(SkRect::MakeWH(1000, 400));
surface->getCanvas()->clear(SK_ColorTRANSPARENT);
layer.Paint(paint_context);
sk_sp<SkImage> snapshot = surface->makeImageSnapshot();
sk_sp<SkData> snapshot_data =
SkPngEncoder::Encode(nullptr, snapshot.get(), {});
sk_sp<SkData> golden_data =
SkData::MakeFromFileName(golden_file_path.c_str());
EXPECT_TRUE(golden_data != nullptr)
<< "Golden file not found: " << golden_file_path << ".\n"
<< "Please either set --golden-dir, or make sure that the unit test is "
<< "run from the right directory (e.g., flutter/engine/src).";
// TODO(https://github.com/flutter/flutter/issues/53784): enable this on all
// platforms.
#if !defined(FML_OS_LINUX)
GTEST_SKIP() << "Skipping golden tests on non-Linux OSes";
#else
const bool golden_data_matches = golden_data->equals(snapshot_data.get());
if (!golden_data_matches) {
SkFILEWStream wstream(new_golden_file_path.c_str());
wstream.write(snapshot_data->data(), snapshot_data->size());
wstream.flush();
size_t b64_size = Base64::EncodedSize(snapshot_data->size());
sk_sp<SkData> b64_data = SkData::MakeUninitialized(b64_size + 1);
char* b64_char = static_cast<char*>(b64_data->writable_data());
Base64::Encode(snapshot_data->data(), snapshot_data->size(), b64_char);
b64_char[b64_size] = 0; // make it null terminated for printing
EXPECT_TRUE(golden_data_matches)
<< "Golden file mismatch. Please check " << "the difference between "
<< golden_file_path << " and " << new_golden_file_path
<< ", and replace the former "
<< "with the latter if the difference looks good.\nS\n"
<< "See also the base64 encoded " << new_golden_file_path << ":\n"
<< b64_char;
}
#endif // FML_OS_LINUX
}
} // namespace
using PerformanceOverlayLayerTest = LayerTest;
TEST_F(PerformanceOverlayLayerTest, PaintingEmptyLayerDies) {
const uint64_t overlay_opts = kVisualizeRasterizerStatistics;
auto layer = std::make_shared<PerformanceOverlayLayer>(overlay_opts);
layer->Preroll(preroll_context());
EXPECT_EQ(layer->paint_bounds(), SkRect::MakeEmpty());
EXPECT_FALSE(layer->needs_painting(paint_context()));
// Crashes reading a nullptr.
EXPECT_DEATH_IF_SUPPORTED(layer->Paint(paint_context()), "");
}
TEST_F(PerformanceOverlayLayerTest, InvalidOptions) {
const SkRect layer_bounds = SkRect::MakeLTRB(0.0f, 0.0f, 64.0f, 64.0f);
const uint64_t overlay_opts = 0;
auto layer = std::make_shared<PerformanceOverlayLayer>(overlay_opts);
// TODO(): Note calling code has to call set_paint_bounds right now. Make
// this a constructor parameter and move the set_paint_bounds into Preroll
layer->set_paint_bounds(layer_bounds);
layer->Preroll(preroll_context());
EXPECT_EQ(layer->paint_bounds(), layer_bounds);
EXPECT_TRUE(layer->needs_painting(paint_context()));
// Nothing is drawn if options are invalid (0).
layer->Paint(paint_context());
EXPECT_EQ(mock_canvas().draw_calls(), std::vector<MockCanvas::DrawCall>());
}
TEST_F(PerformanceOverlayLayerTest, SimpleRasterizerStatistics) {
const SkRect layer_bounds = SkRect::MakeLTRB(0.0f, 0.0f, 64.0f, 64.0f);
const uint64_t overlay_opts = kDisplayRasterizerStatistics;
auto layer = std::make_shared<PerformanceOverlayLayer>(overlay_opts);
// TODO(): Note calling code has to call set_paint_bounds right now. Make
// this a constructor parameter and move the set_paint_bounds into Preroll
layer->set_paint_bounds(layer_bounds);
layer->Preroll(preroll_context());
EXPECT_EQ(layer->paint_bounds(), layer_bounds);
EXPECT_TRUE(layer->needs_painting(paint_context()));
layer->Paint(paint_context());
auto overlay_text = PerformanceOverlayLayer::MakeStatisticsText(
paint_context().raster_time, "Raster", "");
auto overlay_text_data = overlay_text->serialize(SkSerialProcs{});
// Historically SK_ColorGRAY (== 0xFF888888) was used here
DlPaint text_paint(DlColor(0xFF888888));
SkPoint text_position = SkPoint::Make(16.0f, 22.0f);
// TODO(https://github.com/flutter/flutter/issues/82202): Remove once the
// performance overlay can use Fuchsia's font manager instead of the empty
// default.
#if defined(OS_FUCHSIA)
GTEST_SKIP() << "Expectation requires a valid default font manager";
#endif // OS_FUCHSIA
EXPECT_EQ(mock_canvas().draw_calls(),
std::vector({MockCanvas::DrawCall{
0, MockCanvas::DrawTextData{overlay_text_data, text_paint,
text_position}}}));
}
TEST_F(PerformanceOverlayLayerTest, MarkAsDirtyWhenResized) {
// Regression test for https://github.com/flutter/flutter/issues/54188
// Create a PerformanceOverlayLayer.
const uint64_t overlay_opts = kVisualizeRasterizerStatistics;
auto layer = std::make_shared<PerformanceOverlayLayer>(overlay_opts);
layer->set_paint_bounds(SkRect::MakeLTRB(0.0f, 0.0f, 48.0f, 48.0f));
layer->Preroll(preroll_context());
layer->Paint(paint_context());
auto data = mock_canvas().draw_calls().front().data;
auto image_data = std::get<MockCanvas::DrawImageDataNoPaint>(data);
auto first_draw_width = image_data.image->width();
// Create a second PerformanceOverlayLayer with different bounds.
layer = std::make_shared<PerformanceOverlayLayer>(overlay_opts);
layer->set_paint_bounds(SkRect::MakeLTRB(0.0f, 0.0f, 64.0f, 64.0f));
layer->Preroll(preroll_context());
layer->Paint(paint_context());
data = mock_canvas().draw_calls().back().data;
image_data = std::get<MockCanvas::DrawImageDataNoPaint>(data);
auto refreshed_draw_width = image_data.image->width();
EXPECT_NE(first_draw_width, refreshed_draw_width);
}
TEST(PerformanceOverlayLayerDefault, Gold) {
TestPerformanceOverlayLayerGold(60);
}
TEST(PerformanceOverlayLayer90fps, Gold) {
TestPerformanceOverlayLayerGold(90);
}
TEST(PerformanceOverlayLayer120fps, Gold) {
TestPerformanceOverlayLayerGold(120);
}
} // namespace testing
} // namespace flutter
| engine/flow/layers/performance_overlay_layer_unittests.cc/0 | {
"file_path": "engine/flow/layers/performance_overlay_layer_unittests.cc",
"repo_id": "engine",
"token_count": 3574
} | 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/flow/paint_utils.h"
#include <stdlib.h>
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkImage.h"
namespace flutter {
namespace {
std::shared_ptr<DlColorSource> CreateCheckerboardShader(SkColor c1,
SkColor c2,
int size) {
SkBitmap bm;
bm.allocN32Pixels(2 * size, 2 * size);
bm.eraseColor(c1);
bm.eraseArea(SkIRect::MakeLTRB(0, 0, size, size), c2);
bm.eraseArea(SkIRect::MakeLTRB(size, size, 2 * size, 2 * size), c2);
auto image = DlImage::Make(SkImages::RasterFromBitmap(bm));
return std::make_shared<DlImageColorSource>(
image, DlTileMode::kRepeat, DlTileMode::kRepeat,
DlImageSampling::kNearestNeighbor);
}
} // anonymous namespace
void DrawCheckerboard(DlCanvas* canvas, const SkRect& rect) {
// Draw a checkerboard
canvas->Save();
canvas->ClipRect(rect, DlCanvas::ClipOp::kIntersect, false);
// Secure random number generation isn't needed here.
// NOLINTBEGIN(clang-analyzer-security.insecureAPI.rand)
auto checkerboard_color =
SkColorSetARGB(64, rand() % 256, rand() % 256, rand() % 256);
// NOLINTEND(clang-analyzer-security.insecureAPI.rand)
DlPaint paint;
paint.setColorSource(
CreateCheckerboardShader(checkerboard_color, 0x00000000, 12));
canvas->DrawPaint(paint);
canvas->Restore();
// Stroke the drawn area
DlPaint debug_paint;
debug_paint.setStrokeWidth(8);
debug_paint.setColor(DlColor(SkColorSetA(checkerboard_color, 255)));
debug_paint.setDrawStyle(DlDrawStyle::kStroke);
canvas->DrawRect(rect, debug_paint);
}
} // namespace flutter
| engine/flow/paint_utils.cc/0 | {
"file_path": "engine/flow/paint_utils.cc",
"repo_id": "engine",
"token_count": 779
} | 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 "flutter/flow/stopwatch_dl.h"
#include "gtest/gtest.h"
namespace flutter {
namespace testing {
static SkRect MakeRectFromVertices(SkPoint vertices[6]) {
// "Combine" the vertices to form a rectangle.
auto const left = std::min(vertices[0].x(), vertices[5].x());
auto const top = std::min(vertices[0].y(), vertices[1].y());
auto const right = std::max(vertices[1].x(), vertices[2].x());
auto const bottom = std::max(vertices[2].y(), vertices[3].y());
return SkRect::MakeLTRB(left, top, right, bottom);
}
TEST(DlVertexPainter, DrawRectIntoVertices) {
auto painter = DlVertexPainter();
// Paint a red rectangle.
painter.DrawRect(SkRect::MakeLTRB(0, 0, 10, 10), DlColor::kRed());
// Paint a blue rectangle.
painter.DrawRect(SkRect::MakeLTRB(10, 10, 20, 20), DlColor::kBlue());
// Convert the buffered vertices into a |DlVertices| object.
auto vertices = painter.IntoVertices();
// Verify the vertices.
EXPECT_EQ(vertices->mode(), DlVertexMode::kTriangles);
EXPECT_EQ(vertices->vertex_count(), 3 * 2 * 2);
auto const points = vertices->vertices();
{
// Extract the first 6 vertices (first rectangle).
SkPoint first_rect_vertices[6];
std::copy(points, points + 6, first_rect_vertices);
EXPECT_EQ(MakeRectFromVertices(first_rect_vertices),
SkRect::MakeLTRB(0, 0, 10, 10));
}
{
// Extract the next 6 vertices (second rectangle).
SkPoint second_rect_vertices[6];
std::copy(points + 6, points + 12, second_rect_vertices);
EXPECT_EQ(MakeRectFromVertices(second_rect_vertices),
SkRect::MakeLTRB(10, 10, 20, 20));
}
// Verify the colors (first 6 vertices are red, next 6 are blue).
auto const colors = vertices->colors();
EXPECT_EQ(colors[0], DlColor::kRed());
EXPECT_EQ(colors[1], DlColor::kRed());
EXPECT_EQ(colors[2], DlColor::kRed());
EXPECT_EQ(colors[3], DlColor::kRed());
EXPECT_EQ(colors[4], DlColor::kRed());
EXPECT_EQ(colors[5], DlColor::kRed());
EXPECT_EQ(colors[6], DlColor::kBlue());
EXPECT_EQ(colors[7], DlColor::kBlue());
EXPECT_EQ(colors[8], DlColor::kBlue());
EXPECT_EQ(colors[9], DlColor::kBlue());
EXPECT_EQ(colors[10], DlColor::kBlue());
EXPECT_EQ(colors[11], DlColor::kBlue());
}
} // namespace testing
} // namespace flutter
| engine/flow/stopwatch_dl_unittests.cc/0 | {
"file_path": "engine/flow/stopwatch_dl_unittests.cc",
"repo_id": "engine",
"token_count": 947
} | 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 "flutter/flow/testing/mock_layer.h"
#include <utility>
#include "flutter/flow/layers/container_layer.h"
#include "flutter/flow/layers/layer.h"
#include "flutter/flow/testing/mock_raster_cache.h"
namespace flutter {
namespace testing {
MockLayer::MockLayer(const SkPath& path, DlPaint paint)
: fake_paint_path_(path), fake_paint_(std::move(paint)) {}
bool MockLayer::IsReplacing(DiffContext* context, const Layer* layer) const {
// Similar to PictureLayer, only return true for identical mock layers;
// That way ContainerLayer::DiffChildren can properly detect mock layer
// insertion
auto mock_layer = layer->as_mock_layer();
return mock_layer && mock_layer->fake_paint_ == fake_paint_ &&
mock_layer->fake_paint_path_ == fake_paint_path_;
}
void MockLayer::Diff(DiffContext* context, const Layer* old_layer) {
DiffContext::AutoSubtreeRestore subtree(context);
context->AddLayerBounds(fake_paint_path_.getBounds());
context->SetLayerPaintRegion(this, context->CurrentSubtreeRegion());
}
void MockLayer::Preroll(PrerollContext* context) {
context->state_stack.fill(&parent_mutators_);
parent_matrix_ = context->state_stack.transform_3x3();
parent_cull_rect_ = context->state_stack.local_cull_rect();
set_parent_has_platform_view(context->has_platform_view);
set_parent_has_texture_layer(context->has_texture_layer);
context->has_platform_view = fake_has_platform_view();
context->has_texture_layer = fake_has_texture_layer();
set_paint_bounds(fake_paint_path_.getBounds());
if (fake_reads_surface()) {
context->surface_needs_readback = true;
}
if (fake_opacity_compatible()) {
context->renderable_state_flags = LayerStateStack::kCallerCanApplyOpacity;
}
}
void MockLayer::Paint(PaintContext& context) const {
FML_DCHECK(needs_painting(context));
if (expected_paint_matrix_.has_value()) {
SkMatrix matrix = context.canvas->GetTransform();
EXPECT_EQ(matrix, expected_paint_matrix_.value());
}
DlPaint paint = fake_paint_;
context.state_stack.fill(paint);
context.canvas->DrawPath(fake_paint_path_, paint);
}
void MockCacheableContainerLayer::Preroll(PrerollContext* context) {
Layer::AutoPrerollSaveLayerState save =
Layer::AutoPrerollSaveLayerState::Create(context);
auto cache = AutoCache(layer_raster_cache_item_.get(), context,
context->state_stack.transform_3x3());
ContainerLayer::Preroll(context);
}
void MockCacheableLayer::Preroll(PrerollContext* context) {
Layer::AutoPrerollSaveLayerState save =
Layer::AutoPrerollSaveLayerState::Create(context);
auto cache = AutoCache(raster_cache_item_.get(), context,
context->state_stack.transform_3x3());
MockLayer::Preroll(context);
}
} // namespace testing
} // namespace flutter
| engine/flow/testing/mock_layer.cc/0 | {
"file_path": "engine/flow/testing/mock_layer.cc",
"repo_id": "engine",
"token_count": 1021
} | 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.
import("//flutter/flutter_vma/config.gni")
source_set("flutter_vma") {
sources = [
"flutter_vma.cc",
"flutter_vma.h",
]
if (disable_vma_stl_shared_mutex) {
defines = [ "VMA_USE_STL_SHARED_MUTEX=0" ]
}
public_deps = [
"//flutter/fml",
"//flutter/third_party/vulkan-deps/vulkan-headers/src:vulkan_headers",
"//flutter/third_party/vulkan_memory_allocator",
]
public_configs = [ "//flutter:config" ]
}
source_set("flutter_skia_vma") {
sources = [
"flutter_skia_vma.cc",
"flutter_skia_vma.h",
]
public_deps = [
":flutter_vma",
"//flutter/fml",
"//flutter/skia",
"//flutter/vulkan/procs",
]
}
| engine/flutter_vma/BUILD.gn/0 | {
"file_path": "engine/flutter_vma/BUILD.gn",
"repo_id": "engine",
"token_count": 366
} | 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.
#include "flutter/fml/base32.h"
#include <iostream>
#include "gtest/gtest.h"
TEST(Base32Test, CanEncode) {
{
auto result = fml::Base32Encode("hello");
ASSERT_TRUE(result.first);
ASSERT_EQ(result.second, "NBSWY3DP");
}
{
auto result = fml::Base32Encode("helLo");
ASSERT_TRUE(result.first);
ASSERT_EQ(result.second, "NBSWYTDP");
}
{
auto result = fml::Base32Encode("");
ASSERT_TRUE(result.first);
ASSERT_EQ(result.second, "");
}
{
auto result = fml::Base32Encode("1");
ASSERT_TRUE(result.first);
ASSERT_EQ(result.second, "GE");
}
{
auto result = fml::Base32Encode("helLo");
ASSERT_TRUE(result.first);
ASSERT_EQ(result.second, "NBSWYTDP");
}
{
auto result = fml::Base32Encode("\xff\xfe\x7f\x80\x81");
ASSERT_TRUE(result.first);
ASSERT_EQ(result.second, "777H7AEB");
}
}
TEST(Base32Test, CanEncodeDecodeStrings) {
std::vector<std::string> strings = {"hello", "helLo", "", "1", "\0"};
for (size_t i = 0; i < strings.size(); i += 1) {
auto encode_result = fml::Base32Encode(strings[i]);
ASSERT_TRUE(encode_result.first);
auto decode_result = fml::Base32Decode(encode_result.second);
ASSERT_TRUE(decode_result.first);
const std::string& decoded = decode_result.second;
std::string decoded_string(decoded.data(), decoded.size());
ASSERT_EQ(strings[i], decoded_string);
}
}
TEST(Base32Test, DecodeReturnsFalseForInvalideInput) {
// "B" is invalid because it has a non-zero padding.
std::vector<std::string> invalid_inputs = {"a", "1", "9", "B"};
for (const std::string& input : invalid_inputs) {
auto decode_result = fml::Base32Decode(input);
if (decode_result.first) {
std::cout << "Base32Decode should return false on " << input << std::endl;
}
ASSERT_FALSE(decode_result.first);
}
}
TEST(Base32Test, CanDecodeSkSLKeys) {
std::vector<std::string> inputs = {
"CAZAAAACAAAAADQAAAABKAAAAAJQAAIA7777777777776EYAAEAP777777777777AAAAAABA"
"ABTAAAAAAAAAAAAAAABAAAAAGQAGGAA",
"CAZAAAICAAAAAAAAAAADOAAAAAJQAAIA777777Y4AAKAAEYAAEAP777777777777EAAGMAAA"
"AAAAAAAAAAACQACNAAAAAAAAAAAAAAACAAAAAPAAMMAA",
"CAZACAACAAAABAYACAAAAAAAAAJQAAIADQABIAH777777777777RQAAOAAAAAAAAAAAAAABE"
"AANQAAAAAAAAAAAAAAYAAJYAAAAAAAANAAAQAAAAAAAEAAAHAAAAAAAAAAAAAAANAAAQAAAA"
"AAAFIADKAAAAAAAAAAAAAAACAAAAAZAAMMAA"};
for (const std::string& input : inputs) {
auto decode_result = fml::Base32Decode(input);
if (!decode_result.first) {
std::cout << "Base32Decode should return true on " << input << std::endl;
}
ASSERT_TRUE(decode_result.first);
auto encode_result = fml::Base32Encode(decode_result.second);
ASSERT_TRUE(encode_result.first);
ASSERT_EQ(encode_result.second, input);
}
}
| engine/fml/base32_unittest.cc/0 | {
"file_path": "engine/fml/base32_unittest.cc",
"repo_id": "engine",
"token_count": 1257
} | 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.
#define FML_USED_ON_EMBEDDER
#include "flutter/fml/delayed_task.h"
namespace fml {
DelayedTask::DelayedTask(size_t order,
const fml::closure& task,
fml::TimePoint target_time,
fml::TaskSourceGrade task_source_grade)
: order_(order),
task_(task),
target_time_(target_time),
task_source_grade_(task_source_grade) {}
DelayedTask::~DelayedTask() = default;
DelayedTask::DelayedTask(const DelayedTask& other) = default;
const fml::closure& DelayedTask::GetTask() const {
return task_;
}
fml::TimePoint DelayedTask::GetTargetTime() const {
return target_time_;
}
fml::TaskSourceGrade DelayedTask::GetTaskSourceGrade() const {
return task_source_grade_;
}
bool DelayedTask::operator>(const DelayedTask& other) const {
if (target_time_ == other.target_time_) {
return order_ > other.order_;
}
return target_time_ > other.target_time_;
}
} // namespace fml
| engine/fml/delayed_task.cc/0 | {
"file_path": "engine/fml/delayed_task.cc",
"repo_id": "engine",
"token_count": 442
} | 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.
#ifndef FLUTTER_FML_LOG_LEVEL_H_
#define FLUTTER_FML_LOG_LEVEL_H_
namespace fml {
// Default log levels. Negative values can be used for verbose log levels.
typedef int LogSeverity;
constexpr LogSeverity kLogInfo = 0;
constexpr LogSeverity kLogWarning = 1;
constexpr LogSeverity kLogError = 2;
// A log that is not an error, is important enough to display even if ordinary
// info is hidden.
constexpr LogSeverity kLogImportant = 3;
constexpr LogSeverity kLogFatal = 4;
constexpr LogSeverity kLogNumSeverities = 5;
// DEPRECATED: Use |kLogInfo|.
// Ignoring Clang Tidy because this is used in a very common substitution macro.
// NOLINTNEXTLINE(readability-identifier-naming)
constexpr LogSeverity LOG_INFO = kLogInfo;
// DEPRECATED: Use |kLogWarning|.
// Ignoring Clang Tidy because this is used in a very common substitution macro.
// NOLINTNEXTLINE(readability-identifier-naming)
constexpr LogSeverity LOG_WARNING = kLogWarning;
// DEPRECATED: Use |kLogError|.
// Ignoring Clang Tidy because this is used in a very common substitution macro.
// NOLINTNEXTLINE(readability-identifier-naming)
constexpr LogSeverity LOG_ERROR = kLogError;
// DEPRECATED: Use |kLogImportant|.
// Ignoring Clang Tidy because this is used in a very common substitution macro.
// NOLINTNEXTLINE(readability-identifier-naming)
constexpr LogSeverity LOG_IMPORTANT = kLogImportant;
// DEPRECATED: Use |kLogFatal|.
// Ignoring Clang Tidy because this is used in a very common substitution macro.
// NOLINTNEXTLINE(readability-identifier-naming)
constexpr LogSeverity LOG_FATAL = kLogFatal;
// One of the Windows headers defines ERROR to 0. This makes the token
// concatenation in FML_LOG(ERROR) to resolve to LOG_0. We define this back to
// the appropriate log level.
#ifdef _WIN32
#define LOG_0 kLogError
#endif
// kLogDFatal is kLogFatal in debug mode, kLogError in normal mode
#ifdef NDEBUG
const LogSeverity kLogDFatal = kLogError;
#else
const LogSeverity kLogDFatal = kLogFatal;
#endif
// DEPRECATED: Use |kLogDFatal|.
// Ignoring Clang Tidy because this is used in a very common substitution macro.
// NOLINTNEXTLINE(readability-identifier-naming)
const LogSeverity LOG_DFATAL = kLogDFatal;
} // namespace fml
#endif // FLUTTER_FML_LOG_LEVEL_H_
| engine/fml/log_level.h/0 | {
"file_path": "engine/fml/log_level.h",
"repo_id": "engine",
"token_count": 788
} | 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.
// This file tests both ref_counted.h and ref_ptr.h (which the former includes).
// TODO(vtl): Possibly we could separate these tests out better, since a lot of
// it is actually testing |RefPtr|.
#include "flutter/fml/memory/ref_counted.h"
#include "flutter/fml/macros.h"
#include "gtest/gtest.h"
#if defined(__clang__)
#define ALLOW_PESSIMIZING_MOVE(code_line) \
_Pragma("clang diagnostic push") \
_Pragma("clang diagnostic ignored \"-Wpessimizing-move\"") code_line; \
_Pragma("clang diagnostic pop")
#else
#define ALLOW_PESSIMIZING_MOVE(code_line) code_line;
#endif
#if defined(__clang__)
#define ALLOW_SELF_MOVE(code_line) \
_Pragma("clang diagnostic push") \
_Pragma("clang diagnostic ignored \"-Wself-move\"") code_line; \
_Pragma("clang diagnostic pop")
#else
#define ALLOW_SELF_MOVE(code_line) code_line;
#endif
#if defined(__clang__)
#define ALLOW_SELF_ASSIGN_OVERLOADED(code_line) \
_Pragma("clang diagnostic push") \
_Pragma("clang diagnostic ignored \"-Wself-assign-overloaded\"") \
code_line; \
_Pragma("clang diagnostic pop")
#else
#define ALLOW_SELF_ASSIGN_OVERLOADED(code_line) code_line;
#endif
namespace fml {
namespace {
class MyClass : public RefCountedThreadSafe<MyClass> {
protected:
MyClass(MyClass** created, bool* was_destroyed)
: was_destroyed_(was_destroyed) {
if (created) {
*created = this;
}
}
virtual ~MyClass() {
if (was_destroyed_) {
*was_destroyed_ = true;
}
}
private:
FML_FRIEND_REF_COUNTED_THREAD_SAFE(MyClass);
FML_FRIEND_MAKE_REF_COUNTED(MyClass);
bool* was_destroyed_;
FML_DISALLOW_COPY_AND_ASSIGN(MyClass);
};
class MySubclass final : public MyClass {
private:
FML_FRIEND_REF_COUNTED_THREAD_SAFE(MySubclass);
FML_FRIEND_MAKE_REF_COUNTED(MySubclass);
MySubclass(MySubclass** created, bool* was_destroyed)
: MyClass(nullptr, was_destroyed) {
if (created) {
*created = this;
}
}
~MySubclass() override {}
FML_DISALLOW_COPY_AND_ASSIGN(MySubclass);
};
TEST(RefCountedTest, Constructors) {
bool was_destroyed;
{
// Default.
RefPtr<MyClass> r;
EXPECT_TRUE(r.get() == nullptr);
EXPECT_FALSE(r);
}
{
// Nullptr.
RefPtr<MyClass> r(nullptr);
EXPECT_TRUE(r.get() == nullptr);
EXPECT_FALSE(r);
}
{
MyClass* created = nullptr;
was_destroyed = false;
// Adopt, then RVO.
RefPtr<MyClass> r(MakeRefCounted<MyClass>(&created, &was_destroyed));
EXPECT_TRUE(created);
EXPECT_EQ(created, r.get());
EXPECT_TRUE(r);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MyClass* created = nullptr;
was_destroyed = false;
// Adopt, then move.
ALLOW_PESSIMIZING_MOVE(RefPtr<MyClass> r(
std::move(MakeRefCounted<MyClass>(&created, &was_destroyed))))
EXPECT_TRUE(created);
EXPECT_EQ(created, r.get());
EXPECT_TRUE(r);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MyClass* created = nullptr;
was_destroyed = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(&created, &was_destroyed));
// Copy.
// NOLINTNEXTLINE(performance-unnecessary-copy-initialization)
RefPtr<MyClass> r2(r1);
EXPECT_TRUE(created);
EXPECT_EQ(created, r1.get());
EXPECT_EQ(created, r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MyClass* created = nullptr;
was_destroyed = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(&created, &was_destroyed));
// From raw pointer.
RefPtr<MyClass> r2(created);
EXPECT_TRUE(created);
EXPECT_EQ(created, r1.get());
EXPECT_EQ(created, r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MySubclass* created = nullptr;
was_destroyed = false;
// Adopt, then "move".
RefPtr<MyClass> r(MakeRefCounted<MySubclass>(&created, &was_destroyed));
EXPECT_TRUE(created);
EXPECT_EQ(static_cast<MyClass*>(created), r.get());
EXPECT_TRUE(r);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MySubclass* created = nullptr;
was_destroyed = false;
// Adopt, then "move".
ALLOW_PESSIMIZING_MOVE(RefPtr<MyClass> r(
std::move(MakeRefCounted<MySubclass>(&created, &was_destroyed))))
EXPECT_TRUE(created);
EXPECT_EQ(static_cast<MyClass*>(created), r.get());
EXPECT_TRUE(r);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MySubclass* created = nullptr;
was_destroyed = false;
RefPtr<MySubclass> r1(MakeRefCounted<MySubclass>(&created, &was_destroyed));
// "Copy".
RefPtr<MyClass> r2(r1);
EXPECT_TRUE(created);
EXPECT_EQ(static_cast<MyClass*>(created), r1.get());
EXPECT_EQ(static_cast<MyClass*>(created), r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MySubclass* created = nullptr;
was_destroyed = false;
RefPtr<MySubclass> r1(MakeRefCounted<MySubclass>(&created, &was_destroyed));
// From raw pointer.
RefPtr<MyClass> r2(created);
EXPECT_TRUE(created);
EXPECT_EQ(static_cast<MyClass*>(created), r1.get());
EXPECT_EQ(static_cast<MyClass*>(created), r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
}
TEST(RefCountedTest, NullAssignmentToNull) {
RefPtr<MyClass> r1;
// No-op null assignment using |nullptr|.
r1 = nullptr;
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_FALSE(r1);
RefPtr<MyClass> r2;
// No-op null assignment using copy constructor.
r1 = r2;
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_TRUE(r2.get() == nullptr);
EXPECT_FALSE(r1);
EXPECT_FALSE(r2);
// No-op null assignment using move constructor.
r1 = std::move(r2);
EXPECT_TRUE(r1.get() == nullptr);
// The clang linter flags the method called on the moved-from reference, but
// this is testing the move implementation, so it is marked NOLINT.
EXPECT_TRUE(r2.get() == nullptr); // NOLINT(clang-analyzer-cplusplus.Move,
// bugprone-use-after-move)
EXPECT_FALSE(r1);
EXPECT_FALSE(r2);
RefPtr<MySubclass> r3;
// No-op null assignment using "copy" constructor.
r1 = r3;
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_TRUE(r3.get() == nullptr);
EXPECT_FALSE(r1);
EXPECT_FALSE(r3);
// No-op null assignment using "move" constructor.
r1 = std::move(r3);
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_TRUE(r3.get() == nullptr); // NOLINT(bugprone-use-after-move)
EXPECT_FALSE(r1);
EXPECT_FALSE(r3);
}
TEST(RefCountedTest, NonNullAssignmentToNull) {
bool was_destroyed;
{
MyClass* created = nullptr;
was_destroyed = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(&created, &was_destroyed));
RefPtr<MyClass> r2;
// Copy assignment (to null ref pointer).
r2 = r1;
EXPECT_EQ(created, r1.get());
EXPECT_EQ(created, r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MyClass* created = nullptr;
was_destroyed = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(&created, &was_destroyed));
RefPtr<MyClass> r2;
// Move assignment (to null ref pointer).
r2 = std::move(r1);
// The clang linter flags the method called on the moved-from reference, but
// this is testing the move implementation, so it is marked NOLINT.
EXPECT_TRUE(r1.get() == nullptr); // NOLINT(clang-analyzer-cplusplus.Move,
// bugprone-use-after-move)
EXPECT_EQ(created, r2.get());
EXPECT_FALSE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MySubclass* created = nullptr;
was_destroyed = false;
RefPtr<MySubclass> r1(MakeRefCounted<MySubclass>(&created, &was_destroyed));
RefPtr<MyClass> r2;
// "Copy" assignment (to null ref pointer).
r2 = r1;
EXPECT_EQ(created, r1.get());
EXPECT_EQ(static_cast<MyClass*>(created), r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MySubclass* created = nullptr;
was_destroyed = false;
RefPtr<MySubclass> r1(MakeRefCounted<MySubclass>(&created, &was_destroyed));
RefPtr<MyClass> r2;
// "Move" assignment (to null ref pointer).
r2 = std::move(r1);
EXPECT_TRUE(r1.get() == nullptr); // NOLINT(bugprone-use-after-move)
EXPECT_EQ(static_cast<MyClass*>(created), r2.get());
EXPECT_FALSE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
}
TEST(RefCountedTest, NullAssignmentToNonNull) {
bool was_destroyed = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(nullptr, &was_destroyed));
// Null assignment (to non-null ref pointer) using |nullptr|.
r1 = nullptr;
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_FALSE(r1);
EXPECT_TRUE(was_destroyed);
was_destroyed = false;
r1 = MakeRefCounted<MyClass>(nullptr, &was_destroyed);
RefPtr<MyClass> r2;
// Null assignment (to non-null ref pointer) using copy constructor.
r1 = r2;
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_TRUE(r2.get() == nullptr);
EXPECT_FALSE(r1);
EXPECT_FALSE(r2);
EXPECT_TRUE(was_destroyed);
was_destroyed = false;
r1 = MakeRefCounted<MyClass>(nullptr, &was_destroyed);
// Null assignment using move constructor.
r1 = std::move(r2);
EXPECT_TRUE(r1.get() == nullptr);
// The clang linter flags the method called on the moved-from reference, but
// this is testing the move implementation, so it is marked NOLINT.
EXPECT_TRUE(r2.get() == nullptr); // NOLINT(clang-analyzer-cplusplus.Move,
// bugprone-use-after-move)
EXPECT_FALSE(r1);
EXPECT_FALSE(r2);
EXPECT_TRUE(was_destroyed);
was_destroyed = false;
r1 = MakeRefCounted<MyClass>(nullptr, &was_destroyed);
RefPtr<MySubclass> r3;
// Null assignment (to non-null ref pointer) using "copy" constructor.
r1 = r3;
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_TRUE(r3.get() == nullptr);
EXPECT_FALSE(r1);
EXPECT_FALSE(r3);
EXPECT_TRUE(was_destroyed);
was_destroyed = false;
r1 = MakeRefCounted<MyClass>(nullptr, &was_destroyed);
// Null assignment (to non-null ref pointer) using "move" constructor.
r1 = std::move(r3);
EXPECT_TRUE(r1.get() == nullptr);
EXPECT_TRUE(r3.get() == nullptr); // NOLINT(bugprone-use-after-move)
EXPECT_FALSE(r1);
EXPECT_FALSE(r3);
EXPECT_TRUE(was_destroyed);
}
TEST(RefCountedTest, NonNullAssignmentToNonNull) {
bool was_destroyed1;
bool was_destroyed2;
{
was_destroyed1 = false;
was_destroyed2 = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(nullptr, &was_destroyed1));
RefPtr<MyClass> r2(MakeRefCounted<MyClass>(nullptr, &was_destroyed2));
// Copy assignment (to non-null ref pointer).
r2 = r1;
EXPECT_EQ(r1.get(), r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed1);
EXPECT_TRUE(was_destroyed2);
}
EXPECT_TRUE(was_destroyed1);
{
was_destroyed1 = false;
was_destroyed2 = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(nullptr, &was_destroyed1));
RefPtr<MyClass> r2(MakeRefCounted<MyClass>(nullptr, &was_destroyed2));
// Move assignment (to non-null ref pointer).
r2 = std::move(r1);
// The clang linter flags the method called on the moved-from reference, but
// this is testing the move implementation, so it is marked NOLINT.
EXPECT_TRUE(r1.get() == nullptr); // NOLINT(clang-analyzer-cplusplus.Move,
// bugprone-use-after-move)
EXPECT_FALSE(r2.get() == nullptr);
EXPECT_FALSE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed1);
EXPECT_TRUE(was_destroyed2);
}
EXPECT_TRUE(was_destroyed1);
{
was_destroyed1 = false;
was_destroyed2 = false;
RefPtr<MySubclass> r1(MakeRefCounted<MySubclass>(nullptr, &was_destroyed1));
RefPtr<MyClass> r2(MakeRefCounted<MyClass>(nullptr, &was_destroyed2));
// "Copy" assignment (to non-null ref pointer).
r2 = r1;
EXPECT_EQ(r1.get(), r2.get());
EXPECT_TRUE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed1);
EXPECT_TRUE(was_destroyed2);
}
EXPECT_TRUE(was_destroyed1);
{
was_destroyed1 = false;
was_destroyed2 = false;
RefPtr<MySubclass> r1(MakeRefCounted<MySubclass>(nullptr, &was_destroyed1));
RefPtr<MyClass> r2(MakeRefCounted<MyClass>(nullptr, &was_destroyed2));
// Move assignment (to non-null ref pointer).
r2 = std::move(r1);
EXPECT_TRUE(r1.get() == nullptr); // NOLINT(bugprone-use-after-move)
EXPECT_FALSE(r2.get() == nullptr);
EXPECT_FALSE(r1);
EXPECT_TRUE(r2);
EXPECT_FALSE(was_destroyed1);
EXPECT_TRUE(was_destroyed2);
}
EXPECT_TRUE(was_destroyed1);
}
TEST(RefCountedTest, SelfAssignment) {
bool was_destroyed;
{
MyClass* created = nullptr;
was_destroyed = false;
// This line is marked NOLINT because the clang linter does not reason about
// the value of the reference count. In particular, the self-assignment
// below is handled in the copy constructor by a refcount increment then
// decrement. The linter sees only that the decrement might destroy the
// object.
RefPtr<MyClass> r(MakeRefCounted<MyClass>( // NOLINT
&created, &was_destroyed));
// Copy.
ALLOW_SELF_ASSIGN_OVERLOADED(r = r);
EXPECT_EQ(created, r.get());
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
{
MyClass* created = nullptr;
was_destroyed = false;
RefPtr<MyClass> r(MakeRefCounted<MyClass>(&created, &was_destroyed));
// Move.
ALLOW_SELF_MOVE(r = std::move(r))
EXPECT_EQ(created, r.get());
EXPECT_FALSE(was_destroyed);
}
EXPECT_TRUE(was_destroyed);
}
TEST(RefCountedTest, Swap) {
MyClass* created1 = nullptr;
static bool was_destroyed1;
was_destroyed1 = false;
RefPtr<MyClass> r1(MakeRefCounted<MyClass>(&created1, &was_destroyed1));
EXPECT_TRUE(created1);
EXPECT_EQ(created1, r1.get());
MyClass* created2 = nullptr;
static bool was_destroyed2;
was_destroyed2 = false;
RefPtr<MyClass> r2(MakeRefCounted<MyClass>(&created2, &was_destroyed2));
EXPECT_TRUE(created2);
EXPECT_EQ(created2, r2.get());
EXPECT_NE(created1, created2);
r1.swap(r2);
EXPECT_EQ(created2, r1.get());
EXPECT_EQ(created1, r2.get());
}
TEST(RefCountedTest, GetAndDereferenceOperators) {
// Note: We check here that .get(), operator*, and operator-> are const, but
// return non-const pointers/refs.
MyClass* created = nullptr;
const RefPtr<MyClass> r(MakeRefCounted<MyClass>(&created, nullptr));
MyClass* ptr = r.get(); // Assign to non-const pointer.
EXPECT_EQ(created, ptr);
ptr = r.operator->(); // Assign to non-const pointer.
EXPECT_EQ(created, ptr);
MyClass& ref = *r; // "Assign" to non-const reference.
EXPECT_EQ(created, &ref);
}
// You can manually call |AddRef()| and |Release()| if you want.
TEST(RefCountedTest, AddRefRelease) {
MyClass* created = nullptr;
bool was_destroyed = false;
{
RefPtr<MyClass> r(MakeRefCounted<MyClass>(&created, &was_destroyed));
EXPECT_EQ(created, r.get());
created->AddRef();
}
EXPECT_FALSE(was_destroyed);
created->Release();
EXPECT_TRUE(was_destroyed);
}
TEST(RefCountedTest, Mix) {
MySubclass* created = nullptr;
bool was_destroyed = false;
RefPtr<MySubclass> r1(MakeRefCounted<MySubclass>(&created, &was_destroyed));
ASSERT_FALSE(was_destroyed);
EXPECT_TRUE(created->HasOneRef());
created->AssertHasOneRef();
RefPtr<MySubclass> r2 = r1;
ASSERT_FALSE(was_destroyed);
EXPECT_FALSE(created->HasOneRef());
r1 = nullptr;
ASSERT_FALSE(was_destroyed);
created->AssertHasOneRef();
{
RefPtr<MyClass> r3 = r2;
EXPECT_FALSE(created->HasOneRef());
{
// NOLINTNEXTLINE(performance-unnecessary-copy-initialization)
RefPtr<MyClass> r4(r3);
r2 = nullptr;
ASSERT_FALSE(was_destroyed);
EXPECT_FALSE(created->HasOneRef());
}
ASSERT_FALSE(was_destroyed);
EXPECT_TRUE(created->HasOneRef());
created->AssertHasOneRef();
r1 = RefPtr<MySubclass>(static_cast<MySubclass*>(r3.get()));
ASSERT_FALSE(was_destroyed);
EXPECT_FALSE(created->HasOneRef());
}
ASSERT_FALSE(was_destroyed);
EXPECT_TRUE(created->HasOneRef());
created->AssertHasOneRef();
EXPECT_EQ(created, r1.get());
r1 = nullptr;
EXPECT_TRUE(was_destroyed);
}
class MyPublicClass : public RefCountedThreadSafe<MyPublicClass> {
public:
// Overloaded constructors work with |MakeRefCounted()|.
MyPublicClass() : has_num_(false), num_(0) {}
explicit MyPublicClass(int num) : has_num_(true), num_(num) {}
~MyPublicClass() {}
bool has_num() const { return has_num_; }
int num() const { return num_; }
private:
bool has_num_;
int num_;
FML_DISALLOW_COPY_AND_ASSIGN(MyPublicClass);
};
// You can also just keep constructors and destructors public. Make sure that
// works (mostly that it compiles).
TEST(RefCountedTest, PublicCtorAndDtor) {
RefPtr<MyPublicClass> r1 = MakeRefCounted<MyPublicClass>();
ASSERT_TRUE(r1);
EXPECT_FALSE(r1->has_num());
RefPtr<MyPublicClass> r2 = MakeRefCounted<MyPublicClass>(123);
ASSERT_TRUE(r2);
EXPECT_TRUE(r2->has_num());
EXPECT_EQ(123, r2->num());
EXPECT_NE(r1.get(), r2.get());
r1 = r2;
EXPECT_TRUE(r1->has_num());
EXPECT_EQ(123, r1->num());
EXPECT_EQ(r1.get(), r2.get());
r2 = nullptr;
EXPECT_FALSE(r2);
EXPECT_TRUE(r1->has_num());
EXPECT_EQ(123, r1->num());
r1 = nullptr;
EXPECT_FALSE(r1);
}
// The danger with having a public constructor or destructor is that certain
// things will compile. You should get some protection by assertions in Debug
// builds.
#ifndef NDEBUG
TEST(RefCountedTest, DebugChecks) {
{
MyPublicClass* p = new MyPublicClass();
EXPECT_DEATH_IF_SUPPORTED( // NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks)
delete p, "!adoption_required_");
}
{
MyPublicClass* p = new MyPublicClass();
EXPECT_DEATH_IF_SUPPORTED( // NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks)
RefPtr<MyPublicClass> r(p), "!adoption_required_");
}
{
RefPtr<MyPublicClass> r(MakeRefCounted<MyPublicClass>());
EXPECT_DEATH_IF_SUPPORTED(delete r.get(), "destruction_started_");
}
}
#endif
// TODO(vtl): Add (threaded) stress tests.
} // namespace
} // namespace fml
| engine/fml/memory/ref_counted_unittest.cc/0 | {
"file_path": "engine/fml/memory/ref_counted_unittest.cc",
"repo_id": "engine",
"token_count": 8170
} | 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.
#define FML_USED_ON_EMBEDDER
#include "flutter/fml/message_loop_task_queues.h"
#include <algorithm>
#include <iostream>
#include <memory>
#include <optional>
#include "flutter/fml/make_copyable.h"
#include "flutter/fml/task_source.h"
namespace fml {
const size_t TaskQueueId::kUnmerged = ULONG_MAX;
namespace {
// iOS prior to version 9 prevents c++11 thread_local and __thread specifier,
// having us resort to boxed enum containers.
class TaskSourceGradeHolder {
public:
TaskSourceGrade task_source_grade;
explicit TaskSourceGradeHolder(TaskSourceGrade task_source_grade_arg)
: task_source_grade(task_source_grade_arg) {}
};
} // namespace
static thread_local std::unique_ptr<TaskSourceGradeHolder>
tls_task_source_grade;
TaskQueueEntry::TaskQueueEntry(TaskQueueId created_for_arg)
: subsumed_by(kUnmerged), created_for(created_for_arg) {
wakeable = NULL;
task_observers = TaskObservers();
task_source = std::make_unique<TaskSource>(created_for);
}
MessageLoopTaskQueues* MessageLoopTaskQueues::GetInstance() {
static MessageLoopTaskQueues* instance = new MessageLoopTaskQueues;
return instance;
}
TaskQueueId MessageLoopTaskQueues::CreateTaskQueue() {
std::lock_guard guard(queue_mutex_);
TaskQueueId loop_id = TaskQueueId(task_queue_id_counter_);
++task_queue_id_counter_;
queue_entries_[loop_id] = std::make_unique<TaskQueueEntry>(loop_id);
return loop_id;
}
MessageLoopTaskQueues::MessageLoopTaskQueues() : order_(0) {
tls_task_source_grade.reset(
new TaskSourceGradeHolder{TaskSourceGrade::kUnspecified});
}
MessageLoopTaskQueues::~MessageLoopTaskQueues() = default;
void MessageLoopTaskQueues::Dispose(TaskQueueId queue_id) {
std::lock_guard guard(queue_mutex_);
const auto& queue_entry = queue_entries_.at(queue_id);
FML_DCHECK(queue_entry->subsumed_by == kUnmerged);
auto& subsumed_set = queue_entry->owner_of;
for (auto& subsumed : subsumed_set) {
queue_entries_.erase(subsumed);
}
// Erase owner queue_id at last to avoid &subsumed_set from being invalid
queue_entries_.erase(queue_id);
}
void MessageLoopTaskQueues::DisposeTasks(TaskQueueId queue_id) {
std::lock_guard guard(queue_mutex_);
const auto& queue_entry = queue_entries_.at(queue_id);
FML_DCHECK(queue_entry->subsumed_by == kUnmerged);
auto& subsumed_set = queue_entry->owner_of;
queue_entry->task_source->ShutDown();
for (auto& subsumed : subsumed_set) {
queue_entries_.at(subsumed)->task_source->ShutDown();
}
}
TaskSourceGrade MessageLoopTaskQueues::GetCurrentTaskSourceGrade() {
return tls_task_source_grade.get()->task_source_grade;
}
void MessageLoopTaskQueues::RegisterTask(
TaskQueueId queue_id,
const fml::closure& task,
fml::TimePoint target_time,
fml::TaskSourceGrade task_source_grade) {
std::lock_guard guard(queue_mutex_);
size_t order = order_++;
const auto& queue_entry = queue_entries_.at(queue_id);
queue_entry->task_source->RegisterTask(
{order, task, target_time, task_source_grade});
TaskQueueId loop_to_wake = queue_id;
if (queue_entry->subsumed_by != kUnmerged) {
loop_to_wake = queue_entry->subsumed_by;
}
// This can happen when the secondary tasks are paused.
if (HasPendingTasksUnlocked(loop_to_wake)) {
WakeUpUnlocked(loop_to_wake, GetNextWakeTimeUnlocked(loop_to_wake));
}
}
bool MessageLoopTaskQueues::HasPendingTasks(TaskQueueId queue_id) const {
std::lock_guard guard(queue_mutex_);
return HasPendingTasksUnlocked(queue_id);
}
fml::closure MessageLoopTaskQueues::GetNextTaskToRun(TaskQueueId queue_id,
fml::TimePoint from_time) {
std::lock_guard guard(queue_mutex_);
if (!HasPendingTasksUnlocked(queue_id)) {
return nullptr;
}
TaskSource::TopTask top = PeekNextTaskUnlocked(queue_id);
if (!HasPendingTasksUnlocked(queue_id)) {
WakeUpUnlocked(queue_id, fml::TimePoint::Max());
} else {
WakeUpUnlocked(queue_id, GetNextWakeTimeUnlocked(queue_id));
}
if (top.task.GetTargetTime() > from_time) {
return nullptr;
}
fml::closure invocation = top.task.GetTask();
queue_entries_.at(top.task_queue_id)
->task_source->PopTask(top.task.GetTaskSourceGrade());
const auto task_source_grade = top.task.GetTaskSourceGrade();
tls_task_source_grade.reset(new TaskSourceGradeHolder{task_source_grade});
return invocation;
}
void MessageLoopTaskQueues::WakeUpUnlocked(TaskQueueId queue_id,
fml::TimePoint time) const {
if (queue_entries_.at(queue_id)->wakeable) {
queue_entries_.at(queue_id)->wakeable->WakeUp(time);
}
}
size_t MessageLoopTaskQueues::GetNumPendingTasks(TaskQueueId queue_id) const {
std::lock_guard guard(queue_mutex_);
const auto& queue_entry = queue_entries_.at(queue_id);
if (queue_entry->subsumed_by != kUnmerged) {
return 0;
}
size_t total_tasks = 0;
total_tasks += queue_entry->task_source->GetNumPendingTasks();
auto& subsumed_set = queue_entry->owner_of;
for (auto& subsumed : subsumed_set) {
const auto& subsumed_entry = queue_entries_.at(subsumed);
total_tasks += subsumed_entry->task_source->GetNumPendingTasks();
}
return total_tasks;
}
void MessageLoopTaskQueues::AddTaskObserver(TaskQueueId queue_id,
intptr_t key,
const fml::closure& callback) {
std::lock_guard guard(queue_mutex_);
FML_DCHECK(callback != nullptr) << "Observer callback must be non-null.";
queue_entries_.at(queue_id)->task_observers[key] = callback;
}
void MessageLoopTaskQueues::RemoveTaskObserver(TaskQueueId queue_id,
intptr_t key) {
std::lock_guard guard(queue_mutex_);
queue_entries_.at(queue_id)->task_observers.erase(key);
}
std::vector<fml::closure> MessageLoopTaskQueues::GetObserversToNotify(
TaskQueueId queue_id) const {
std::lock_guard guard(queue_mutex_);
std::vector<fml::closure> observers;
if (queue_entries_.at(queue_id)->subsumed_by != kUnmerged) {
return observers;
}
for (const auto& observer : queue_entries_.at(queue_id)->task_observers) {
observers.push_back(observer.second);
}
auto& subsumed_set = queue_entries_.at(queue_id)->owner_of;
for (auto& subsumed : subsumed_set) {
for (const auto& observer : queue_entries_.at(subsumed)->task_observers) {
observers.push_back(observer.second);
}
}
return observers;
}
void MessageLoopTaskQueues::SetWakeable(TaskQueueId queue_id,
fml::Wakeable* wakeable) {
std::lock_guard guard(queue_mutex_);
FML_CHECK(!queue_entries_.at(queue_id)->wakeable)
<< "Wakeable can only be set once.";
queue_entries_.at(queue_id)->wakeable = wakeable;
}
bool MessageLoopTaskQueues::Merge(TaskQueueId owner, TaskQueueId subsumed) {
if (owner == subsumed) {
return true;
}
std::lock_guard guard(queue_mutex_);
auto& owner_entry = queue_entries_.at(owner);
auto& subsumed_entry = queue_entries_.at(subsumed);
auto& subsumed_set = owner_entry->owner_of;
if (subsumed_set.find(subsumed) != subsumed_set.end()) {
return true;
}
// Won't check owner_entry->owner_of, because it may contains items when
// merged with other different queues.
// Ensure owner_entry->subsumed_by being kUnmerged
if (owner_entry->subsumed_by != kUnmerged) {
FML_LOG(WARNING) << "Thread merging failed: owner_entry was already "
"subsumed by others, owner="
<< owner << ", subsumed=" << subsumed
<< ", owner->subsumed_by=" << owner_entry->subsumed_by;
return false;
}
// Ensure subsumed_entry->owner_of being empty
if (!subsumed_entry->owner_of.empty()) {
FML_LOG(WARNING)
<< "Thread merging failed: subsumed_entry already owns others, owner="
<< owner << ", subsumed=" << subsumed
<< ", subsumed->owner_of.size()=" << subsumed_entry->owner_of.size();
return false;
}
// Ensure subsumed_entry->subsumed_by being kUnmerged
if (subsumed_entry->subsumed_by != kUnmerged) {
FML_LOG(WARNING) << "Thread merging failed: subsumed_entry was already "
"subsumed by others, owner="
<< owner << ", subsumed=" << subsumed
<< ", subsumed->subsumed_by="
<< subsumed_entry->subsumed_by;
return false;
}
// All checking is OK, set merged state.
owner_entry->owner_of.insert(subsumed);
subsumed_entry->subsumed_by = owner;
if (HasPendingTasksUnlocked(owner)) {
WakeUpUnlocked(owner, GetNextWakeTimeUnlocked(owner));
}
return true;
}
bool MessageLoopTaskQueues::Unmerge(TaskQueueId owner, TaskQueueId subsumed) {
std::lock_guard guard(queue_mutex_);
const auto& owner_entry = queue_entries_.at(owner);
if (owner_entry->owner_of.empty()) {
FML_LOG(WARNING)
<< "Thread unmerging failed: owner_entry doesn't own anyone, owner="
<< owner << ", subsumed=" << subsumed;
return false;
}
if (owner_entry->subsumed_by != kUnmerged) {
FML_LOG(WARNING)
<< "Thread unmerging failed: owner_entry was subsumed by others, owner="
<< owner << ", subsumed=" << subsumed
<< ", owner_entry->subsumed_by=" << owner_entry->subsumed_by;
return false;
}
if (queue_entries_.at(subsumed)->subsumed_by == kUnmerged) {
FML_LOG(WARNING) << "Thread unmerging failed: subsumed_entry wasn't "
"subsumed by others, owner="
<< owner << ", subsumed=" << subsumed;
return false;
}
if (owner_entry->owner_of.find(subsumed) == owner_entry->owner_of.end()) {
FML_LOG(WARNING) << "Thread unmerging failed: owner_entry didn't own the "
"given subsumed queue id, owner="
<< owner << ", subsumed=" << subsumed;
return false;
}
queue_entries_.at(subsumed)->subsumed_by = kUnmerged;
owner_entry->owner_of.erase(subsumed);
if (HasPendingTasksUnlocked(owner)) {
WakeUpUnlocked(owner, GetNextWakeTimeUnlocked(owner));
}
if (HasPendingTasksUnlocked(subsumed)) {
WakeUpUnlocked(subsumed, GetNextWakeTimeUnlocked(subsumed));
}
return true;
}
bool MessageLoopTaskQueues::Owns(TaskQueueId owner,
TaskQueueId subsumed) const {
std::lock_guard guard(queue_mutex_);
if (owner == kUnmerged || subsumed == kUnmerged) {
return false;
}
auto& subsumed_set = queue_entries_.at(owner)->owner_of;
return subsumed_set.find(subsumed) != subsumed_set.end();
}
std::set<TaskQueueId> MessageLoopTaskQueues::GetSubsumedTaskQueueId(
TaskQueueId owner) const {
std::lock_guard guard(queue_mutex_);
return queue_entries_.at(owner)->owner_of;
}
void MessageLoopTaskQueues::PauseSecondarySource(TaskQueueId queue_id) {
std::lock_guard guard(queue_mutex_);
queue_entries_.at(queue_id)->task_source->PauseSecondary();
}
void MessageLoopTaskQueues::ResumeSecondarySource(TaskQueueId queue_id) {
std::lock_guard guard(queue_mutex_);
queue_entries_.at(queue_id)->task_source->ResumeSecondary();
// Schedule a wake as needed.
if (HasPendingTasksUnlocked(queue_id)) {
WakeUpUnlocked(queue_id, GetNextWakeTimeUnlocked(queue_id));
}
}
// Subsumed queues will never have pending tasks.
// Owning queues will consider both their and their subsumed tasks.
bool MessageLoopTaskQueues::HasPendingTasksUnlocked(
TaskQueueId queue_id) const {
const auto& entry = queue_entries_.at(queue_id);
bool is_subsumed = entry->subsumed_by != kUnmerged;
if (is_subsumed) {
return false;
}
if (!entry->task_source->IsEmpty()) {
return true;
}
auto& subsumed_set = entry->owner_of;
return std::any_of(
subsumed_set.begin(), subsumed_set.end(), [&](const auto& subsumed) {
return !queue_entries_.at(subsumed)->task_source->IsEmpty();
});
}
fml::TimePoint MessageLoopTaskQueues::GetNextWakeTimeUnlocked(
TaskQueueId queue_id) const {
return PeekNextTaskUnlocked(queue_id).task.GetTargetTime();
}
TaskSource::TopTask MessageLoopTaskQueues::PeekNextTaskUnlocked(
TaskQueueId owner) const {
FML_DCHECK(HasPendingTasksUnlocked(owner));
const auto& entry = queue_entries_.at(owner);
if (entry->owner_of.empty()) {
FML_CHECK(!entry->task_source->IsEmpty());
return entry->task_source->Top();
}
// Use optional for the memory of TopTask object.
std::optional<TaskSource::TopTask> top_task;
std::function<void(const TaskSource*)> top_task_updater =
[&top_task](const TaskSource* source) {
if (source && !source->IsEmpty()) {
TaskSource::TopTask other_task = source->Top();
if (!top_task.has_value() || top_task->task > other_task.task) {
top_task.emplace(other_task);
}
}
};
TaskSource* owner_tasks = entry->task_source.get();
top_task_updater(owner_tasks);
for (TaskQueueId subsumed : entry->owner_of) {
TaskSource* subsumed_tasks = queue_entries_.at(subsumed)->task_source.get();
top_task_updater(subsumed_tasks);
}
// At least one task at the top because PeekNextTaskUnlocked() is called after
// HasPendingTasksUnlocked()
FML_CHECK(top_task.has_value());
// Covered by FML_CHECK.
// NOLINTNEXTLINE(bugprone-unchecked-optional-access)
return top_task.value();
}
} // namespace fml
| engine/fml/message_loop_task_queues.cc/0 | {
"file_path": "engine/fml/message_loop_task_queues.cc",
"repo_id": "engine",
"token_count": 5299
} | 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.
#include "flutter/fml/platform/android/message_loop_android.h"
#include <fcntl.h>
#include <unistd.h>
#include "flutter/fml/platform/linux/timerfd.h"
namespace fml {
static constexpr int kClockType = CLOCK_MONOTONIC;
static ALooper* AcquireLooperForThread() {
ALooper* looper = ALooper_forThread();
if (looper == nullptr) {
// No looper has been configured for the current thread. Create one and
// return the same.
looper = ALooper_prepare(0);
}
// The thread already has a looper. Acquire a reference to the same and return
// it.
ALooper_acquire(looper);
return looper;
}
MessageLoopAndroid::MessageLoopAndroid()
: looper_(AcquireLooperForThread()),
timer_fd_(::timerfd_create(kClockType, TFD_NONBLOCK | TFD_CLOEXEC)) {
FML_CHECK(looper_.is_valid());
FML_CHECK(timer_fd_.is_valid());
static const int kWakeEvents = ALOOPER_EVENT_INPUT;
ALooper_callbackFunc read_event_fd = [](int, int events, void* data) -> int {
if (events & kWakeEvents) {
reinterpret_cast<MessageLoopAndroid*>(data)->OnEventFired();
}
return 1; // continue receiving callbacks
};
int add_result = ::ALooper_addFd(looper_.get(), // looper
timer_fd_.get(), // fd
ALOOPER_POLL_CALLBACK, // ident
kWakeEvents, // events
read_event_fd, // callback
this // baton
);
FML_CHECK(add_result == 1);
}
MessageLoopAndroid::~MessageLoopAndroid() {
int remove_result = ::ALooper_removeFd(looper_.get(), timer_fd_.get());
FML_CHECK(remove_result == 1);
}
void MessageLoopAndroid::Run() {
FML_DCHECK(looper_.get() == ALooper_forThread());
running_ = true;
while (running_) {
int result = ::ALooper_pollOnce(-1, // infinite timeout
nullptr, // out fd,
nullptr, // out events,
nullptr // out data
);
if (result == ALOOPER_POLL_TIMEOUT || result == ALOOPER_POLL_ERROR) {
// This handles the case where the loop is terminated using ALooper APIs.
running_ = false;
}
}
}
void MessageLoopAndroid::Terminate() {
running_ = false;
ALooper_wake(looper_.get());
}
void MessageLoopAndroid::WakeUp(fml::TimePoint time_point) {
[[maybe_unused]] bool result = TimerRearm(timer_fd_.get(), time_point);
FML_DCHECK(result);
}
void MessageLoopAndroid::OnEventFired() {
if (TimerDrain(timer_fd_.get())) {
RunExpiredTasksNow();
}
}
} // namespace fml
| engine/fml/platform/android/message_loop_android.cc/0 | {
"file_path": "engine/fml/platform/android/message_loop_android.cc",
"repo_id": "engine",
"token_count": 1248
} | 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.
#include "flutter/fml/platform/fuchsia/log_interest_listener.h"
#include <fidl/fuchsia.diagnostics/cpp/fidl.h>
#include <fidl/fuchsia.logger/cpp/fidl.h>
#include <zircon/assert.h>
#include "flutter/fml/log_level.h"
#include "flutter/fml/log_settings.h"
namespace fml {
void LogInterestListener::AsyncWaitForInterestChanged() {
log_sink_->WaitForInterestChange().Then(
[this](fidl::Result<fuchsia_logger::LogSink::WaitForInterestChange>&
interest_result) {
if (interest_result.is_error()) {
// Gracefully terminate on loop shutdown
auto error = interest_result.error_value();
ZX_ASSERT_MSG(error.is_framework_error() &&
error.framework_error().is_dispatcher_shutdown(),
"%s", error.FormatDescription().c_str());
return;
}
HandleInterestChange(interest_result->data());
AsyncWaitForInterestChanged();
});
}
void LogInterestListener::HandleInterestChange(
const fuchsia_diagnostics::Interest& interest) {
auto severity =
interest.min_severity().value_or(fuchsia_diagnostics::Severity::kInfo);
if (severity <= fuchsia_diagnostics::Severity::kDebug) {
fml::SetLogSettings({.min_log_level = -1}); // Verbose
} else if (severity <= fuchsia_diagnostics::Severity::kInfo) {
fml::SetLogSettings({.min_log_level = kLogInfo});
} else if (severity <= fuchsia_diagnostics::Severity::kWarn) {
fml::SetLogSettings({.min_log_level = kLogWarning});
} else if (severity <= fuchsia_diagnostics::Severity::kError) {
fml::SetLogSettings({.min_log_level = kLogError});
} else {
fml::SetLogSettings({.min_log_level = kLogFatal});
}
}
} // namespace fml
| engine/fml/platform/fuchsia/log_interest_listener.cc/0 | {
"file_path": "engine/fml/platform/fuchsia/log_interest_listener.cc",
"repo_id": "engine",
"token_count": 764
} | 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 "flutter/fml/file.h"
#include <dirent.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#include <cstring>
#include <memory>
#include <sstream>
#include "flutter/fml/eintr_wrapper.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/mapping.h"
#include "flutter/fml/trace_event.h"
#include "flutter/fml/unique_fd.h"
namespace fml {
std::string CreateTemporaryDirectory() {
char directory_name[] = "/tmp/flutter_XXXXXXXX";
auto* result = ::mkdtemp(directory_name);
if (result == nullptr) {
return "";
}
return {result};
}
static int ToPosixAccessFlags(FilePermission permission) {
int flags = 0;
switch (permission) {
case FilePermission::kRead:
flags |= O_RDONLY; // read only
break;
case FilePermission::kWrite:
flags |= O_WRONLY; // write only
break;
case FilePermission::kReadWrite:
flags |= O_RDWR; // read-write
break;
}
return flags;
}
static int ToPosixCreateModeFlags(FilePermission permission) {
int mode = 0;
switch (permission) {
case FilePermission::kRead:
mode |= S_IRUSR;
break;
case FilePermission::kWrite:
mode |= S_IWUSR;
break;
case FilePermission::kReadWrite:
mode |= S_IRUSR | S_IWUSR;
break;
}
return mode;
}
fml::UniqueFD OpenFile(const char* path,
bool create_if_necessary,
FilePermission permission) {
return OpenFile(fml::UniqueFD{AT_FDCWD}, path, create_if_necessary,
permission);
}
fml::UniqueFD OpenFile(const fml::UniqueFD& base_directory,
const char* path,
bool create_if_necessary,
FilePermission permission) {
TRACE_EVENT0("flutter", "fml::OpenFile");
if (path == nullptr) {
return {};
}
int flags = 0;
int mode = 0;
if (create_if_necessary && !FileExists(base_directory, path)) {
flags = ToPosixAccessFlags(permission) | O_CREAT | O_TRUNC;
mode = ToPosixCreateModeFlags(permission);
} else {
flags = ToPosixAccessFlags(permission);
mode = 0; // Not creating since it already exists.
}
return fml::UniqueFD{
FML_HANDLE_EINTR(::openat(base_directory.get(), path, flags, mode))};
}
fml::UniqueFD OpenDirectory(const char* path,
bool create_if_necessary,
FilePermission permission) {
return OpenDirectory(fml::UniqueFD{AT_FDCWD}, path, create_if_necessary,
permission);
}
fml::UniqueFD OpenDirectory(const fml::UniqueFD& base_directory,
const char* path,
bool create_if_necessary,
FilePermission permission) {
if (path == nullptr) {
return {};
}
if (create_if_necessary && !FileExists(base_directory, path)) {
if (::mkdirat(base_directory.get(), path,
ToPosixCreateModeFlags(permission) | S_IXUSR) != 0) {
return {};
}
}
return fml::UniqueFD{FML_HANDLE_EINTR(
::openat(base_directory.get(), path, O_RDONLY | O_DIRECTORY))};
}
fml::UniqueFD Duplicate(fml::UniqueFD::element_type descriptor) {
return fml::UniqueFD{FML_HANDLE_EINTR(::dup(descriptor))};
}
bool IsDirectory(const fml::UniqueFD& directory) {
if (!directory.is_valid()) {
return false;
}
struct stat stat_result = {};
if (::fstat(directory.get(), &stat_result) != 0) {
return false;
}
return S_ISDIR(stat_result.st_mode);
}
bool IsDirectory(const fml::UniqueFD& base_directory, const char* path) {
UniqueFD file = OpenFileReadOnly(base_directory, path);
return (file.is_valid() && IsDirectory(file));
}
bool IsFile(const std::string& path) {
struct stat buf;
if (stat(path.c_str(), &buf) != 0) {
return false;
}
return S_ISREG(buf.st_mode);
}
bool TruncateFile(const fml::UniqueFD& file, size_t size) {
if (!file.is_valid()) {
return false;
}
return ::ftruncate(file.get(), size) == 0;
}
bool UnlinkDirectory(const char* path) {
return UnlinkDirectory(fml::UniqueFD{AT_FDCWD}, path);
}
bool UnlinkDirectory(const fml::UniqueFD& base_directory, const char* path) {
return ::unlinkat(base_directory.get(), path, AT_REMOVEDIR) == 0;
}
bool UnlinkFile(const char* path) {
return UnlinkFile(fml::UniqueFD{AT_FDCWD}, path);
}
bool UnlinkFile(const fml::UniqueFD& base_directory, const char* path) {
int code = ::unlinkat(base_directory.get(), path, 0);
if (code != 0) {
FML_DLOG(ERROR) << strerror(errno);
}
return code == 0;
}
bool FileExists(const fml::UniqueFD& base_directory, const char* path) {
if (!base_directory.is_valid()) {
return false;
}
return ::faccessat(base_directory.get(), path, F_OK, 0) == 0;
}
bool WriteAtomically(const fml::UniqueFD& base_directory,
const char* file_name,
const Mapping& data) {
if (file_name == nullptr || data.GetMapping() == nullptr) {
return false;
}
std::stringstream stream;
stream << file_name << ".temp";
const auto temp_file_name = stream.str();
auto temp_file = OpenFile(base_directory, temp_file_name.c_str(), true,
FilePermission::kReadWrite);
if (!temp_file.is_valid()) {
return false;
}
if (!TruncateFile(temp_file, data.GetSize())) {
return false;
}
ssize_t remaining = data.GetSize();
ssize_t written = 0;
ssize_t offset = 0;
while (remaining > 0) {
written = FML_HANDLE_EINTR(
::write(temp_file.get(), data.GetMapping() + offset, remaining));
if (written == -1) {
return false;
}
remaining -= written;
offset += written;
}
if (::fsync(temp_file.get()) != 0) {
return false;
}
return ::renameat(base_directory.get(), temp_file_name.c_str(),
base_directory.get(), file_name) == 0;
}
bool VisitFiles(const fml::UniqueFD& directory, const FileVisitor& visitor) {
fml::UniqueFD dup_fd(dup(directory.get()));
if (!dup_fd.is_valid()) {
FML_DLOG(ERROR) << "Can't dup the directory fd. Error: " << strerror(errno);
return true; // continue to visit other files
}
fml::UniqueDir dir(::fdopendir(dup_fd.get()));
if (!dir.is_valid()) {
FML_DLOG(ERROR) << "Can't open the directory. Error: " << strerror(errno);
return true; // continue to visit other files
}
// The directory fd will be closed by `closedir`.
(void)dup_fd.release();
// Without `rewinddir`, `readir` will directly return NULL (end of dir is
// reached) after a previuos `VisitFiles` call for the same `const
// fml::UniqueFd& directory`.
rewinddir(dir.get());
while (dirent* ent = readdir(dir.get())) {
std::string filename = ent->d_name;
if (filename != "." && filename != "..") {
if (!visitor(directory, filename)) {
return false;
}
}
}
return true;
}
} // namespace fml
| engine/fml/platform/posix/file_posix.cc/0 | {
"file_path": "engine/fml/platform/posix/file_posix.cc",
"repo_id": "engine",
"token_count": 2923
} | 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 "flutter/fml/native_library.h"
#include <windows.h>
#include "flutter/fml/platform/win/wstring_conversion.h"
namespace fml {
NativeLibrary::NativeLibrary(const char* path)
: handle_(nullptr), close_handle_(true) {
if (path == nullptr) {
return;
}
handle_ = ::LoadLibrary(Utf8ToWideString(path).c_str());
}
NativeLibrary::NativeLibrary(Handle handle, bool close_handle)
: handle_(handle), close_handle_(close_handle) {}
NativeLibrary::~NativeLibrary() {
if (handle_ != nullptr && close_handle_) {
::FreeLibrary(handle_);
}
}
NativeLibrary::Handle NativeLibrary::GetHandle() const {
return handle_;
}
fml::RefPtr<NativeLibrary> NativeLibrary::Create(const char* path) {
auto library = fml::AdoptRef(new NativeLibrary(path));
return library->GetHandle() != nullptr ? library : nullptr;
}
fml::RefPtr<NativeLibrary> NativeLibrary::CreateWithHandle(
Handle handle,
bool close_handle_when_done) {
auto library =
fml::AdoptRef(new NativeLibrary(handle, close_handle_when_done));
return library->GetHandle() != nullptr ? library : nullptr;
}
fml::RefPtr<NativeLibrary> NativeLibrary::CreateForCurrentProcess() {
return fml::AdoptRef(new NativeLibrary(::GetModuleHandle(nullptr), false));
}
NativeLibrary::SymbolHandle NativeLibrary::Resolve(const char* symbol) const {
if (symbol == nullptr || handle_ == nullptr) {
return nullptr;
}
return ::GetProcAddress(handle_, symbol);
}
} // namespace fml
| engine/fml/platform/win/native_library_win.cc/0 | {
"file_path": "engine/fml/platform/win/native_library_win.cc",
"repo_id": "engine",
"token_count": 531
} | 211 |
// 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_STATUS_OR_H_
#define FLUTTER_FML_STATUS_OR_H_
#include <optional>
#include "flutter/fml/logging.h"
#include "flutter/fml/status.h"
namespace fml {
// TODO(https://github.com/flutter/flutter/issues/134741): Replace with
// absl::StatusOr.
/// Represents a union type of an object of type `T` and an fml::Status.
///
/// This is often used as a replacement for C++ exceptions where a function that
/// could fail may return an error or a result. These are typically used for
/// errors that are meant to be recovered from. If there is no recovery
/// available `FML_CHECK` is more appropriate.
///
/// Example:
/// StatusOr<int> div(int n, int d) {
/// if (d == 0) {
/// return Status(StatusCode::kFailedPrecondition, "div by zero");
/// }
/// return n / d;
/// }
template <typename T>
class StatusOr {
public:
// These constructors are intended be compatible with absl::status_or.
// NOLINTNEXTLINE(google-explicit-constructor)
StatusOr(const T& value) : status_(), value_(value) {}
// These constructors are intended be compatible with absl::status_or.
// NOLINTNEXTLINE(google-explicit-constructor)
StatusOr(const Status& status) : status_(status), value_() {
// It's not valid to construct a StatusOr with an OK status and no value.
FML_CHECK(!status_.ok());
}
StatusOr(const StatusOr&) = default;
StatusOr(StatusOr&&) = default;
StatusOr& operator=(const StatusOr&) = default;
StatusOr& operator=(StatusOr&&) = default;
StatusOr& operator=(const T& value) {
status_ = Status();
value_ = value;
return *this;
}
StatusOr& operator=(const T&& value) {
status_ = Status();
value_ = std::move(value);
return *this;
}
StatusOr& operator=(const Status& value) {
status_ = value;
value_ = std::nullopt;
return *this;
}
const Status& status() const { return status_; }
bool ok() const { return status_.ok(); }
const T& value() const {
if (value_.has_value()) {
FML_DCHECK(status_.ok());
return value_.value();
}
FML_LOG(FATAL) << "StatusOr::value() called on error Status";
FML_UNREACHABLE();
}
T& value() {
if (value_.has_value()) {
FML_DCHECK(status_.ok());
return value_.value();
}
FML_LOG(FATAL) << "StatusOr::value() called on error Status";
FML_UNREACHABLE();
}
private:
Status status_;
std::optional<T> value_;
};
} // namespace fml
#endif // FLUTTER_FML_STATUS_OR_H_
| engine/fml/status_or.h/0 | {
"file_path": "engine/fml/status_or.h",
"repo_id": "engine",
"token_count": 918
} | 212 |
// 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/sync_switch.h"
#include <thread>
#include "gtest/gtest.h"
using fml::SyncSwitch;
TEST(SyncSwitchTest, Basic) {
SyncSwitch sync_switch;
bool switch_value = false;
sync_switch.Execute(SyncSwitch::Handlers()
.SetIfTrue([&] { switch_value = true; })
.SetIfFalse([&] { switch_value = false; }));
EXPECT_FALSE(switch_value);
sync_switch.SetSwitch(true);
sync_switch.Execute(SyncSwitch::Handlers()
.SetIfTrue([&] { switch_value = true; })
.SetIfFalse([&] { switch_value = false; }));
EXPECT_TRUE(switch_value);
}
TEST(SyncSwitchTest, NoopIfUndefined) {
SyncSwitch sync_switch;
bool switch_value = false;
sync_switch.Execute(SyncSwitch::Handlers());
EXPECT_FALSE(switch_value);
}
TEST(SyncSwitchTest, SharedLock) {
SyncSwitch sync_switch;
sync_switch.SetSwitch(true);
bool switch_value1 = false;
bool switch_value2 = false;
std::thread thread1([&] {
sync_switch.Execute(
SyncSwitch::Handlers()
.SetIfTrue([&] {
switch_value1 = true;
std::thread thread2([&]() {
sync_switch.Execute(
SyncSwitch::Handlers()
.SetIfTrue([&] { switch_value2 = true; })
.SetIfFalse([&] { switch_value2 = false; }));
});
thread2.join();
})
.SetIfFalse([&] { switch_value1 = false; }));
});
thread1.join();
EXPECT_TRUE(switch_value1);
EXPECT_TRUE(switch_value2);
}
| engine/fml/synchronization/sync_switch_unittest.cc/0 | {
"file_path": "engine/fml/synchronization/sync_switch_unittest.cc",
"repo_id": "engine",
"token_count": 811
} | 213 |
// 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_TIME_TIME_DELTA_H_
#define FLUTTER_FML_TIME_TIME_DELTA_H_
#include <chrono>
#include <cstdint>
#include <ctime>
#include <iosfwd>
#include <limits>
namespace fml {
using namespace std::chrono_literals;
using Milliseconds = std::chrono::duration<double, std::milli>;
// Default to 60fps.
constexpr Milliseconds kDefaultFrameBudget = Milliseconds(1s) / 60;
template <typename T>
Milliseconds RefreshRateToFrameBudget(T refresh_rate) {
return Milliseconds(1s) / refresh_rate;
}
// A TimeDelta represents the difference between two time points.
class TimeDelta {
public:
constexpr TimeDelta() = default;
static constexpr TimeDelta Zero() { return TimeDelta(); }
static constexpr TimeDelta Min() {
return TimeDelta(std::numeric_limits<int64_t>::min());
}
static constexpr TimeDelta Max() {
return TimeDelta(std::numeric_limits<int64_t>::max());
}
static constexpr TimeDelta FromNanoseconds(int64_t nanos) {
return TimeDelta(nanos);
}
static constexpr TimeDelta FromMicroseconds(int64_t micros) {
return FromNanoseconds(micros * 1000);
}
static constexpr TimeDelta FromMilliseconds(int64_t millis) {
return FromMicroseconds(millis * 1000);
}
static constexpr TimeDelta FromSeconds(int64_t seconds) {
return FromMilliseconds(seconds * 1000);
}
static constexpr TimeDelta FromSecondsF(double seconds) {
return FromNanoseconds(seconds * (1000.0 * 1000.0 * 1000.0));
}
static constexpr TimeDelta FromMillisecondsF(double millis) {
return FromNanoseconds(millis * (1000.0 * 1000.0));
}
constexpr int64_t ToNanoseconds() const { return delta_; }
constexpr int64_t ToMicroseconds() const { return ToNanoseconds() / 1000; }
constexpr int64_t ToMilliseconds() const { return ToMicroseconds() / 1000; }
constexpr int64_t ToSeconds() const { return ToMilliseconds() / 1000; }
constexpr double ToNanosecondsF() const { return delta_; }
constexpr double ToMicrosecondsF() const { return delta_ / 1000.0; }
constexpr double ToMillisecondsF() const {
return delta_ / (1000.0 * 1000.0);
}
constexpr double ToSecondsF() const {
return delta_ / (1000.0 * 1000.0 * 1000.0);
}
constexpr TimeDelta operator-(TimeDelta other) const {
return TimeDelta::FromNanoseconds(delta_ - other.delta_);
}
constexpr TimeDelta operator+(TimeDelta other) const {
return TimeDelta::FromNanoseconds(delta_ + other.delta_);
}
constexpr TimeDelta operator/(int64_t divisor) const {
return TimeDelta::FromNanoseconds(delta_ / divisor);
}
constexpr int64_t operator/(TimeDelta other) const {
return delta_ / other.delta_;
}
constexpr TimeDelta operator*(int64_t multiplier) const {
return TimeDelta::FromNanoseconds(delta_ * multiplier);
}
constexpr TimeDelta operator%(TimeDelta other) const {
return TimeDelta::FromNanoseconds(delta_ % other.delta_);
}
bool operator==(TimeDelta other) const { return delta_ == other.delta_; }
bool operator!=(TimeDelta other) const { return delta_ != other.delta_; }
bool operator<(TimeDelta other) const { return delta_ < other.delta_; }
bool operator<=(TimeDelta other) const { return delta_ <= other.delta_; }
bool operator>(TimeDelta other) const { return delta_ > other.delta_; }
bool operator>=(TimeDelta other) const { return delta_ >= other.delta_; }
static constexpr TimeDelta FromTimespec(struct timespec ts) {
return TimeDelta::FromSeconds(ts.tv_sec) +
TimeDelta::FromNanoseconds(ts.tv_nsec);
}
struct timespec ToTimespec() {
struct timespec ts;
constexpr int64_t kNanosecondsPerSecond = 1000000000ll;
ts.tv_sec = static_cast<time_t>(ToSeconds());
ts.tv_nsec = delta_ % kNanosecondsPerSecond;
return ts;
}
private:
// Private, use one of the FromFoo() types
explicit constexpr TimeDelta(int64_t delta) : delta_(delta) {}
int64_t delta_ = 0;
};
} // namespace fml
#endif // FLUTTER_FML_TIME_TIME_DELTA_H_
| engine/fml/time/time_delta.h/0 | {
"file_path": "engine/fml/time/time_delta.h",
"repo_id": "engine",
"token_count": 1423
} | 214 |
```
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
----------------- ___ _ _ --------------------
----------------- |_ _|_ __ ___ _ __ ___| | | ___ _ __ --------------------
----------------- | || '_ ` _ \| '_ \ / _ \ | |/ _ \ '__| --------------------
----------------- | || | | | | | |_) | __/ | | __/ | --------------------
----------------- |___|_| |_| |_| .__/ \___|_|_|\___|_| --------------------
----------------- |_| --------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
```

Impeller is a rendering runtime for Flutter with the following objectives:
* **Predictable Performance**: All shader compilation and reflection is
performed offline at build time. All pipeline state objects are built upfront.
Caching is explicit and under the control of the engine.
* **Instrumentable**: All graphics resources (textures, buffers, pipeline state
objects, etc..) are tagged and labeled. Animations can be captured and
persisted to disk without affecting per-frame rendering performance.
* **Portable**: Not tied to a specific client rendering API. Shaders are
authored once and converted as necessary.
* **Uses Modern Graphics APIs Effectively**: Makes heavy use of (but doesn’t
depend on) features available in Modern APIs like Metal and Vulkan.
* **Makes Effective Use of Concurrency**: Can distribute single-frame workloads
across multiple threads if necessary.
## Project Organization
Impeller is a meta-framework. While a user of Impeller may choose to include the
whole enchilada (in `//impeller/:impeller`), the various sub-frameworks have
clearly defined responsibilities and adhere to a strict hierarchy.
Impeller itself may not depend on anything in `//flutter` except `//flutter/fml`
and `flutter/display_list`. FML is a base library for C++ projects and Impeller
implements the display list dispatcher interface to make it easy for Flutter to
swap the renderer with Impeller. Impeller is meant to be used by the Flow
(`//flutter/flow`) subsystem. Hence the name. The tessellator and geometry
libraries are exceptions - they unconditionally may not depend on anything from
`//flutter`.
An overview of the major sub-frameworks, their responsibilities, and, relative
states of completion:
* **`//impeller/compiler`**: The offline shader compiler. Takes GLSL 4.60 shader
source code and converts it into a backend specific shader representation
(like Metal Shading Language). It also generates C++ bindings that callers can
include as a GN `source_set`s so there is no runtime shader reflection either.
The target is an executable called `impellerc` which is never shipped into the
binary or as an artifact.
* **`//impeller/renderer`**: The very lowest level of the renderer that is still
backend agnostic. Allows users to build a renderer from scratch with few
restrictions. Has utilities for creating allocators, generating pipeline state
objects from bindings generated by `//impeller/compiler`, setting up render
passes, managing jumbo uniform-buffers, tessellators, etc..
* **`//impeller/renderer/backend`**: Contains all the implementation details
for a specific client rendering API. The interfaces in these targets are
meant to be private for non-WSI user targets. No Impeller sub-frameworks
may depend on these targets.
* **`//impeller/geometry`**: All (or, most of) the math! This C++ mathematics
library is used extensively by Impeller and its clients. The reasonably
interesting bit about this library is that all types can be used
interchangeably in device and host memory. Various Impeller subsystems
understand these types and can take care of packing and alignment concerns
w.r.t these types.
* **`//impeller/playground`**: When working with graphics APIs, it is often
necessary to visually verify rendering results as a specific feature is being
worked upon. Moreover, it is useful to attach frame debuggers or profilers to
specific test cases. The playground framework provides Google Test fixtures
that open the current state of various rendering related objects in a window
in which rendering results can be visualized, or, to which frame debuggers can
be attached. Most Impeller sub-frameworks that have a test harness also have a
custom playground subclass. This sub-framework is only meant to provide
utilities for tests and will not be compiled into any shipping binary.
* **`//impeller/entity`:** Sits one level above `//impeller/renderer` and
provides a framework for building 2D renderers. Most of the pipeline state
objects generated from shaders authored at build time reside in this
framework. The render-pass optimization and pass-rewriting framework also
resides there. This allows authoring composable 2D rendering optimizations
(like collapsing passes, or, eliding them completely).
* **`//impeller/aiks`**: Aiks wraps `//impeller/entity` into an API that
resembles Skia. This makes it easy to mechanically replace Skia calls with
their Impeller counterparts even though the `//impeller/entity` framework API
is different from Skia. This presence of this sub-framework is probably
short-lived as integration of Impeller into Flutter should likely happen via a
custom Display List implementation in `//impeller/display_list`. The
roadblocks to this today are graphics package agnosticism in the Display List
interface.
* **`//impeller/display_list`**: The replacement for `//impeller/aiks` to serve
in the integration of Impeller in `//flutter/flow`. This is pending graphics
package agnosticism in the Impeller interface. This sub-framework primarily
provides a custom implementation of the `flutter::DisplayListDispatcher` that
forwards Flutter rendering intent to Impeller.
* **`//impeller/typographer`**: Contains a backend agnostic interface for
rendering typefaces. While Impeller does **not** do any text layout or
shaping, it does render shaped glyph runs. The application specifies these
glyph runs to Impeller using the Typographer subsystem.
* **`//impeller/typographer/backend`**: Contains code that interfaces with an
underlying (usually platform-specific) library or toolkit to render glyphs
in typefaces into texture atlases. Impeller will then reference these glyphs
when rendering shaped glyph runs. No Impeller sub-frameworks may depend on
these targets. There may be multiple typographer backends.
* **`//impeller/base`**: Contains C++ utilities that are used throughout the
Impeller family of frameworks. Ideally, these should go in `//flutter/fml` but
their use is probably not widespread enough to at this time.
* **`//fixtures`**: Contains test fixtures used by the various test harnesses.
This depends on `//flutter/testing`.
* **`//impeller/tools`**: Contains all GN rules and python scripts for working
with Impeller. These include GN rules processing GLSL shaders, including
reflected shader information as source set targets, and, including compiled
shader intermediate representations into the final executable as binary blobs
for easier packaging.
* **`//impeller/toolkit`**: Contains Impeller agnostic toolkits that provide
more ergonomic wrappers around certain APIs like EGL. Toolkits must be
dependency free so that an external component using a toolkit doesn't have to
pull in a significant portion of Impeller itself.
* **`//impeller/shader_archive`**: Create a persistent library of shader blobs.
This is primarily used by rendering backends that don't have the notion of a
shader library. In Impeller, all shaders are packaged into a single library
that contains a manifest of the shaders in the library along with the
pre-compiled shaders themselves. Unlike Metal, backends like OpenGL ES and
Vulkan don't have such a concept. For these backends, `//impeller/blobcat` is
used to create a single shader library to be packaged with the engine.
* **`//impeller/scene`**: Contains an experimental 3D model renderer. This is
currently only exposed via [a special build of the Flutter
Engine](https://github.com/flutter/flutter/wiki/Impeller-Scene).
## The Offline Shader Compilation Pipeline
* Shaders are authored once in GLSL 4.60. This choice of shading language is
consistent across all backends. Shader code resides in the Impeller source
tree like any other source file.
* At build time, the Impeller Shader Compiler (`impellerc`) converts the GLSL
into SPIRV. No optimizations are performed on the generated SPIRV at this
stage. This is to preserve all debugging and instrumentation information.
* Using the SPIRV, a backend specific transpiler converts the SPIRV to the
appropriate high-level shading language. This is controlled using flags to the
`impellerc`.
* All the files generated in the high-level shading language are compiled,
optimized, and linked into a single binary blob.
* The binary blob containing the compiled and optimized high-level shading
language is included as a hex dump (see `xxd.py`) into a C source file with a
generated GN target. Executable targets that want to include the compiled code
in their binaries just need to depend on the generated GN target. This eases
any shader packaging concerns.
* In parallel, the SPIRV is processed by a reflector. This produces C++
translation units that allow for the easy creation of pipeline state objects
at runtime. The headers for these translation units include any structs (with
appropriate padding and alignment) such that uniform data as well as vertex
information can be specified to the shader without having to deal with
bindings, vertex descriptors, etc.. This also makes iterating on shaders
easier as changes to the shader interface lead to compile time errors.
* The C++ translation units generated from reflected shader information are made
available to callers as a generated GN target that callers may use if
necessary. It is possible for callers to perform reflection at runtime but
there are no Impeller components that do this currently.
```mermaid
flowchart TD
glsl_460[GLSL ES 4.60] -- Stage 1 Compiler --> spirv[SPIRV]
spirv -- SPIRV Optimizer --> optimized_spirv[Optimized SPIRV]
optimized_spirv -- Metal Stage 2 Compiler --> metal_sources[Metal Shader Sources]
metal_sources -- Metal Linker --> metal_library[Metal Library]
optimized_spirv -- Vulkan Stage 2 Compiler --> vulkan_spirv[Vulkan SPIRV]
vulkan_spirv -- Shader Archiver --> vulkan_shader_archive[Vulkan Shader Archive]
optimized_spirv -- GLSL ES Stage 2 Compiler --> glsl_es_100[GLSL ES 1.00]
glsl_es_100 -- Shader Archiver --> gles_shader_archive[OpenGL ES Shader Archive]
spirv -- Reflector --> cxx_sources[C++ Sources]
cxx_sources -- Ninja Build --> cxx_library[C++ Library]
vulkan_shader_archive -- Multi Arch Archiver --> multi_arch_archive[Multi Architecture Archive]
gles_shader_archive -- Multi Arch Archiver --> multi_arch_archive
```
## Try Impeller in Flutter
Impeller is available under the `--enable-impeller` flag on iOS, Android, and
macOS Desktop. This flag can be specified to `flutter run`.
If the application needs to be launched with Impeller enabled without using the
Flutter tool, follow the platform specific steps below.
### iOS and macOS Desktop
To your `Info.plist` file, add under the top-level `<dict>` tag:
```
<key>FLTEnableImpeller</key>
<true/>
```
### Android
To your `AndroidManifest.xml` file, add under the `<application>` tag:
```
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="true" />
```
## Documentation, References, and Additional Reading
* [Frequently Asked Questions](docs/faq.md)
* [Impellers Coordinate System](docs/coordinate_system.md)
* [How to Setup Xcode for GPU Frame Captures with Metal.](docs/xcode_frame_capture.md)
* [How to Setup RenderDoc Frame Captures with Vulkan.](docs/renderdoc_frame_capture.md)
* [Learning to Read GPU Frame Captures](docs/read_frame_captures.md)
* [How to Enable Metal Validation for Command Line Apps.](docs/metal_validation.md)
* [How Impeller Works Around The Lack of Uniform Buffers in Open GL ES 2.0.](docs/ubo_gles2.md)
* [Guidance for writing efficient shaders](docs/shader_optimization.md)
* [How color blending works in Impeller](docs/blending.md)
* [Enabling Vulkan Validation Layers on Android](docs/android_validation_layers.md)
* [Important Benchmarks](docs/benchmarks.md)
* [Threading in the Vulkan Backend](docs/vulkan_threading.md)
* [Android Rendering Backend Selection](docs/android.md)
| engine/impeller/README.md/0 | {
"file_path": "engine/impeller/README.md",
"repo_id": "engine",
"token_count": 3435
} | 215 |
// 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_CANVAS_RECORDER_H_
#define FLUTTER_IMPELLER_AIKS_CANVAS_RECORDER_H_
#include <cstdint>
#include "impeller/aiks/canvas.h"
#define FLT_CANVAS_RECORDER_OP_ARG(name) \
CanvasRecorderOp::k##name, &Canvas::name
namespace impeller {
/// TODO(tbd): These are very similar to `flutter::DisplayListOpType`. When
/// golden tests can be written at a higher level, migrate these to
/// flutter::DisplayListOpType.
enum CanvasRecorderOp : uint16_t {
kNew,
kSave,
kSaveLayer,
kRestore,
kRestoreToCount,
kResetTransform,
kTransform,
kConcat,
kPreConcat,
kTranslate,
kScale2,
kScale3,
kSkew,
kRotate,
kDrawPath,
kDrawPaint,
kDrawLine,
kDrawRect,
kDrawOval,
kDrawRRect,
kDrawCircle,
kDrawPoints,
kDrawImage,
kDrawImageRect,
kClipPath,
kClipRect,
kClipOval,
kClipRRect,
kDrawTextFrame,
kDrawVertices,
kDrawAtlas,
};
// Canvas recorder should only be used when IMPELLER_TRACE_CANVAS is defined
// (never in production code).
#ifdef IMPELLER_TRACE_CANVAS
/// Static polymorphic replacement for impeller::Canvas that records methods
/// called on an impeller::Canvas and forwards it to a real instance.
/// TODO(https://github.com/flutter/flutter/issues/135718): Move this recorder
/// to the DisplayList level when golden tests can be written at the ui.Canvas
/// layer.
template <typename Serializer>
class CanvasRecorder {
public:
CanvasRecorder() : canvas_() { serializer_.Write(CanvasRecorderOp::kNew); }
explicit CanvasRecorder(Rect cull_rect) : canvas_(cull_rect) {
serializer_.Write(CanvasRecorderOp::kNew);
}
explicit CanvasRecorder(IRect cull_rect) : canvas_(cull_rect) {
serializer_.Write(CanvasRecorderOp::kNew);
}
~CanvasRecorder() {}
const Serializer& GetSerializer() const { return serializer_; }
template <typename ReturnType>
ReturnType ExecuteAndSerialize(CanvasRecorderOp op,
ReturnType (Canvas::*canvasMethod)()) {
serializer_.Write(op);
return (canvas_.*canvasMethod)();
}
template <typename FuncType, typename... Args>
auto ExecuteAndSerialize(CanvasRecorderOp op,
FuncType canvasMethod,
Args&&... args)
-> decltype((std::declval<Canvas>().*
canvasMethod)(std::forward<Args>(args)...)) {
// Serialize each argument
(serializer_.Write(std::forward<Args>(args)), ...);
serializer_.Write(op);
return (canvas_.*canvasMethod)(std::forward<Args>(args)...);
}
template <typename FuncType, typename... Args>
auto ExecuteAndSkipArgSerialize(CanvasRecorderOp op,
FuncType canvasMethod,
Args&&... args)
-> decltype((std::declval<Canvas>().*
canvasMethod)(std::forward<Args>(args)...)) {
serializer_.Write(op);
return (canvas_.*canvasMethod)(std::forward<Args>(args)...);
}
//////////////////////////////////////////////////////////////////////////////
// Canvas Static Polymorphism
// ////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
void Save() {
return ExecuteAndSerialize(CanvasRecorderOp::kSave, &Canvas::Save);
}
void SaveLayer(
const Paint& paint,
std::optional<Rect> bounds = std::nullopt,
const std::shared_ptr<ImageFilter>& backdrop_filter = nullptr,
ContentBoundsPromise bounds_promise = ContentBoundsPromise::kUnknown) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(SaveLayer), paint,
bounds, backdrop_filter, bounds_promise);
}
bool Restore() {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(Restore));
}
size_t GetSaveCount() const { return canvas_.GetSaveCount(); }
void RestoreToCount(size_t count) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(RestoreToCount),
count);
}
const Matrix& GetCurrentTransform() const {
return canvas_.GetCurrentTransform();
}
const std::optional<Rect> GetCurrentLocalCullingBounds() const {
return canvas_.GetCurrentLocalCullingBounds();
}
void ResetTransform() {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(ResetTransform));
}
void Transform(const Matrix& transform) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(Transform),
transform);
}
void Concat(const Matrix& transform) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(Concat), transform);
}
void PreConcat(const Matrix& transform) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(PreConcat),
transform);
}
void Translate(const Vector3& offset) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(Translate), offset);
}
void Scale(const Vector2& scale) {
return ExecuteAndSerialize(
CanvasRecorderOp::kScale2,
static_cast<void (Canvas::*)(const Vector2&)>(&Canvas::Scale), scale);
}
void Scale(const Vector3& scale) {
return ExecuteAndSerialize(
CanvasRecorderOp::kScale3,
static_cast<void (Canvas::*)(const Vector3&)>(&Canvas::Scale), scale);
}
void Skew(Scalar sx, Scalar sy) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(Skew), sx, sy);
}
void Rotate(Radians radians) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(Rotate), radians);
}
void DrawPath(Path path, const Paint& paint) {
serializer_.Write(path);
serializer_.Write(paint);
return ExecuteAndSkipArgSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawPath),
std::move(path), paint);
}
void DrawPaint(const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawPaint), paint);
}
void DrawLine(const Point& p0, const Point& p1, const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawLine), p0, p1,
paint);
}
void DrawRect(Rect rect, const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawRect), rect,
paint);
}
void DrawOval(const Rect& rect, const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawOval), rect,
paint);
}
void DrawRRect(const Rect& rect,
const Size& corner_radii,
const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawRRect), rect,
corner_radii, paint);
}
void DrawCircle(Point center, Scalar radius, const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawCircle), center,
radius, paint);
}
void DrawPoints(std::vector<Point> points,
Scalar radius,
const Paint& paint,
PointStyle point_style) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawPoints), points,
radius, paint, point_style);
}
void DrawImage(const std::shared_ptr<Image>& image,
Point offset,
const Paint& paint,
SamplerDescriptor sampler = {}) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawImage), image,
offset, paint, sampler);
}
void DrawImageRect(
const std::shared_ptr<Image>& image,
Rect source,
Rect dest,
const Paint& paint,
SamplerDescriptor sampler = {},
SourceRectConstraint src_rect_constraint = SourceRectConstraint::kFast) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawImageRect), image,
source, dest, paint, sampler,
src_rect_constraint);
}
void ClipPath(
Path path,
Entity::ClipOperation clip_op = Entity::ClipOperation::kIntersect) {
serializer_.Write(path);
serializer_.Write(clip_op);
return ExecuteAndSkipArgSerialize(FLT_CANVAS_RECORDER_OP_ARG(ClipPath),
std::move(path), clip_op);
}
void ClipRect(
const Rect& rect,
Entity::ClipOperation clip_op = Entity::ClipOperation::kIntersect) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(ClipRect), rect,
clip_op);
}
void ClipOval(
const Rect& bounds,
Entity::ClipOperation clip_op = Entity::ClipOperation::kIntersect) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(ClipOval), bounds,
clip_op);
}
void ClipRRect(
const Rect& rect,
const Size& corner_radii,
Entity::ClipOperation clip_op = Entity::ClipOperation::kIntersect) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(ClipRRect), rect,
corner_radii, clip_op);
}
void DrawTextFrame(const std::shared_ptr<TextFrame>& text_frame,
Point position,
const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawTextFrame),
text_frame, position, paint);
}
void DrawVertices(const std::shared_ptr<VerticesGeometry>& vertices,
BlendMode blend_mode,
const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawVertices),
vertices, blend_mode, paint);
}
void DrawAtlas(const std::shared_ptr<Image>& atlas,
std::vector<Matrix> transforms,
std::vector<Rect> texture_coordinates,
std::vector<Color> colors,
BlendMode blend_mode,
SamplerDescriptor sampler,
std::optional<Rect> cull_rect,
const Paint& paint) {
return ExecuteAndSerialize(FLT_CANVAS_RECORDER_OP_ARG(DrawAtlas), //
atlas, //
transforms, //
texture_coordinates, //
colors, //
blend_mode, //
sampler, //
cull_rect, //
paint);
}
Picture EndRecordingAsPicture() { return canvas_.EndRecordingAsPicture(); }
private:
Canvas canvas_;
Serializer serializer_;
};
#endif
} // namespace impeller
#endif // FLUTTER_IMPELLER_AIKS_CANVAS_RECORDER_H_
| engine/impeller/aiks/canvas_recorder.h/0 | {
"file_path": "engine/impeller/aiks/canvas_recorder.h",
"repo_id": "engine",
"token_count": 5020
} | 216 |
// 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/picture.h"
#include <memory>
#include <optional>
#include "impeller/base/validation.h"
#include "impeller/entity/entity.h"
#include "impeller/renderer/render_target.h"
#include "impeller/renderer/snapshot.h"
namespace impeller {
std::optional<Snapshot> Picture::Snapshot(AiksContext& context) {
auto coverage = pass->GetElementsCoverage(std::nullopt);
if (!coverage.has_value() || coverage->IsEmpty()) {
return std::nullopt;
}
const auto translate = Matrix::MakeTranslation(-coverage->GetOrigin());
auto texture =
RenderToTexture(context, ISize(coverage->GetSize()), translate);
return impeller::Snapshot{
.texture = std::move(texture),
.transform = Matrix::MakeTranslation(coverage->GetOrigin())};
}
std::shared_ptr<Image> Picture::ToImage(AiksContext& context,
ISize size) const {
if (size.IsEmpty()) {
return nullptr;
}
auto texture = RenderToTexture(context, size);
return texture ? std::make_shared<Image>(texture) : nullptr;
}
std::shared_ptr<Texture> Picture::RenderToTexture(
AiksContext& context,
ISize size,
std::optional<const Matrix> translate) const {
FML_DCHECK(!size.IsEmpty());
pass->IterateAllEntities([&translate](auto& entity) -> bool {
auto matrix = translate.has_value()
? translate.value() * entity.GetTransform()
: entity.GetTransform();
entity.SetTransform(matrix);
return true;
});
// This texture isn't host visible, but we might want to add host visible
// features to Image someday.
const std::shared_ptr<Context>& impeller_context = context.GetContext();
// Do not use the render target cache as the lifecycle of this texture
// will outlive a particular frame.
RenderTargetAllocator render_target_allocator =
RenderTargetAllocator(impeller_context->GetResourceAllocator());
RenderTarget target;
if (impeller_context->GetCapabilities()->SupportsOffscreenMSAA()) {
target = render_target_allocator.CreateOffscreenMSAA(
*impeller_context, // context
size, // size
/*mip_count=*/1,
"Picture Snapshot MSAA", // label
RenderTarget::
kDefaultColorAttachmentConfigMSAA // color_attachment_config
);
} else {
target = render_target_allocator.CreateOffscreen(
*impeller_context, // context
size, // size
/*mip_count=*/1,
"Picture Snapshot", // label
RenderTarget::kDefaultColorAttachmentConfig // color_attachment_config
);
}
if (!target.IsValid()) {
VALIDATION_LOG << "Could not create valid RenderTarget.";
return nullptr;
}
if (!context.Render(*this, target, false)) {
VALIDATION_LOG << "Could not render Picture to Texture.";
return nullptr;
}
auto texture = target.GetRenderTargetTexture();
if (!texture) {
VALIDATION_LOG << "RenderTarget has no target texture.";
return nullptr;
}
return texture;
}
} // namespace impeller
| engine/impeller/aiks/picture.cc/0 | {
"file_path": "engine/impeller/aiks/picture.cc",
"repo_id": "engine",
"token_count": 1195
} | 217 |
// 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_VERSION_H_
#define FLUTTER_IMPELLER_BASE_VERSION_H_
#include <cstddef>
#include <optional>
#include <string>
#include <tuple>
#include <vector>
namespace impeller {
struct Version {
public:
size_t major_version;
size_t minor_version;
size_t patch_version;
constexpr explicit Version(size_t p_major = 0,
size_t p_minor = 0,
size_t p_patch = 0)
: major_version(p_major),
minor_version(p_minor),
patch_version(p_patch) {}
static std::optional<Version> FromVector(const std::vector<size_t>& version);
constexpr bool IsAtLeast(const Version& other) const {
return std::tie(major_version, minor_version, patch_version) >=
std::tie(other.major_version, other.minor_version,
other.patch_version);
}
std::string ToString() const;
};
} // namespace impeller
#endif // FLUTTER_IMPELLER_BASE_VERSION_H_
| engine/impeller/base/version.h/0 | {
"file_path": "engine/impeller/base/version.h",
"repo_id": "engine",
"token_count": 463
} | 218 |
// 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_INCLUDER_H_
#define FLUTTER_IMPELLER_COMPILER_INCLUDER_H_
#include <string>
#include "flutter/fml/mapping.h"
#include "impeller/compiler/include_dir.h"
#include "shaderc/shaderc.hpp"
namespace impeller {
namespace compiler {
struct IncluderData {
std::string file_name;
std::unique_ptr<fml::Mapping> mapping;
IncluderData(std::string p_file_name, std::unique_ptr<fml::Mapping> p_mapping)
: file_name(std::move(p_file_name)), mapping(std::move(p_mapping)) {}
};
class Includer final : public shaderc::CompileOptions::IncluderInterface {
public:
Includer(std::shared_ptr<fml::UniqueFD> working_directory,
std::vector<IncludeDir> include_dirs,
std::function<void(std::string)> on_file_included);
// |shaderc::CompileOptions::IncluderInterface|
~Includer() override;
// |shaderc::CompileOptions::IncluderInterface|
shaderc_include_result* GetInclude(const char* requested_source,
shaderc_include_type type,
const char* requesting_source,
size_t include_depth) override;
// |shaderc::CompileOptions::IncluderInterface|
void ReleaseInclude(shaderc_include_result* data) override;
private:
std::shared_ptr<fml::UniqueFD> working_directory_;
std::vector<IncludeDir> include_dirs_;
std::function<void(std::string)> on_file_included_;
std::unique_ptr<fml::FileMapping> TryOpenMapping(
const IncludeDir& dir,
const char* requested_source);
std::unique_ptr<fml::FileMapping> FindFirstMapping(
const char* requested_source);
Includer(const Includer&) = delete;
Includer& operator=(const Includer&) = delete;
};
} // namespace compiler
} // namespace impeller
#endif // FLUTTER_IMPELLER_COMPILER_INCLUDER_H_
| engine/impeller/compiler/includer.h/0 | {
"file_path": "engine/impeller/compiler/includer.h",
"repo_id": "engine",
"token_count": 798
} | 219 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.