diff --git a/BUILD.gn b/BUILD.gn index a96d363dbc377..05e3bff18c31c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -16,7 +16,7 @@ group("flutter") { if (current_toolchain == host_toolchain) { public_deps += [ "$flutter_root/frontend_server", - "//dart:create_sdk", + "//third_party/dart:create_sdk", ] } } diff --git a/DEPS b/DEPS index 883a90bbab8f9..82e79d954d717 100644 --- a/DEPS +++ b/DEPS @@ -118,7 +118,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '2e3dfc25ff0fd0b444cfcf400c08c827a263a36b', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'd9dc9e87c97d4d98342e27482d29403136954114', # Fuchsia compatibility # @@ -130,7 +130,7 @@ deps = { Var('fuchsia_git') + '/garnet' + '@' + '73eeb0583e7967016ad7386a90353bf6937488b9', 'src/topaz/lib/tonic': - Var('fuchsia_git') + '/tonic' + '@' + '38c5b3b7f5968be3c5ef89a14797365adbed25e1', + Var('fuchsia_git') + '/tonic' + '@' + '1facca9652dc97facd64e18217a6175c4236e354', 'src/third_party/benchmark': Var('fuchsia_git') + '/third_party/benchmark' + '@' + '296537bc48d380adf21567c5d736ab79f5363d22', @@ -161,7 +161,7 @@ deps = { 'src/third_party/icu': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7f9c941728bb833529ba3c6', - 'src/dart': + 'src/third_party/dart': Var('dart_git') + '/sdk.git' + '@' + Var('dart_revision'), 'src/third_party/boringssl': @@ -170,187 +170,187 @@ deps = { 'src/third_party/boringssl/src': 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('dart_boringssl_rev'), - 'src/dart/third_party/observatory_pub_packages': + 'src/third_party/dart/third_party/observatory_pub_packages': Var('chromium_git') + '/external/github.com/dart-lang/observatory_pub_packages' + '@' + Var('dart_observatory_pub_packages_rev'), - 'src/dart/third_party/pkg/oauth2': + 'src/third_party/dart/third_party/pkg/oauth2': Var('chromium_git') + '/external/github.com/dart-lang/oauth2' + '@' + Var('dart_oauth2_tag'), - 'src/dart/third_party/pkg/args': + 'src/third_party/dart/third_party/pkg/args': Var('chromium_git') + '/external/github.com/dart-lang/args' + '@' + Var('dart_args_tag'), - 'src/dart/third_party/pkg/async': + 'src/third_party/dart/third_party/pkg/async': Var('chromium_git') + '/external/github.com/dart-lang/async' + '@' + Var('dart_async_tag'), - 'src/dart/third_party/pkg/barback': + 'src/third_party/dart/third_party/pkg/barback': Var('chromium_git') + '/external/github.com/dart-lang/barback' + '@' + Var('dart_barback_tag'), - 'src/dart/third_party/pkg/bazel_worker': + 'src/third_party/dart/third_party/pkg/bazel_worker': Var('chromium_git') + '/external/github.com/dart-lang/bazel_worker' + '@' + Var('dart_bazel_worker_tag'), - 'src/dart/third_party/pkg/boolean_selector': + 'src/third_party/dart/third_party/pkg/boolean_selector': Var('chromium_git') + '/external/github.com/dart-lang/boolean_selector' + '@' + Var('dart_boolean_selector_tag'), - 'src/dart/third_party/pkg/charcode': + 'src/third_party/dart/third_party/pkg/charcode': Var('chromium_git') + '/external/github.com/dart-lang/charcode' + '@' + Var('dart_charcode_tag'), - 'src/dart/third_party/pkg/cli_util': + 'src/third_party/dart/third_party/pkg/cli_util': Var('chromium_git') + '/external/github.com/dart-lang/cli_util' + '@' + Var('dart_cli_util_tag'), - 'src/dart/third_party/pkg/collection': + 'src/third_party/dart/third_party/pkg/collection': Var('chromium_git') + '/external/github.com/dart-lang/collection' + '@' + Var('dart_collection_tag'), - 'src/dart/third_party/pkg/convert': + 'src/third_party/dart/third_party/pkg/convert': Var('chromium_git') + '/external/github.com/dart-lang/convert' + '@' + Var('dart_convert_tag'), - 'src/dart/third_party/pkg/crypto': + 'src/third_party/dart/third_party/pkg/crypto': Var('chromium_git') + '/external/github.com/dart-lang/crypto' + '@' + Var('dart_crypto_tag'), - 'src/dart/third_party/pkg/csslib': + 'src/third_party/dart/third_party/pkg/csslib': Var('chromium_git') + '/external/github.com/dart-lang/csslib' + '@' + Var('dart_csslib_tag'), - 'src/dart/third_party/pkg/dart2js_info': + 'src/third_party/dart/third_party/pkg/dart2js_info': Var('chromium_git') + '/external/github.com/dart-lang/dart2js_info' + '@' + Var('dart_dart2js_info_tag'), - 'src/dart/third_party/pkg/dartdoc': + 'src/third_party/dart/third_party/pkg/dartdoc': Var('chromium_git') + '/external/github.com/dart-lang/dartdoc' + '@' + Var('dart_dartdoc_tag'), - 'src/dart/third_party/pkg/isolate': + 'src/third_party/dart/third_party/pkg/isolate': Var('chromium_git') + '/external/github.com/dart-lang/isolate' + '@' + Var('dart_isolate_tag'), - 'src/dart/third_party/pkg/json_rpc_2': + 'src/third_party/dart/third_party/pkg/json_rpc_2': Var('chromium_git') + '/external/github.com/dart-lang/json_rpc_2' + '@' + Var('dart_json_rpc_2_tag'), - 'src/dart/third_party/pkg/intl': + 'src/third_party/dart/third_party/pkg/intl': Var('chromium_git') + '/external/github.com/dart-lang/intl' + '@' + Var('dart_intl_tag'), - 'src/dart/third_party/pkg/fixnum': + 'src/third_party/dart/third_party/pkg/fixnum': Var('chromium_git') + '/external/github.com/dart-lang/fixnum' + '@' + Var('dart_fixnum_tag'), - 'src/dart/third_party/pkg/glob': + 'src/third_party/dart/third_party/pkg/glob': Var('chromium_git') + '/external/github.com/dart-lang/glob' + '@' + Var('dart_glob_tag'), - 'src/dart/third_party/pkg/html': + 'src/third_party/dart/third_party/pkg/html': Var('chromium_git') + '/external/github.com/dart-lang/html' + '@' + Var('dart_html_tag'), - 'src/dart/third_party/pkg/http': + 'src/third_party/dart/third_party/pkg/http': Var('chromium_git') + '/external/github.com/dart-lang/http' + '@' + Var('dart_http_tag'), - 'src/dart/third_party/pkg/http_parser': + 'src/third_party/dart/third_party/pkg/http_parser': Var('chromium_git') + '/external/github.com/dart-lang/http_parser' + '@' + Var('dart_http_parser_tag'), - 'src/dart/third_party/pkg/http_throttle': + 'src/third_party/dart/third_party/pkg/http_throttle': Var('chromium_git') + '/external/github.com/dart-lang/http_throttle' + '@' + Var('dart_http_throttle_tag'), - 'src/dart/third_party/pkg/http_multi_server': + 'src/third_party/dart/third_party/pkg/http_multi_server': Var('chromium_git') + '/external/github.com/dart-lang/http_multi_server' + '@' + Var('dart_http_multi_server_tag'), - 'src/dart/third_party/pkg/logging': + 'src/third_party/dart/third_party/pkg/logging': Var('chromium_git') + '/external/github.com/dart-lang/logging' + '@' + Var('dart_logging_tag'), - 'src/dart/third_party/pkg/linter': + 'src/third_party/dart/third_party/pkg/linter': Var('chromium_git') + '/external/github.com/dart-lang/linter' + '@' + Var('dart_linter_tag'), - 'src/dart/third_party/pkg/markdown': + 'src/third_party/dart/third_party/pkg/markdown': Var('chromium_git') + '/external/github.com/dart-lang/markdown' + '@' + Var('dart_markdown_tag'), - 'src/dart/third_party/pkg/matcher': + 'src/third_party/dart/third_party/pkg/matcher': Var('chromium_git') + '/external/github.com/dart-lang/matcher' + '@' + Var('dart_matcher_tag'), - 'src/dart/third_party/pkg/mime': + 'src/third_party/dart/third_party/pkg/mime': Var('chromium_git') + '/external/github.com/dart-lang/mime' + '@' + Var('dart_mime_rev'), - 'src/dart/third_party/pkg/mockito': + 'src/third_party/dart/third_party/pkg/mockito': Var('chromium_git') + '/external/github.com/dart-lang/mockito' + '@' + Var('dart_mockito_tag'), - 'src/dart/third_party/pkg/mustache4dart': + 'src/third_party/dart/third_party/pkg/mustache4dart': Var('chromium_git') + '/external/github.com/valotas/mustache4dart' + '@' + Var('dart_mustache4dart_tag'), - 'src/dart/third_party/pkg_tested/package_config': + 'src/third_party/dart/third_party/pkg_tested/package_config': Var('chromium_git') + '/external/github.com/dart-lang/package_config' + '@' + Var('dart_package_config_tag'), - 'src/dart/third_party/pkg_tested/package_resolver': + 'src/third_party/dart/third_party/pkg_tested/package_resolver': Var('chromium_git') + '/external/github.com/dart-lang/package_resolver' + '@' + Var('dart_package_resolver_tag'), - 'src/dart/third_party/pkg/path': + 'src/third_party/dart/third_party/pkg/path': Var('chromium_git') + '/external/github.com/dart-lang/path' + '@' + Var('dart_path_tag'), - 'src/dart/third_party/pkg/pool': + 'src/third_party/dart/third_party/pkg/pool': Var('chromium_git') + '/external/github.com/dart-lang/pool' + '@' + Var('dart_pool_tag'), - 'src/dart/third_party/pkg/plugin': + 'src/third_party/dart/third_party/pkg/plugin': Var('chromium_git') + '/external/github.com/dart-lang/plugin' + '@' + Var('dart_plugin_tag'), - 'src/dart/third_party/pkg/protobuf': + 'src/third_party/dart/third_party/pkg/protobuf': Var('chromium_git') + '/external/github.com/dart-lang/protobuf' + '@' + Var('dart_protobuf_tag'), - 'src/dart/third_party/pkg/pub_semver': + 'src/third_party/dart/third_party/pkg/pub_semver': Var('chromium_git') + '/external/github.com/dart-lang/pub_semver' + '@' + Var('dart_pub_semver_tag'), - 'src/dart/third_party/pkg/pub': + 'src/third_party/dart/third_party/pkg/pub': Var('chromium_git') + '/external/github.com/dart-lang/pub' + '@' + Var('dart_pub_rev'), - 'src/dart/third_party/pkg/quiver': + 'src/third_party/dart/third_party/pkg/quiver': Var('chromium_git') + '/external/github.com/google/quiver-dart' + '@' + Var('dart_quiver_tag'), - 'src/dart/third_party/pkg/resource': + 'src/third_party/dart/third_party/pkg/resource': Var('chromium_git') + '/external/github.com/dart-lang/resource' + '@' + Var('dart_resource_rev'), - 'src/dart/third_party/pkg/shelf': + 'src/third_party/dart/third_party/pkg/shelf': Var('chromium_git') + '/external/github.com/dart-lang/shelf' + '@' + Var('dart_shelf_tag'), - 'src/dart/third_party/pkg/shelf_packages_handler': + 'src/third_party/dart/third_party/pkg/shelf_packages_handler': Var('chromium_git') + '/external/github.com/dart-lang/shelf_packages_handler' + '@' + Var('dart_shelf_packages_handler_tag'), - 'src/dart/third_party/pkg/shelf_static': + 'src/third_party/dart/third_party/pkg/shelf_static': Var('chromium_git') + '/external/github.com/dart-lang/shelf_static' + '@' + Var('dart_shelf_static_tag'), - 'src/dart/third_party/pkg/shelf_web_socket': + 'src/third_party/dart/third_party/pkg/shelf_web_socket': Var('chromium_git') + '/external/github.com/dart-lang/shelf_web_socket' + '@' + Var('dart_shelf_web_socket_tag'), - 'src/dart/third_party/pkg/source_span': + 'src/third_party/dart/third_party/pkg/source_span': Var('chromium_git') + '/external/github.com/dart-lang/source_span' + '@' + Var('dart_source_span_tag'), - 'src/dart/third_party/pkg/source_map_stack_trace': + 'src/third_party/dart/third_party/pkg/source_map_stack_trace': Var('chromium_git') + '/external/github.com/dart-lang/source_map_stack_trace' + '@' + Var('dart_source_map_stack_trace_tag'), - 'src/dart/third_party/pkg/source_maps': + 'src/third_party/dart/third_party/pkg/source_maps': Var('chromium_git') + '/external/github.com/dart-lang/source_maps' + '@' + Var('dart_source_maps_tag'), - 'src/dart/third_party/pkg/string_scanner': + 'src/third_party/dart/third_party/pkg/string_scanner': Var('chromium_git') + '/external/github.com/dart-lang/string_scanner' + '@' + Var('dart_string_scanner_tag'), - 'src/dart/third_party/pkg/stream_channel': + 'src/third_party/dart/third_party/pkg/stream_channel': Var('chromium_git') + '/external/github.com/dart-lang/stream_channel' + '@' + Var('dart_stream_channel_tag'), - 'src/dart/third_party/pkg/stack_trace': + 'src/third_party/dart/third_party/pkg/stack_trace': Var('chromium_git') + '/external/github.com/dart-lang/stack_trace' + '@' + Var('dart_stack_trace_tag'), - 'src/dart/third_party/pkg_tested/dart_style': + 'src/third_party/dart/third_party/pkg_tested/dart_style': Var('chromium_git') + '/external/github.com/dart-lang/dart_style' + '@' + Var('dart_dart_style_tag'), - 'src/dart/third_party/pkg/typed_data': + 'src/third_party/dart/third_party/pkg/typed_data': Var('chromium_git') + '/external/github.com/dart-lang/typed_data' + '@' + Var('dart_typed_data_tag'), - 'src/dart/third_party/pkg/test': + 'src/third_party/dart/third_party/pkg/test': Var('chromium_git') + '/external/github.com/dart-lang/test' + '@' + Var('dart_test_tag'), - 'src/dart/third_party/pkg/tuple': + 'src/third_party/dart/third_party/pkg/tuple': Var('chromium_git') + '/external/github.com/dart-lang/tuple' + '@' + Var('dart_tuple_tag'), - 'src/dart/third_party/pkg/utf': + 'src/third_party/dart/third_party/pkg/utf': Var('chromium_git') + '/external/github.com/dart-lang/utf' + '@' + Var('dart_utf_tag'), - 'src/dart/third_party/pkg/usage': + 'src/third_party/dart/third_party/pkg/usage': Var('chromium_git') + '/external/github.com/dart-lang/usage' + '@' + Var('dart_usage_tag'), - 'src/dart/third_party/pkg/watcher': + 'src/third_party/dart/third_party/pkg/watcher': Var('chromium_git') + '/external/github.com/dart-lang/watcher' + '@' + Var('dart_watcher_tag'), - 'src/dart/third_party/pkg/web_socket_channel': + 'src/third_party/dart/third_party/pkg/web_socket_channel': Var('chromium_git') + '/external/github.com/dart-lang/web_socket_channel' + '@' + Var('dart_web_socket_channel_tag'), - 'src/dart/third_party/pkg/yaml': + 'src/third_party/dart/third_party/pkg/yaml': Var('chromium_git') + '/external/github.com/dart-lang/yaml' + '@' + Var('dart_yaml_tag'), 'src/third_party/root_certificates': @@ -451,7 +451,7 @@ hooks = [ "--platform=win32", "--extract", "-s", - "src/dart/third_party/7zip.tar.gz.sha1", + "src/third_party/dart/third_party/7zip.tar.gz.sha1", ], }, ] diff --git a/build/flutter_app.gni b/build/flutter_app.gni index a29302e2f226a..fa285260c6e86 100644 --- a/build/flutter_app.gni +++ b/build/flutter_app.gni @@ -14,7 +14,7 @@ declare_args() { flutter_app_default_is_jit = true } -gen_snapshot_label = "//dart/runtime/bin:gen_snapshot($host_toolchain)" +gen_snapshot_label = "//third_party/dart/runtime/bin:gen_snapshot($host_toolchain)" gen_snapshot_dir = get_label_info(gen_snapshot_label, "root_out_dir") gen_snapshot = "$gen_snapshot_dir/gen_snapshot" @@ -225,7 +225,7 @@ template("flutter_aot_app") { main_dart, "$flutter_root/runtime/dart_vm_entry_points.txt", "$flutter_root/runtime/dart_vm_entry_points_fuchsia.txt", - "//dart/runtime/bin/dart_io_entries.txt", + "//third_party/dart/runtime/bin/dart_io_entries.txt", ] outputs = [ @@ -264,7 +264,7 @@ template("flutter_aot_app") { "--entry-points-manifest", rebase_path("$flutter_root/runtime/dart_vm_entry_points_fuchsia.txt"), "--entry-points-manifest", - rebase_path("//dart/runtime/bin/dart_io_entries.txt"), + rebase_path("//third_party/dart/runtime/bin/dart_io_entries.txt"), "--main-dart", rebase_path(main_dart), diff --git a/content_handler/BUILD.gn b/content_handler/BUILD.gn index f9f5f77cb2a59..96f7413ebe046 100644 --- a/content_handler/BUILD.gn +++ b/content_handler/BUILD.gn @@ -44,8 +44,8 @@ template("flutter_content_handler") { ] deps = [ - "//dart/runtime/bin:libdart_builtin", - "//dart/runtime/platform:libdart_platform", + "//third_party/dart/runtime/bin:libdart_builtin", + "//third_party/dart/runtime/platform:libdart_platform", "$flutter_root/assets", "$flutter_root/common", "$flutter_root/flow", @@ -88,10 +88,10 @@ template("flutter_content_handler") { flutter_content_handler("content_handler") { output_name = "flutter_runner" - extra_deps = [ "//dart/runtime:libdart_jit" ] + extra_deps = [ "//third_party/dart/runtime:libdart_jit" ] } flutter_content_handler("aot_content_handler") { output_name = "flutter_aot_runner" - extra_deps = [ "//dart/runtime:libdart_precompiled_runtime" ] + extra_deps = [ "//third_party/dart/runtime:libdart_precompiled_runtime" ] } diff --git a/content_handler/app.cc b/content_handler/app.cc index 1fe374a61b21d..d74040c95dbe4 100644 --- a/content_handler/app.cc +++ b/content_handler/app.cc @@ -7,7 +7,6 @@ #include #include -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/common/settings.h" #include "flutter/common/threads.h" #include "flutter/sky/engine/platform/fonts/fuchsia/FontCacheFuchsia.h" @@ -15,6 +14,7 @@ #include "lib/fxl/macros.h" #include "lib/fxl/tasks/task_runner.h" #include "lib/icu_data/cpp/icu_data.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" namespace flutter_runner { namespace { diff --git a/content_handler/application_controller_impl.h b/content_handler/application_controller_impl.h index 210ccc8a44a6f..d694003d20b98 100644 --- a/content_handler/application_controller_impl.h +++ b/content_handler/application_controller_impl.h @@ -9,7 +9,6 @@ #include -#include "dart/runtime/include/dart_api.h" #include "lib/app/fidl/application_controller.fidl.h" #include "lib/app/fidl/application_runner.fidl.h" #include "lib/app/fidl/service_provider.fidl.h" @@ -19,6 +18,7 @@ #include "lib/fxl/synchronization/waitable_event.h" #include "lib/svc/cpp/service_provider_bridge.h" #include "lib/ui/views/fidl/view_provider.fidl.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace flutter_runner { class App; diff --git a/content_handler/runtime_holder.cc b/content_handler/runtime_holder.cc index daf465279d435..3591db2c1bad0 100644 --- a/content_handler/runtime_holder.cc +++ b/content_handler/runtime_holder.cc @@ -10,7 +10,6 @@ #include #include "dart-pkg/zircon/sdk_ext/handle.h" -#include "dart/runtime/include/dart_api.h" #include "flutter/assets/zip_asset_store.h" #include "flutter/common/threads.h" #include "flutter/content_handler/accessibility_bridge.h" @@ -28,6 +27,7 @@ #include "lib/fxl/logging.h" #include "lib/fxl/time/time_delta.h" #include "lib/zip/create_unzipper.h" +#include "third_party/dart/runtime/include/dart_api.h" #include "third_party/rapidjson/rapidjson/document.h" #include "third_party/rapidjson/rapidjson/stringbuffer.h" #include "third_party/rapidjson/rapidjson/writer.h" diff --git a/content_handler/service_protocol_hooks.h b/content_handler/service_protocol_hooks.h index 865b84afec64e..eb73a6c869f49 100644 --- a/content_handler/service_protocol_hooks.h +++ b/content_handler/service_protocol_hooks.h @@ -5,8 +5,8 @@ #ifndef FLUTTER_CONTENT_HANDLER_SERVICE_PROTOCOL_HOOKS_H_ #define FLUTTER_CONTENT_HANDLER_SERVICE_PROTOCOL_HOOKS_H_ -#include "dart/runtime/include/dart_tools_api.h" #include "lib/fxl/synchronization/waitable_event.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" namespace flutter_runner { diff --git a/flow/BUILD.gn b/flow/BUILD.gn index b6d633ece8d78..86c867ce9f012 100644 --- a/flow/BUILD.gn +++ b/flow/BUILD.gn @@ -99,7 +99,7 @@ executable("flow_unittests") { deps = [ ":flow", - "//dart/runtime:libdart_jit", # for tracing + "//third_party/dart/runtime:libdart_jit", # for tracing "$flutter_root/testing", "//third_party/skia", ] diff --git a/fml/BUILD.gn b/fml/BUILD.gn index 1e57600e46803..ab34374913705 100644 --- a/fml/BUILD.gn +++ b/fml/BUILD.gn @@ -24,7 +24,7 @@ source_set("fml") { ] deps = [ - "//dart/runtime:dart_api", + "//third_party/dart/runtime:dart_api", "//garnet/public/lib/fxl", # These need to be in sync with the Fuchsia buildroot. @@ -114,7 +114,7 @@ executable("fml_unittests") { ] deps = [ - "//dart/runtime:libdart_jit", + "//third_party/dart/runtime:libdart_jit", "$flutter_root/fml", "$flutter_root/testing", "//garnet/public/lib/fxl", diff --git a/fml/trace_event.cc b/fml/trace_event.cc index cd30d18527375..c99b74bb182e2 100644 --- a/fml/trace_event.cc +++ b/fml/trace_event.cc @@ -4,7 +4,7 @@ #include "flutter/fml/trace_event.h" -#include "dart/runtime/include/dart_tools_api.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" namespace fml { namespace tracing { diff --git a/frontend_server/.packages b/frontend_server/.packages index fe9b8d65786ad..eaa65353212fa 100644 --- a/frontend_server/.packages +++ b/frontend_server/.packages @@ -1,51 +1,51 @@ # Generated by pub on 2017-08-22 07:05:11.485224. -analyzer:../../dart/pkg/analyzer/lib/ -args:../../dart/third_party/pkg/args/lib/ -async:../../dart/third_party/pkg/async/lib/ -barback:../../dart/third_party/pkg/barback/lib/ -boolean_selector:../../dart/third_party/pkg/boolean_selector/lib/ -charcode:../../dart/third_party/pkg/charcode/lib/ -cli_util:../../dart/third_party/pkg/cli_util/lib/ -collection:../../dart/third_party/pkg/collection/lib/ -convert:../../dart/third_party/pkg/convert/lib/ -crypto:../../dart/third_party/pkg/crypto/lib/ -csslib:../../dart/third_party/pkg/csslib/lib/ -front_end:../../dart/pkg/front_end/lib/ -glob:../../dart/third_party/pkg/glob/lib/ -html:../../dart/third_party/pkg/html/lib/ -http:../../dart/third_party/pkg/http/lib/ -http_multi_server:../../dart/third_party/pkg/http_multi_server/lib/ -http_parser:../../dart/third_party/pkg/http_parser/lib/ -isolate:../../dart/third_party/pkg/isolate/lib/ -kernel:../../dart/pkg/kernel/lib/ -logging:../../dart/third_party/pkg/logging/lib/ -matcher:../../dart/third_party/pkg/matcher/lib/ -meta:../../dart/pkg/meta/lib/ -mime:../../dart/third_party/pkg/mime/lib/ -mockito:../../dart/third_party/pkg/mockito/lib/ -package_config:../../dart/third_party/pkg_tested/package_config/lib/ -package_resolver:../../dart/third_party/pkg_tested/package_resolver/lib/ -path:../../dart/third_party/pkg/path/lib/ -plugin:../../dart/third_party/pkg/plugin/lib/ -pool:../../dart/third_party/pkg/pool/lib/ -pub_semver:../../dart/third_party/pkg/pub_semver/lib/ -quiver:../../dart/third_party/pkg/quiver/lib/ -shelf:../../dart/third_party/pkg/shelf/lib/ -shelf_packages_handler:../../dart/third_party/pkg/shelf_packages_handler/lib/ -shelf_static:../../dart/third_party/pkg/shelf_static/lib/ -shelf_web_socket:../../dart/third_party/pkg/shelf_web_socket/lib/ -source_map_stack_trace:../../dart/third_party/pkg/source_map_stack_trace/lib/ -source_maps:../../dart/third_party/pkg/source_maps/lib/ -source_span:../../dart/third_party/pkg/source_span/lib/ -stack_trace:../../dart/third_party/pkg/stack_trace/lib/ -stream_channel:../../dart/third_party/pkg/stream_channel/lib/ -string_scanner:../../dart/third_party/pkg/string_scanner/lib/ -test:../../dart/third_party/pkg/test/lib/ -typed_data:../../dart/third_party/pkg/typed_data/lib/ -usage:../../dart/third_party/pkg/usage/lib/ -utf:../../dart/third_party/pkg/utf/lib/ -watcher:../../dart/third_party/pkg/watcher/lib/ -web_socket_channel:../../dart/third_party/pkg/web_socket_channel/lib/ +analyzer:../../third_party/dart/pkg/analyzer/lib/ +args:../../third_party/dart/third_party/pkg/args/lib/ +async:../../third_party/dart/third_party/pkg/async/lib/ +barback:../../third_party/dart/third_party/pkg/barback/lib/ +boolean_selector:../../third_party/dart/third_party/pkg/boolean_selector/lib/ +charcode:../../third_party/dart/third_party/pkg/charcode/lib/ +cli_util:../../third_party/dart/third_party/pkg/cli_util/lib/ +collection:../../third_party/dart/third_party/pkg/collection/lib/ +convert:../../third_party/dart/third_party/pkg/convert/lib/ +crypto:../../third_party/dart/third_party/pkg/crypto/lib/ +csslib:../../third_party/dart/third_party/pkg/csslib/lib/ +front_end:../../third_party/dart/pkg/front_end/lib/ +glob:../../third_party/dart/third_party/pkg/glob/lib/ +html:../../third_party/dart/third_party/pkg/html/lib/ +http:../../third_party/dart/third_party/pkg/http/lib/ +http_multi_server:../../third_party/dart/third_party/pkg/http_multi_server/lib/ +http_parser:../../third_party/dart/third_party/pkg/http_parser/lib/ +isolate:../../third_party/dart/third_party/pkg/isolate/lib/ +kernel:../../third_party/dart/pkg/kernel/lib/ +logging:../../third_party/dart/third_party/pkg/logging/lib/ +matcher:../../third_party/dart/third_party/pkg/matcher/lib/ +meta:../../third_party/dart/pkg/meta/lib/ +mime:../../third_party/dart/third_party/pkg/mime/lib/ +mockito:../../third_party/dart/third_party/pkg/mockito/lib/ +package_config:../../third_party/dart/third_party/pkg_tested/package_config/lib/ +package_resolver:../../third_party/dart/third_party/pkg_tested/package_resolver/lib/ +path:../../third_party/dart/third_party/pkg/path/lib/ +plugin:../../third_party/dart/third_party/pkg/plugin/lib/ +pool:../../third_party/dart/third_party/pkg/pool/lib/ +pub_semver:../../third_party/dart/third_party/pkg/pub_semver/lib/ +quiver:../../third_party/dart/third_party/pkg/quiver/lib/ +shelf:../../third_party/dart/third_party/pkg/shelf/lib/ +shelf_packages_handler:../../third_party/dart/third_party/pkg/shelf_packages_handler/lib/ +shelf_static:../../third_party/dart/third_party/pkg/shelf_static/lib/ +shelf_web_socket:../../third_party/dart/third_party/pkg/shelf_web_socket/lib/ +source_map_stack_trace:../../third_party/dart/third_party/pkg/source_map_stack_trace/lib/ +source_maps:../../third_party/dart/third_party/pkg/source_maps/lib/ +source_span:../../third_party/dart/third_party/pkg/source_span/lib/ +stack_trace:../../third_party/dart/third_party/pkg/stack_trace/lib/ +stream_channel:../../third_party/dart/third_party/pkg/stream_channel/lib/ +string_scanner:../../third_party/dart/third_party/pkg/string_scanner/lib/ +test:../../third_party/dart/third_party/pkg/test/lib/ +typed_data:../../third_party/dart/third_party/pkg/typed_data/lib/ +usage:../../third_party/dart/third_party/pkg/usage/lib/ +utf:../../third_party/dart/third_party/pkg/utf/lib/ +watcher:../../third_party/dart/third_party/pkg/watcher/lib/ +web_socket_channel:../../third_party/dart/third_party/pkg/web_socket_channel/lib/ when:../../third_party/pkg/when/lib/ -yaml:../../dart/third_party/pkg/yaml/lib/ +yaml:../../third_party/dart/third_party/pkg/yaml/lib/ frontend_server:lib/ diff --git a/frontend_server/BUILD.gn b/frontend_server/BUILD.gn index 1f11a8ddb9510..3b46bb2c81187 100644 --- a/frontend_server/BUILD.gn +++ b/frontend_server/BUILD.gn @@ -2,14 +2,14 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//dart/utils/application_snapshot.gni") +import("//third_party/dart/utils/application_snapshot.gni") application_snapshot("frontend_server") { main_dart = "bin/starter.dart" dot_packages = rebase_path(".packages") training_args = [ "--train" ] - frontend_server_files = exec_script("//dart/tools/list_dart_files.py", + frontend_server_files = exec_script("//third_party/dart/tools/list_dart_files.py", [ "absolute", rebase_path("."), ], "list lines") inputs = frontend_server_files diff --git a/frontend_server/pubspec.yaml b/frontend_server/pubspec.yaml index 03e493fc8f2b7..49acf2fb76ad8 100644 --- a/frontend_server/pubspec.yaml +++ b/frontend_server/pubspec.yaml @@ -59,101 +59,101 @@ dev_dependencies: dependency_overrides: args: - path: ../../dart/third_party/pkg/args + path: ../../third_party/dart/third_party/pkg/args async: - path: ../../dart/third_party/pkg/async + path: ../../third_party/dart/third_party/pkg/async charcode: - path: ../../dart/third_party/pkg/charcode + path: ../../third_party/dart/third_party/pkg/charcode collection: - path: ../../dart/third_party/pkg/collection + path: ../../third_party/dart/third_party/pkg/collection convert: - path: ../../dart/third_party/pkg/convert + path: ../../third_party/dart/third_party/pkg/convert crypto: - path: ../../dart/third_party/pkg/crypto + path: ../../third_party/dart/third_party/pkg/crypto front_end: - path: ../../dart/pkg/front_end/ + path: ../../third_party/dart/pkg/front_end/ kernel: - path: ../../dart/pkg/kernel/ + path: ../../third_party/dart/pkg/kernel/ logging: - path: ../../dart/third_party/pkg/logging + path: ../../third_party/dart/third_party/pkg/logging meta: - path: ../../dart/pkg/meta + path: ../../third_party/dart/pkg/meta quiver: - path: ../../dart/third_party/pkg/quiver + path: ../../third_party/dart/third_party/pkg/quiver package_config: - path: ../../dart/third_party/pkg_tested/package_config + path: ../../third_party/dart/third_party/pkg_tested/package_config path: - path: ../../dart/third_party/pkg/path + path: ../../third_party/dart/third_party/pkg/path source_span: - path: ../../dart/third_party/pkg/source_span + path: ../../third_party/dart/third_party/pkg/source_span typed_data: - path: ../../dart/third_party/pkg/typed_data + path: ../../third_party/dart/third_party/pkg/typed_data usage: - path: ../../dart/third_party/pkg/usage + path: ../../third_party/dart/third_party/pkg/usage analyzer: - path: ../../dart/pkg/analyzer + path: ../../third_party/dart/pkg/analyzer barback: - path: ../../dart/third_party/pkg/barback + path: ../../third_party/dart/third_party/pkg/barback boolean_selector: - path: ../../dart/third_party/pkg/boolean_selector + path: ../../third_party/dart/third_party/pkg/boolean_selector cli_util: - path: ../../dart/third_party/pkg/cli_util + path: ../../third_party/dart/third_party/pkg/cli_util csslib: - path: ../../dart/third_party/pkg/csslib + path: ../../third_party/dart/third_party/pkg/csslib glob: - path: ../../dart/third_party/pkg/glob + path: ../../third_party/dart/third_party/pkg/glob html: - path: ../../dart/third_party/pkg/html + path: ../../third_party/dart/third_party/pkg/html http: - path: ../../dart/third_party/pkg/http + path: ../../third_party/dart/third_party/pkg/http http_multi_server: - path: ../../dart/third_party/pkg/http_multi_server + path: ../../third_party/dart/third_party/pkg/http_multi_server http_parser: - path: ../../dart/third_party/pkg/http_parser + path: ../../third_party/dart/third_party/pkg/http_parser isolate: - path: ../../dart/third_party/pkg/isolate + path: ../../third_party/dart/third_party/pkg/isolate matcher: - path: ../../dart/third_party/pkg/matcher + path: ../../third_party/dart/third_party/pkg/matcher mime: - path: ../../dart/third_party/pkg/mime + path: ../../third_party/dart/third_party/pkg/mime mockito: - path: ../../dart/third_party/pkg/mockito + path: ../../third_party/dart/third_party/pkg/mockito package_resolver: - path: ../../dart/third_party/pkg_tested/package_resolver + path: ../../third_party/dart/third_party/pkg_tested/package_resolver plugin: - path: ../../dart/third_party/pkg/plugin + path: ../../third_party/dart/third_party/pkg/plugin pool: - path: ../../dart/third_party/pkg/pool + path: ../../third_party/dart/third_party/pkg/pool pub_semver: - path: ../../dart/third_party/pkg/pub_semver + path: ../../third_party/dart/third_party/pkg/pub_semver shelf: - path: ../../dart/third_party/pkg/shelf + path: ../../third_party/dart/third_party/pkg/shelf shelf_packages_handler: - path: ../../dart/third_party/pkg/shelf_packages_handler + path: ../../third_party/dart/third_party/pkg/shelf_packages_handler shelf_static: - path: ../../dart/third_party/pkg/shelf_static + path: ../../third_party/dart/third_party/pkg/shelf_static shelf_web_socket: - path: ../../dart/third_party/pkg/shelf_web_socket + path: ../../third_party/dart/third_party/pkg/shelf_web_socket source_map_stack_trace: - path: ../../dart/third_party/pkg/source_map_stack_trace + path: ../../third_party/dart/third_party/pkg/source_map_stack_trace source_maps: - path: ../../dart/third_party/pkg/source_maps + path: ../../third_party/dart/third_party/pkg/source_maps stack_trace: - path: ../../dart/third_party/pkg/stack_trace + path: ../../third_party/dart/third_party/pkg/stack_trace stream_channel: - path: ../../dart/third_party/pkg/stream_channel + path: ../../third_party/dart/third_party/pkg/stream_channel string_scanner: - path: ../../dart/third_party/pkg/string_scanner + path: ../../third_party/dart/third_party/pkg/string_scanner test: - path: ../../dart/third_party/pkg/test + path: ../../third_party/dart/third_party/pkg/test utf: - path: ../../dart/third_party/pkg/utf + path: ../../third_party/dart/third_party/pkg/utf watcher: - path: ../../dart/third_party/pkg/watcher + path: ../../third_party/dart/third_party/pkg/watcher web_socket_channel: - path: ../../dart/third_party/pkg/web_socket_channel + path: ../../third_party/dart/third_party/pkg/web_socket_channel when: path: ../../third_party/pkg/when yaml: - path: ../../dart/third_party/pkg/yaml \ No newline at end of file + path: ../../third_party/dart/third_party/pkg/yaml diff --git a/lib/io/BUILD.gn b/lib/io/BUILD.gn index c1a1d3950fbb8..d6240a4690285 100644 --- a/lib/io/BUILD.gn +++ b/lib/io/BUILD.gn @@ -9,14 +9,14 @@ source_set("io") { ] deps = [ - "//dart/runtime:dart_api", - "//dart/runtime/bin:embedded_dart_io", + "//third_party/dart/runtime:dart_api", + "//third_party/dart/runtime/bin:embedded_dart_io", "//garnet/public/lib/fxl", "//topaz/lib/tonic/converter", ] configs += [ - "//dart/runtime:dart_config", + "//third_party/dart/runtime:dart_config", ] public_configs = [ diff --git a/lib/io/dart_io.cc b/lib/io/dart_io.cc index 1820f6dacced2..07cc17cdcd95a 100644 --- a/lib/io/dart_io.cc +++ b/lib/io/dart_io.cc @@ -4,10 +4,10 @@ #include "flutter/lib/io/dart_io.h" -#include "dart/runtime/bin/crypto.h" -#include "dart/runtime/bin/io_natives.h" -#include "dart/runtime/include/dart_api.h" #include "lib/tonic/converter/dart_converter.h" +#include "third_party/dart/runtime/bin/crypto.h" +#include "third_party/dart/runtime/bin/io_natives.h" +#include "third_party/dart/runtime/include/dart_api.h" using tonic::ToDart; diff --git a/lib/snapshot/BUILD.gn b/lib/snapshot/BUILD.gn index 92136bd08ab4c..09bdae790a646 100644 --- a/lib/snapshot/BUILD.gn +++ b/lib/snapshot/BUILD.gn @@ -4,19 +4,19 @@ import("$flutter_root/lib/ui/dart_ui.gni") -import("//dart/runtime/bin/io_sources.gni") -import("//dart/runtime/lib/async_sources.gni") -import("//dart/runtime/lib/collection_sources.gni") -import("//dart/runtime/lib/convert_sources.gni") -import("//dart/runtime/lib/core_sources.gni") -import("//dart/runtime/lib/developer_sources.gni") -import("//dart/runtime/lib/internal_sources.gni") -import("//dart/runtime/lib/isolate_sources.gni") -import("//dart/runtime/lib/math_sources.gni") -import("//dart/runtime/lib/mirrors_sources.gni") -import("//dart/runtime/lib/typed_data_sources.gni") - -import("//dart/utils/generate_patch_sdk.gni") +import("//third_party/dart/runtime/bin/io_sources.gni") +import("//third_party/dart/runtime/lib/async_sources.gni") +import("//third_party/dart/runtime/lib/collection_sources.gni") +import("//third_party/dart/runtime/lib/convert_sources.gni") +import("//third_party/dart/runtime/lib/core_sources.gni") +import("//third_party/dart/runtime/lib/developer_sources.gni") +import("//third_party/dart/runtime/lib/internal_sources.gni") +import("//third_party/dart/runtime/lib/isolate_sources.gni") +import("//third_party/dart/runtime/lib/math_sources.gni") +import("//third_party/dart/runtime/lib/mirrors_sources.gni") +import("//third_party/dart/runtime/lib/typed_data_sources.gni") + +import("//third_party/dart/utils/generate_patch_sdk.gni") if (is_fuchsia) { import("//topaz/public/lib/ui/flutter/sdk_ext/sdk_ext.gni") @@ -86,12 +86,12 @@ action("generate_snapshot_bin") { deps = [ ":generate_dart_ui", - "//dart/runtime/bin:gen_snapshot($dart_host_toolchain)", + "//third_party/dart/runtime/bin:gen_snapshot($dart_host_toolchain)", ] depfile = "$target_gen_dir/core_snapshot.d" inputs = [ - "//dart/runtime/tools/create_snapshot_bin.py", + "//third_party/dart/runtime/tools/create_snapshot_bin.py", snapshot_dart, ] + dart_ui_files if (is_fuchsia) { @@ -114,9 +114,9 @@ action("generate_snapshot_bin") { rebased_dart_ui_path = rebase_path(dart_ui_path) gen_snapshot_dir = - get_label_info("//dart/runtime/bin:gen_snapshot($dart_host_toolchain)", + get_label_info("//third_party/dart/runtime/bin:gen_snapshot($dart_host_toolchain)", "root_out_dir") - script = "//dart/runtime/tools/create_snapshot_bin.py" + script = "//third_party/dart/runtime/tools/create_snapshot_bin.py" args = [ "--executable", @@ -184,7 +184,7 @@ template("bin_to_assembly") { action(target_name) { deps = invoker.deps - script = "//dart/runtime/tools/bin_to_assembly.py" + script = "//third_party/dart/runtime/tools/bin_to_assembly.py" args = [ "--input", rebase_path(invoker.input), @@ -293,7 +293,7 @@ template("concatenate_patch") { libsources = invoker.libsources inputs = [] output = invoker.output - script = "//dart/runtime/tools/concatenate_patches.py" + script = "//third_party/dart/runtime/tools/concatenate_patches.py" args = [ "--output", rebase_path(output, root_build_dir), @@ -322,7 +322,7 @@ template("generate_vm_patched_sdk") { # libraries. generate_patched_sdk(target_name) { mode = "flutter" - deps = concatenation_target_names + ["//dart/runtime/vm:kernel_platform_files"] + deps = concatenation_target_names + ["//third_party/dart/runtime/vm:kernel_platform_files"] input_patches_dir = "$target_gen_dir/patches" patched_sdk_dir = "flutter_patched_sdk" outputs = [ @@ -336,63 +336,63 @@ generate_vm_patched_sdk("flutter_patched_sdk") { [ "async", async_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "collection", collection_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "convert", convert_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "core", core_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "developer", developer_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "internal", internal_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "io", io_runtime_sources, - "//dart/runtime/bin", + "//third_party/dart/runtime/bin", ], [ "isolate", isolate_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "math", math_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "mirrors", mirrors_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], [ "typed_data", typed_data_runtime_sources, - "//dart/runtime/lib", + "//third_party/dart/runtime/lib", ], ] } action("compile_platform") { - script = "//dart/tools/compile_platform.py" + script = "//third_party/dart/tools/compile_platform.py" sources = [ "$root_out_dir/flutter_patched_sdk/lib/libraries.json", diff --git a/lib/ui/BUILD.gn b/lib/ui/BUILD.gn index db536aace7273..7d581bb907b6c 100644 --- a/lib/ui/BUILD.gn +++ b/lib/ui/BUILD.gn @@ -90,7 +90,7 @@ source_set("ui") { ] deps = [ - "//dart/runtime/bin:embedded_dart_io", + "//third_party/dart/runtime/bin:embedded_dart_io", "$flutter_root/assets", "$flutter_root/common", "$flutter_root/flow", diff --git a/lib/ui/dart_runtime_hooks.cc b/lib/ui/dart_runtime_hooks.cc index 15663132c296d..2339297abe7fd 100644 --- a/lib/ui/dart_runtime_hooks.cc +++ b/lib/ui/dart_runtime_hooks.cc @@ -8,9 +8,6 @@ #include #include -#include "dart/runtime/bin/embedded_dart_io.h" -#include "dart/runtime/include/dart_api.h" -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/common/settings.h" #include "lib/fxl/build_config.h" #include "lib/fxl/logging.h" @@ -22,6 +19,9 @@ #include "lib/tonic/logging/dart_invoke.h" #include "lib/tonic/scopes/dart_api_scope.h" #include "lib/tonic/scopes/dart_isolate_scope.h" +#include "third_party/dart/runtime/bin/embedded_dart_io.h" +#include "third_party/dart/runtime/include/dart_api.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" #if defined(OS_ANDROID) #include diff --git a/lib/ui/dart_runtime_hooks.h b/lib/ui/dart_runtime_hooks.h index 506665c1e6f12..cb5d16792922b 100644 --- a/lib/ui/dart_runtime_hooks.h +++ b/lib/ui/dart_runtime_hooks.h @@ -5,9 +5,9 @@ #ifndef FLUTTER_LIB_UI_DART_RUNTIME_HOOKS_H_ #define FLUTTER_LIB_UI_DART_RUNTIME_HOOKS_H_ -#include "dart/runtime/include/dart_api.h" #include "lib/fxl/macros.h" #include "lib/tonic/dart_library_natives.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace blink { diff --git a/lib/ui/painting/rrect.h b/lib/ui/painting/rrect.h index e7530c1702ffc..54cf8f7c1aad1 100644 --- a/lib/ui/painting/rrect.h +++ b/lib/ui/painting/rrect.h @@ -5,8 +5,8 @@ #ifndef FLUTTER_LIB_UI_PAINTING_RRECT_H_ #define FLUTTER_LIB_UI_PAINTING_RRECT_H_ -#include "dart/runtime/include/dart_api.h" #include "lib/tonic/converter/dart_converter.h" +#include "third_party/dart/runtime/include/dart_api.h" #include "third_party/skia/include/core/SkRRect.h" namespace blink { diff --git a/lib/ui/text/text_box.h b/lib/ui/text/text_box.h index ddbb039da08e0..371ae32ea8bf9 100644 --- a/lib/ui/text/text_box.h +++ b/lib/ui/text/text_box.h @@ -5,9 +5,9 @@ #ifndef FLUTTER_LIB_UI_TEXT_TEXT_BOX_H_ #define FLUTTER_LIB_UI_TEXT_TEXT_BOX_H_ -#include "dart/runtime/include/dart_api.h" #include "flutter/sky/engine/platform/text/TextBox.h" #include "lib/tonic/converter/dart_converter.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace tonic { diff --git a/lib/ui/ui_dart_state.h b/lib/ui/ui_dart_state.h index c863387f7dee0..3659c01cd63ee 100644 --- a/lib/ui/ui_dart_state.h +++ b/lib/ui/ui_dart_state.h @@ -7,11 +7,11 @@ #include -#include "dart/runtime/include/dart_api.h" #include "flutter/sky/engine/wtf/RefPtr.h" #include "lib/fxl/build_config.h" #include "lib/tonic/dart_persistent_value.h" #include "lib/tonic/dart_state.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace blink { class FontSelector; diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn index 90d23f5b0f98c..dea8a8906d031 100644 --- a/runtime/BUILD.gn +++ b/runtime/BUILD.gn @@ -2,11 +2,11 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//dart/runtime/bin/vmservice/vmservice_sources.gni") +import("//third_party/dart/runtime/bin/vmservice/vmservice_sources.gni") import("$flutter_root/common/config.gni") action("gen_embedded_resources_cc") { - script = "//dart/runtime/tools/create_resources.py" + script = "//third_party/dart/runtime/tools/create_resources.py" output_file = "$target_gen_dir/embedded_resources.cc" outputs = [ output_file, @@ -14,7 +14,7 @@ action("gen_embedded_resources_cc") { inputs = rebase_path(vmservice_sources, "", - "//dart/runtime/bin/vmservice") + "//third_party/dart/runtime/bin/vmservice") args = [ "--output", @@ -26,7 +26,7 @@ action("gen_embedded_resources_cc") { "--table_name", "flutter_embedded_service_isolate", "--root_prefix", - rebase_path("//dart/runtime/bin/"), + rebase_path("//third_party/dart/runtime/bin/"), ] + rebase_path(inputs) } @@ -92,8 +92,8 @@ source_set("runtime") { deps = [ ":embedded_resources_cc", ":test_font", - "//dart/runtime:dart_api", - "//dart/runtime/bin:embedded_dart_io", + "//third_party/dart/runtime:dart_api", + "//third_party/dart/runtime/bin:embedded_dart_io", "$flutter_root/assets", "$flutter_root/common", "$flutter_root/flow", diff --git a/runtime/dart_controller.cc b/runtime/dart_controller.cc index 612be3f516df6..319a670b0b2b6 100644 --- a/runtime/dart_controller.cc +++ b/runtime/dart_controller.cc @@ -6,7 +6,6 @@ #include -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/common/settings.h" #include "flutter/common/threads.h" #include "flutter/glue/trace_event.h" @@ -27,6 +26,7 @@ #include "lib/tonic/logging/dart_invoke.h" #include "lib/tonic/scopes/dart_api_scope.h" #include "lib/tonic/scopes/dart_isolate_scope.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" using tonic::LogIfError; using tonic::ToDart; diff --git a/runtime/dart_controller.h b/runtime/dart_controller.h index b13fddf53a175..bc75eddc15c25 100644 --- a/runtime/dart_controller.h +++ b/runtime/dart_controller.h @@ -8,9 +8,9 @@ #include #include -#include "dart/runtime/include/dart_api.h" #include "lib/fxl/macros.h" #include "lib/tonic/logging/dart_error.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace blink { class UIDartState; diff --git a/runtime/dart_init.cc b/runtime/dart_init.cc index b87475515a48a..e7128e877bcf3 100644 --- a/runtime/dart_init.cc +++ b/runtime/dart_init.cc @@ -14,8 +14,6 @@ #include #include -#include "dart/runtime/bin/embedded_dart_io.h" -#include "dart/runtime/include/dart_mirrors_api.h" #include "flutter/assets/unzipper_provider.h" #include "flutter/assets/zip_asset_store.h" #include "flutter/common/settings.h" @@ -42,6 +40,8 @@ #include "lib/tonic/scopes/dart_api_scope.h" #include "lib/tonic/scopes/dart_isolate_scope.h" #include "lib/tonic/typed_data/uint8_list.h" +#include "third_party/dart/runtime/bin/embedded_dart_io.h" +#include "third_party/dart/runtime/include/dart_mirrors_api.h" using tonic::DartClassProvider; using tonic::LogIfError; @@ -53,8 +53,9 @@ namespace observatory { #if FLUTTER_RUNTIME_MODE != FLUTTER_RUNTIME_MODE_RELEASE // These two symbols are defined in |observatory_archive.cc| which is generated -// by the |//dart/runtime/observatory:archive_observatory| rule. Both of these -// symbols will be part of the data segment and therefore are read only. +// by the |//third_party/dart/runtime/observatory:archive_observatory| rule. +// Both of these symbols will be part of the data segment and therefore are read +// only. extern unsigned int observatory_assets_archive_len; extern const uint8_t* observatory_assets_archive; diff --git a/runtime/dart_init.h b/runtime/dart_init.h index 5886e470f99bd..32a0a8b002ca7 100644 --- a/runtime/dart_init.h +++ b/runtime/dart_init.h @@ -5,9 +5,9 @@ #ifndef FLUTTER_RUNTIME_DART_INIT_H_ #define FLUTTER_RUNTIME_DART_INIT_H_ -#include "dart/runtime/include/dart_api.h" #include "lib/fxl/build_config.h" #include "lib/fxl/functional/closure.h" +#include "third_party/dart/runtime/include/dart_api.h" #include #include diff --git a/runtime/dart_service_isolate.cc b/runtime/dart_service_isolate.cc index 16fae732be8f0..0e37414fd3d1d 100644 --- a/runtime/dart_service_isolate.cc +++ b/runtime/dart_service_isolate.cc @@ -6,12 +6,12 @@ #include -#include "dart/runtime/include/dart_api.h" #include "flutter/runtime/embedder_resources.h" #include "lib/fxl/logging.h" #include "lib/tonic/converter/dart_converter.h" #include "lib/tonic/dart_library_natives.h" #include "lib/tonic/logging/dart_error.h" +#include "third_party/dart/runtime/include/dart_api.h" #define RETURN_ERROR_HANDLE(handle) \ if (Dart_IsError(handle)) { \ diff --git a/runtime/dart_service_isolate.h b/runtime/dart_service_isolate.h index b820ab6487145..26ee1ee52dc55 100644 --- a/runtime/dart_service_isolate.h +++ b/runtime/dart_service_isolate.h @@ -7,7 +7,7 @@ #include -#include "dart/runtime/include/dart_api.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace blink { diff --git a/runtime/runtime_delegate.h b/runtime/runtime_delegate.h index c3324bbd020e0..2fb741a3f51a8 100644 --- a/runtime/runtime_delegate.h +++ b/runtime/runtime_delegate.h @@ -8,10 +8,10 @@ #include #include -#include "dart/runtime/include/dart_api.h" #include "flutter/flow/layers/layer_tree.h" #include "flutter/lib/ui/semantics/semantics_node.h" #include "flutter/lib/ui/window/platform_message.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace blink { diff --git a/shell/common/BUILD.gn b/shell/common/BUILD.gn index aa7fd534d9ed3..ad23fe9e3c63d 100644 --- a/shell/common/BUILD.gn +++ b/shell/common/BUILD.gn @@ -14,7 +14,7 @@ # List datadeps template("dart_embedder_resources") { action(target_name) { - script = "//dart/runtime/tools/create_resources.py" + script = "//third_party/dart/runtime/tools/create_resources.py" deps = [] if (defined(invoker.deps)) { deps += invoker.deps @@ -101,8 +101,8 @@ source_set("common") { deps = [ ":generate_embedder_diagnostic_server_resources_cc", - "//dart/runtime:dart_api", - "//dart/runtime/platform:libdart_platform", + "//third_party/dart/runtime:dart_api", + "//third_party/dart/runtime/platform:libdart_platform", "$flutter_root/assets", "$flutter_root/common", "$flutter_root/flow", diff --git a/shell/common/animator.cc b/shell/common/animator.cc index 84b9b6c4f96bc..2602ae7b848fb 100644 --- a/shell/common/animator.cc +++ b/shell/common/animator.cc @@ -4,10 +4,10 @@ #include "flutter/shell/common/animator.h" -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/common/threads.h" #include "flutter/fml/trace_event.h" #include "lib/fxl/time/stopwatch.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" namespace shell { diff --git a/shell/common/diagnostic/diagnostic_server.cc b/shell/common/diagnostic/diagnostic_server.cc index a064e516cee7d..6e72ab87db643 100644 --- a/shell/common/diagnostic/diagnostic_server.cc +++ b/shell/common/diagnostic/diagnostic_server.cc @@ -4,8 +4,6 @@ #include "flutter/shell/common/diagnostic/diagnostic_server.h" -#include "dart/runtime/include/dart_api.h" -#include "dart/runtime/include/dart_native_api.h" #include "flutter/common/threads.h" #include "flutter/flow/compositor_context.h" #include "flutter/runtime/embedder_resources.h" @@ -17,6 +15,8 @@ #include "lib/tonic/dart_binding_macros.h" #include "lib/tonic/dart_library_natives.h" #include "lib/tonic/logging/dart_invoke.h" +#include "third_party/dart/runtime/include/dart_api.h" +#include "third_party/dart/runtime/include/dart_native_api.h" #include "third_party/skia/include/core/SkStream.h" namespace flutter { diff --git a/shell/common/diagnostic/diagnostic_server.h b/shell/common/diagnostic/diagnostic_server.h index bd9503abf3cb1..9149d2ea10c91 100644 --- a/shell/common/diagnostic/diagnostic_server.h +++ b/shell/common/diagnostic/diagnostic_server.h @@ -5,7 +5,7 @@ #ifndef SKY_ENGINE_CORE_DIAGNOSTIC_DIAGNOSTIC_SERVER_H_ #define SKY_ENGINE_CORE_DIAGNOSTIC_DIAGNOSTIC_SERVER_H_ -#include "dart/runtime/include/dart_api.h" +#include "third_party/dart/runtime/include/dart_api.h" namespace shell { diff --git a/shell/common/platform_view_service_protocol.h b/shell/common/platform_view_service_protocol.h index 7119aeb03dbd5..20149abb532a5 100644 --- a/shell/common/platform_view_service_protocol.h +++ b/shell/common/platform_view_service_protocol.h @@ -7,9 +7,9 @@ #include -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/shell/common/platform_view.h" #include "lib/fxl/synchronization/waitable_event.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" #include "third_party/skia/include/core/SkBitmap.h" namespace shell { diff --git a/shell/common/shell.cc b/shell/common/shell.cc index 1ced6c92c54ea..1dad8935b04c3 100644 --- a/shell/common/shell.cc +++ b/shell/common/shell.cc @@ -9,7 +9,6 @@ #include #include -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/common/settings.h" #include "flutter/common/threads.h" #include "flutter/fml/icu_util.h" @@ -22,6 +21,7 @@ #include "flutter/shell/common/skia_event_tracer_impl.h" #include "flutter/shell/common/switches.h" #include "lib/fxl/files/unique_fd.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" #include "third_party/skia/include/core/SkGraphics.h" namespace shell { diff --git a/shell/common/skia_event_tracer_impl.cc b/shell/common/skia_event_tracer_impl.cc index 79f468e6d8f07..62aad0a5f98c7 100644 --- a/shell/common/skia_event_tracer_impl.cc +++ b/shell/common/skia_event_tracer_impl.cc @@ -9,8 +9,8 @@ #include -#include "dart/runtime/include/dart_tools_api.h" #include "lib/fxl/logging.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" #include "third_party/skia/include/utils/SkEventTracer.h" #include "third_party/skia/src/core/SkTraceEventCommon.h" diff --git a/shell/common/tracing_controller.cc b/shell/common/tracing_controller.cc index 0a78f7c1f3d5a..6fa8d9d5ee87f 100644 --- a/shell/common/tracing_controller.cc +++ b/shell/common/tracing_controller.cc @@ -6,12 +6,12 @@ #include -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/common/threads.h" #include "flutter/fml/trace_event.h" #include "flutter/runtime/dart_init.h" #include "flutter/shell/common/shell.h" #include "lib/fxl/logging.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" namespace shell { diff --git a/shell/platform/android/BUILD.gn b/shell/platform/android/BUILD.gn index 517b2a5e4a96b..e1f7262b29630 100644 --- a/shell/platform/android/BUILD.gn +++ b/shell/platform/android/BUILD.gn @@ -48,9 +48,9 @@ shared_library("flutter_shell_native") { "//third_party/skia", ] if (flutter_runtime_mode == "debug") { - deps += [ "//dart/runtime:libdart_jit" ] + deps += [ "//third_party/dart/runtime:libdart_jit" ] } else { - deps += [ "//dart/runtime:libdart_precompiled_runtime" ] + deps += [ "//third_party/dart/runtime:libdart_precompiled_runtime" ] } public_configs = [ diff --git a/shell/platform/android/flutter_main.cc b/shell/platform/android/flutter_main.cc index 66200380d8b82..5dde3e0e60567 100644 --- a/shell/platform/android/flutter_main.cc +++ b/shell/platform/android/flutter_main.cc @@ -6,13 +6,13 @@ #include -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/fml/platform/android/jni_util.h" #include "flutter/runtime/start_up.h" #include "flutter/shell/common/shell.h" #include "lib/fxl/arraysize.h" #include "lib/fxl/command_line.h" #include "lib/fxl/macros.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" namespace shell { diff --git a/shell/platform/darwin/BUILD.gn b/shell/platform/darwin/BUILD.gn index 2a998e873fb8c..c971c443bcc30 100644 --- a/shell/platform/darwin/BUILD.gn +++ b/shell/platform/darwin/BUILD.gn @@ -68,7 +68,7 @@ executable("flutter_channels_unittests") { deps = [ ":flutter_channels", - "//dart/runtime:libdart_jit", + "//third_party/dart/runtime:libdart_jit", "$flutter_root/testing", ] } diff --git a/shell/platform/darwin/common/BUILD.gn b/shell/platform/darwin/common/BUILD.gn index e7fd3c23286dd..e6fa86366b080 100644 --- a/shell/platform/darwin/common/BUILD.gn +++ b/shell/platform/darwin/common/BUILD.gn @@ -17,7 +17,7 @@ source_set("common") { set_sources_assignment_filter(sources_assignment_filter) deps = [ - "//dart/runtime:dart_api", + "//third_party/dart/runtime:dart_api", "$flutter_root/common", "$flutter_root/flow", "$flutter_root/fml", diff --git a/shell/platform/darwin/common/platform_mac.mm b/shell/platform/darwin/common/platform_mac.mm index 622c18238d531..f0671955d4348 100644 --- a/shell/platform/darwin/common/platform_mac.mm +++ b/shell/platform/darwin/common/platform_mac.mm @@ -6,7 +6,6 @@ #include -#include "dart/runtime/include/dart_tools_api.h" #include "flutter/common/threads.h" #include "flutter/fml/trace_event.h" #include "flutter/runtime/start_up.h" @@ -16,6 +15,7 @@ #include "flutter/sky/engine/wtf/MakeUnique.h" #include "lib/fxl/command_line.h" #include "lib/fxl/strings/string_view.h" +#include "third_party/dart/runtime/include/dart_tools_api.h" namespace shell { diff --git a/shell/platform/darwin/desktop/BUILD.gn b/shell/platform/darwin/desktop/BUILD.gn index ce56ba4d1372a..be21372c51771 100644 --- a/shell/platform/darwin/desktop/BUILD.gn +++ b/shell/platform/darwin/desktop/BUILD.gn @@ -22,7 +22,7 @@ source_set("mac_desktop_platform") { ] deps = [ - "//dart/runtime:libdart_jit", + "//third_party/dart/runtime:libdart_jit", "$flutter_root/common", "$flutter_root/fml", "$flutter_root/shell/common", diff --git a/shell/platform/darwin/ios/BUILD.gn b/shell/platform/darwin/ios/BUILD.gn index a0793fc6f6c4d..5796d55d69c1f 100644 --- a/shell/platform/darwin/ios/BUILD.gn +++ b/shell/platform/darwin/ios/BUILD.gn @@ -79,9 +79,9 @@ shared_library("flutter_framework_dylib") { "//third_party/skia", ] if (flutter_runtime_mode == "debug") { - deps += [ "//dart/runtime:libdart_jit" ] + deps += [ "//third_party/dart/runtime:libdart_jit" ] } else { - deps += [ "//dart/runtime:libdart_precompiled_runtime" ] + deps += [ "//third_party/dart/runtime:libdart_precompiled_runtime" ] } public_configs = [ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm b/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm index a3230beb32ea2..1da486d9b7726 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm @@ -4,13 +4,13 @@ #include "flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h" -#include "dart/runtime/include/dart_api.h" #include "flutter/common/threads.h" #include "flutter/shell/common/shell.h" #include "flutter/shell/common/switches.h" #include "flutter/shell/platform/darwin/ios/framework/Source/FlutterDartSource.h" #include "flutter/shell/platform/darwin/ios/framework/Source/flutter_main_ios.h" #include "lib/fxl/strings/string_view.h" +#include "third_party/dart/runtime/include/dart_api.h" static NSURL* URLForSwitch(const fxl::StringView name) { const auto& cmd = shell::Shell::Shared().GetCommandLine(); diff --git a/shell/platform/embedder/BUILD.gn b/shell/platform/embedder/BUILD.gn index d58740f62859c..bfe5c7a9ad6ff 100644 --- a/shell/platform/embedder/BUILD.gn +++ b/shell/platform/embedder/BUILD.gn @@ -12,8 +12,8 @@ source_set("embedder") { ] deps = [ - "//dart/runtime:libdart_jit", - "//dart/runtime/bin:embedded_dart_io", + "//third_party/dart/runtime:libdart_jit", + "//third_party/dart/runtime/bin:embedded_dart_io", "$flutter_root/common", "$flutter_root/fml", "$flutter_root/shell/common", diff --git a/shell/platform/linux/BUILD.gn b/shell/platform/linux/BUILD.gn index c00053f8e5c7a..6e9f1f596b09d 100644 --- a/shell/platform/linux/BUILD.gn +++ b/shell/platform/linux/BUILD.gn @@ -10,8 +10,8 @@ executable("linux") { ] deps = [ - "//dart/runtime:libdart_jit", - "//dart/runtime/bin:embedded_dart_io", + "//third_party/dart/runtime:libdart_jit", + "//third_party/dart/runtime/bin:embedded_dart_io", "$flutter_root/common", "$flutter_root/fml", "$flutter_root/shell/common", diff --git a/shell/platform/linux/main_linux.cc b/shell/platform/linux/main_linux.cc index e559f60fe1238..dba837bf704a0 100644 --- a/shell/platform/linux/main_linux.cc +++ b/shell/platform/linux/main_linux.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "dart/runtime/bin/embedded_dart_io.h" #include "flutter/common/threads.h" #include "flutter/fml/message_loop.h" #include "flutter/shell/common/platform_view.h" @@ -13,6 +12,7 @@ #include "flutter/sky/engine/public/web/Sky.h" #include "lib/fxl/command_line.h" #include "lib/tonic/dart_microtask_queue.h" +#include "third_party/dart/runtime/bin/embedded_dart_io.h" namespace { diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn index 7900a1a673931..7a8f2bc1e5d20 100644 --- a/sky/engine/core/BUILD.gn +++ b/sky/engine/core/BUILD.gn @@ -20,7 +20,7 @@ static_library("core") { if (flutter_runtime_mode != "release") { # Only include observatory assets in non-release modes. - deps += [ "//dart/runtime/observatory:embedded_observatory_archive" ] + deps += [ "//third_party/dart/runtime/observatory:embedded_observatory_archive" ] } configs += [ diff --git a/sky/engine/wtf/BUILD.gn b/sky/engine/wtf/BUILD.gn index 76e7ae5695f86..33aea0d579903 100644 --- a/sky/engine/wtf/BUILD.gn +++ b/sky/engine/wtf/BUILD.gn @@ -254,7 +254,7 @@ executable("wtf_unittests") { deps = [ ":wtf", - "//dart/runtime:libdart_jit", + "//third_party/dart/runtime:libdart_jit", # Does not use $flutter_root/testing because it needs and provides its own main # function in RunAllTests.cpp. diff --git a/sky/packages/sky_engine/BUILD.gn b/sky/packages/sky_engine/BUILD.gn index b2c91bb3fd6f5..8fa76c965e9c7 100644 --- a/sky/packages/sky_engine/BUILD.gn +++ b/sky/packages/sky_engine/BUILD.gn @@ -2,17 +2,17 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//dart/sdk/lib/async/async_sources.gni") -import("//dart/sdk/lib/collection/collection_sources.gni") -import("//dart/sdk/lib/convert/convert_sources.gni") -import("//dart/sdk/lib/core/core_sources.gni") -import("//dart/sdk/lib/developer/developer_sources.gni") -import("//dart/sdk/lib/_http/http_sources.gni") -import("//dart/sdk/lib/internal/internal_sources.gni") -import("//dart/sdk/lib/io/io_sources.gni") -import("//dart/sdk/lib/isolate/isolate_sources.gni") -import("//dart/sdk/lib/math/math_sources.gni") -import("//dart/sdk/lib/typed_data/typed_data_sources.gni") +import("//third_party/dart/sdk/lib/async/async_sources.gni") +import("//third_party/dart/sdk/lib/collection/collection_sources.gni") +import("//third_party/dart/sdk/lib/convert/convert_sources.gni") +import("//third_party/dart/sdk/lib/core/core_sources.gni") +import("//third_party/dart/sdk/lib/developer/developer_sources.gni") +import("//third_party/dart/sdk/lib/_http/http_sources.gni") +import("//third_party/dart/sdk/lib/internal/internal_sources.gni") +import("//third_party/dart/sdk/lib/io/io_sources.gni") +import("//third_party/dart/sdk/lib/isolate/isolate_sources.gni") +import("//third_party/dart/sdk/lib/math/math_sources.gni") +import("//third_party/dart/sdk/lib/typed_data/typed_data_sources.gni") import("$flutter_root/build/dart/rules.gni") import("$flutter_root/lib/ui/dart_ui.gni") @@ -31,7 +31,7 @@ if (!is_fuchsia) { } -dart_sdk_lib_path = rebase_path("//dart/sdk/lib") +dart_sdk_lib_path = rebase_path("//third_party/dart/sdk/lib") copy("async") { lib_path = rebase_path("async", "", dart_sdk_lib_path) @@ -143,7 +143,7 @@ dart_pkg("sky_engine") { deps += [ ":copy_sky_engine_authors" ] } - service_isolate_dir = "//dart/runtime/bin/vmservice" + service_isolate_dir = "//third_party/dart/runtime/bin/vmservice" sdk_ext_directory = "$root_gen_dir/sky/bindings" sdk_ext_files = [ "$service_isolate_dir/vmservice_io.dart", diff --git a/synchronization/BUILD.gn b/synchronization/BUILD.gn index 1615e3b236f40..977a571c8da30 100644 --- a/synchronization/BUILD.gn +++ b/synchronization/BUILD.gn @@ -31,6 +31,6 @@ executable("synchronization_unittests") { deps = [ ":synchronization", "$flutter_root/testing", - "//dart/runtime:libdart_jit", + "//third_party/dart/runtime:libdart_jit", ] } diff --git a/third_party/txt/BUILD.gn b/third_party/txt/BUILD.gn index 88b2354cf7250..a4bc85fdf29a4 100644 --- a/third_party/txt/BUILD.gn +++ b/third_party/txt/BUILD.gn @@ -127,7 +127,7 @@ source_set("txt") { } txt_common_executable_deps = [ - "//dart/runtime:libdart_jit", # For logging. + "//third_party/dart/runtime:libdart_jit", # For logging. "$flutter_root/fml", # For ICU initialization. ] diff --git a/tools/licenses/lib/main.dart b/tools/licenses/lib/main.dart index c9d035484544f..d30fff6863f9b 100644 --- a/tools/licenses/lib/main.dart +++ b/tools/licenses/lib/main.dart @@ -1891,6 +1891,8 @@ class RepositoryRootThirdPartyDirectory extends RepositoryGenericThirdPartyDirec return new RepositoryAndroidPlatformDirectory(this, entry); if (entry.name == 'boringssl') return new RepositoryBoringSSLDirectory(this, entry); + if (entry.name == 'dart') + return new RepositoryDartDirectory(this, entry); if (entry.name == 'expat') return new RepositoryExpatDirectory(this, entry); if (entry.name == 'freetype-android') @@ -2241,8 +2243,6 @@ class RepositoryRoot extends RepositoryDirectory { throw '//base is no longer part of this client: remove it'; if (entry.name == 'third_party') return new RepositoryRootThirdPartyDirectory(this, entry); - if (entry.name == 'dart') - return new RepositoryDartDirectory(this, entry); if (entry.name == 'flutter') return new RepositoryFlutterDirectory(this, entry); if (entry.name == 'garnet') diff --git a/travis/licenses_golden/licenses_dart b/travis/licenses_golden/licenses_dart deleted file mode 100644 index 155b10485f4d7..0000000000000 --- a/travis/licenses_golden/licenses_dart +++ /dev/null @@ -1,3992 +0,0 @@ -Signature: 5b5cc6f979afcffba97eed6a23bb6f3b - -UNUSED LICENSES: - -==================================================================================================== -ORIGIN: ../../../dart/runtime/third_party/double-conversion/COPYING -TYPE: LicenseType.bsd ----------------------------------------------------------------------------------------------------- -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. -==================================================================================================== -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -USED LICENSES: - -==================================================================================================== -LIBRARY: dart -LIBRARY: observatory_pub_packages -ORIGIN: ../../../dart/runtime/bin/vmservice/loader.dart + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/bin/address_sanitizer.cc -FILE: ../../../dart/runtime/bin/builtin_common.cc -FILE: ../../../dart/runtime/bin/embedded_dart_io.cc -FILE: ../../../dart/runtime/bin/embedded_dart_io.h -FILE: ../../../dart/runtime/bin/observatory_assets_empty.cc -FILE: ../../../dart/runtime/bin/vmservice/loader.dart -FILE: ../../../dart/runtime/lib/async_patch.dart -FILE: ../../../dart/runtime/lib/compact_hash.dart -FILE: ../../../dart/runtime/lib/developer.cc -FILE: ../../../dart/runtime/lib/developer.dart -FILE: ../../../dart/runtime/lib/timeline.cc -FILE: ../../../dart/runtime/lib/timeline.dart -FILE: ../../../dart/runtime/lib/vmservice.cc -FILE: ../../../dart/runtime/observatory/lib/allocation_profile.dart -FILE: ../../../dart/runtime/observatory/lib/cli.dart -FILE: ../../../dart/runtime/observatory/lib/debugger.dart -FILE: ../../../dart/runtime/observatory/lib/heap_snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/sample_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/allocation_profile/allocation_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/app/analytics.dart -FILE: ../../../dart/runtime/observatory/lib/src/cli/command.dart -FILE: ../../../dart/runtime/observatory/lib/src/debugger/debugger.dart -FILE: ../../../dart/runtime/observatory/lib/src/debugger/debugger_location.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/heap_snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/logging.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/logging_list.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/megamorphiccache_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/objectpool_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/persistent_handles.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/ports.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/timeline_page.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/view_footer.dart -FILE: ../../../dart/runtime/observatory/lib/src/sample_profile/sample_profile.dart -FILE: ../../../dart/runtime/observatory/web/timeline.js -FILE: ../../../dart/runtime/vm/atomic_test.cc -FILE: ../../../dart/runtime/vm/compiler/aot/precompiler.cc -FILE: ../../../dart/runtime/vm/compiler/aot/precompiler.h -FILE: ../../../dart/runtime/vm/log.cc -FILE: ../../../dart/runtime/vm/log.h -FILE: ../../../dart/runtime/vm/log_test.cc -FILE: ../../../dart/runtime/vm/os_thread.cc -FILE: ../../../dart/runtime/vm/profiler_service.cc -FILE: ../../../dart/runtime/vm/profiler_service.h -FILE: ../../../dart/runtime/vm/program_visitor.cc -FILE: ../../../dart/runtime/vm/program_visitor.h -FILE: ../../../dart/runtime/vm/regexp_assembler_bytecode.cc -FILE: ../../../dart/runtime/vm/regexp_assembler_bytecode.h -FILE: ../../../dart/runtime/vm/regexp_assembler_bytecode_inl.h -FILE: ../../../dart/runtime/vm/regexp_bytecodes.h -FILE: ../../../dart/runtime/vm/regexp_interpreter.cc -FILE: ../../../dart/runtime/vm/regexp_interpreter.h -FILE: ../../../dart/runtime/vm/scope_timer.h -FILE: ../../../dart/runtime/vm/service_event.cc -FILE: ../../../dart/runtime/vm/service_event.h -FILE: ../../../dart/runtime/vm/service_isolate.cc -FILE: ../../../dart/runtime/vm/source_report.cc -FILE: ../../../dart/runtime/vm/source_report.h -FILE: ../../../dart/runtime/vm/source_report_test.cc -FILE: ../../../dart/runtime/vm/thread.cc -FILE: ../../../dart/runtime/vm/thread.h -FILE: ../../../dart/runtime/vm/thread_barrier.h -FILE: ../../../dart/runtime/vm/thread_barrier_test.cc -FILE: ../../../dart/runtime/vm/thread_registry.cc -FILE: ../../../dart/runtime/vm/thread_registry.h -FILE: ../../../dart/runtime/vm/timeline.cc -FILE: ../../../dart/runtime/vm/timeline.h -FILE: ../../../dart/runtime/vm/timeline_analysis.cc -FILE: ../../../dart/runtime/vm/timeline_analysis.h -FILE: ../../../dart/runtime/vm/timeline_test.cc -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/developer_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/preambles/d8.js -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/shared/async_await_error_codes.dart -FILE: ../../../dart/sdk/lib/convert/base64.dart -FILE: ../../../dart/sdk/lib/dart_client.platform -FILE: ../../../dart/sdk/lib/dart_server.platform -FILE: ../../../dart/sdk/lib/dart_shared.platform -FILE: ../../../dart/sdk/lib/developer/developer.dart -FILE: ../../../dart/sdk/lib/developer/extension.dart -FILE: ../../../dart/sdk/lib/developer/timeline.dart -FILE: ../../../dart/sdk/lib/io/io_resource_info.dart -FILE: ../../../dart/sdk/lib/io/security_context.dart -FILE: ../../../dart/sdk/lib/vmservice/asset.dart -FILE: ../../../dart/sdk/lib/vmservice/vmservice.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/common.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/html_import_annotation_recorder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/import_inliner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/messages.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/mirrors_remover.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/script_compactor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/test_compatibility.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/web_components.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/custom_element_proxy.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/html_import_annotation.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/init.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/src/custom_element.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/src/init.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/src/normalize_path.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/web_components.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file -for details. 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: dart -LIBRARY: observatory_pub_packages -ORIGIN: ../../../dart/runtime/bin/vmservice/server.dart + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/WATCHLISTS -FILE: ../../../dart/runtime/bin/eventhandler_win.cc -FILE: ../../../dart/runtime/bin/file.cc -FILE: ../../../dart/runtime/bin/file.h -FILE: ../../../dart/runtime/bin/file_system_entity_patch.dart -FILE: ../../../dart/runtime/bin/file_system_watcher.cc -FILE: ../../../dart/runtime/bin/file_system_watcher.h -FILE: ../../../dart/runtime/bin/file_system_watcher_android.cc -FILE: ../../../dart/runtime/bin/file_system_watcher_linux.cc -FILE: ../../../dart/runtime/bin/file_system_watcher_macos.cc -FILE: ../../../dart/runtime/bin/file_system_watcher_win.cc -FILE: ../../../dart/runtime/bin/filter.cc -FILE: ../../../dart/runtime/bin/filter.h -FILE: ../../../dart/runtime/bin/filter_patch.dart -FILE: ../../../dart/runtime/bin/gen_snapshot.cc -FILE: ../../../dart/runtime/bin/io_natives.cc -FILE: ../../../dart/runtime/bin/io_service.cc -FILE: ../../../dart/runtime/bin/io_service.h -FILE: ../../../dart/runtime/bin/io_service_no_ssl.cc -FILE: ../../../dart/runtime/bin/io_service_no_ssl.h -FILE: ../../../dart/runtime/bin/io_service_patch.dart -FILE: ../../../dart/runtime/bin/process.cc -FILE: ../../../dart/runtime/bin/process_patch.dart -FILE: ../../../dart/runtime/bin/socket.cc -FILE: ../../../dart/runtime/bin/socket.h -FILE: ../../../dart/runtime/bin/socket_base_linux.cc -FILE: ../../../dart/runtime/bin/socket_base_macos.cc -FILE: ../../../dart/runtime/bin/socket_base_win.cc -FILE: ../../../dart/runtime/bin/socket_linux.cc -FILE: ../../../dart/runtime/bin/socket_macos.cc -FILE: ../../../dart/runtime/bin/socket_patch.dart -FILE: ../../../dart/runtime/bin/socket_win.cc -FILE: ../../../dart/runtime/bin/stdio.cc -FILE: ../../../dart/runtime/bin/stdio.h -FILE: ../../../dart/runtime/bin/stdio_android.cc -FILE: ../../../dart/runtime/bin/stdio_linux.cc -FILE: ../../../dart/runtime/bin/stdio_macos.cc -FILE: ../../../dart/runtime/bin/stdio_patch.dart -FILE: ../../../dart/runtime/bin/stdio_win.cc -FILE: ../../../dart/runtime/bin/vmservice/server.dart -FILE: ../../../dart/runtime/bin/vmservice/vmservice_io.dart -FILE: ../../../dart/runtime/bin/vmservice_impl.cc -FILE: ../../../dart/runtime/bin/vmservice_impl.h -FILE: ../../../dart/runtime/include/dart_mirrors_api.h -FILE: ../../../dart/runtime/include/dart_native_api.h -FILE: ../../../dart/runtime/lib/collection_patch.dart -FILE: ../../../dart/runtime/lib/core_patch.dart -FILE: ../../../dart/runtime/lib/deferred_load_patch.dart -FILE: ../../../dart/runtime/lib/function.dart -FILE: ../../../dart/runtime/lib/internal_patch.dart -FILE: ../../../dart/runtime/lib/invocation_mirror.h -FILE: ../../../dart/runtime/lib/libgen_in.cc -FILE: ../../../dart/runtime/lib/mirror_reference.dart -FILE: ../../../dart/runtime/lib/null_patch.dart -FILE: ../../../dart/runtime/lib/schedule_microtask_patch.dart -FILE: ../../../dart/runtime/lib/simd128.cc -FILE: ../../../dart/runtime/lib/stacktrace.cc -FILE: ../../../dart/runtime/lib/stacktrace.dart -FILE: ../../../dart/runtime/lib/symbol_patch.dart -FILE: ../../../dart/runtime/lib/timer_impl.dart -FILE: ../../../dart/runtime/lib/typed_data.cc -FILE: ../../../dart/runtime/lib/typed_data_patch.dart -FILE: ../../../dart/runtime/lib/uri.cc -FILE: ../../../dart/runtime/lib/uri_patch.dart -FILE: ../../../dart/runtime/observatory/lib/src/app/application.dart -FILE: ../../../dart/runtime/observatory/lib/src/app/location_manager.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/class_instances.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/class_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/class_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/code_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/code_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/context_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/context_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/cpu_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/cpu_profile/virtual_tree.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/cpu_profile_table.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/curly_block.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/error_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/eval_box.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/field_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/field_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/flag_list.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/function_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/function_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/heap_snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/helpers/any_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/icdata_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/icdata_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/instance_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/instance_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/json_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/library_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/library_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/local_var_descriptors_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/native_memory_profiler.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/object_common.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/object_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/objectpool_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/objectstore_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/observatory_application.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/pc_descriptors_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/sample_buffer_control.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/script_inset.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/script_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/script_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/sentinel_value.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/sentinel_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/source_inset.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/stack_trace_tree_config.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/token_stream_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/type_arguments_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/unknown_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/vm_view.dart -FILE: ../../../dart/runtime/observatory/lib/tracer.dart -FILE: ../../../dart/runtime/platform/signal_blocker.h -FILE: ../../../dart/runtime/vm/allocation.h -FILE: ../../../dart/runtime/vm/atomic.h -FILE: ../../../dart/runtime/vm/atomic_android.h -FILE: ../../../dart/runtime/vm/atomic_linux.h -FILE: ../../../dart/runtime/vm/atomic_macos.h -FILE: ../../../dart/runtime/vm/atomic_win.h -FILE: ../../../dart/runtime/vm/class_finalizer.cc -FILE: ../../../dart/runtime/vm/code_patcher_arm.cc -FILE: ../../../dart/runtime/vm/code_patcher_arm_test.cc -FILE: ../../../dart/runtime/vm/compiler/aot/aot_call_specializer.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_arm.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_arm.h -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_arm64_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_arm_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_ia32.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_ia32.h -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_x64.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_x64.h -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler_arm.cc -FILE: ../../../dart/runtime/vm/compiler/backend/block_scheduler.cc -FILE: ../../../dart/runtime/vm/compiler/backend/block_scheduler.h -FILE: ../../../dart/runtime/vm/compiler/backend/constant_propagator.cc -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph.h -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph_compiler.cc -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph_compiler_arm.cc -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph_compiler_ia32.cc -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph_compiler_x64.cc -FILE: ../../../dart/runtime/vm/compiler/backend/il.cc -FILE: ../../../dart/runtime/vm/compiler/backend/il.h -FILE: ../../../dart/runtime/vm/compiler/backend/il_arm.cc -FILE: ../../../dart/runtime/vm/compiler/backend/il_ia32.cc -FILE: ../../../dart/runtime/vm/compiler/backend/il_x64.cc -FILE: ../../../dart/runtime/vm/compiler/backend/inliner.cc -FILE: ../../../dart/runtime/vm/compiler/backend/linearscan.cc -FILE: ../../../dart/runtime/vm/compiler/backend/linearscan.h -FILE: ../../../dart/runtime/vm/compiler/backend/locations.cc -FILE: ../../../dart/runtime/vm/compiler/backend/locations.h -FILE: ../../../dart/runtime/vm/compiler/backend/type_propagator.cc -FILE: ../../../dart/runtime/vm/compiler/backend/type_propagator.h -FILE: ../../../dart/runtime/vm/compiler/intrinsifier_arm.cc -FILE: ../../../dart/runtime/vm/compiler/intrinsifier_ia32.cc -FILE: ../../../dart/runtime/vm/compiler/intrinsifier_x64.cc -FILE: ../../../dart/runtime/vm/compiler/jit/jit_call_specializer.cc -FILE: ../../../dart/runtime/vm/constants_arm.h -FILE: ../../../dart/runtime/vm/constants_ia32.h -FILE: ../../../dart/runtime/vm/constants_x64.h -FILE: ../../../dart/runtime/vm/dart.cc -FILE: ../../../dart/runtime/vm/dart_api_impl.cc -FILE: ../../../dart/runtime/vm/deferred_objects.cc -FILE: ../../../dart/runtime/vm/deferred_objects.h -FILE: ../../../dart/runtime/vm/deopt_instructions.cc -FILE: ../../../dart/runtime/vm/deopt_instructions.h -FILE: ../../../dart/runtime/vm/guard_field_test.cc -FILE: ../../../dart/runtime/vm/instructions.h -FILE: ../../../dart/runtime/vm/instructions_arm.cc -FILE: ../../../dart/runtime/vm/instructions_arm.h -FILE: ../../../dart/runtime/vm/instructions_arm_test.cc -FILE: ../../../dart/runtime/vm/isolate.cc -FILE: ../../../dart/runtime/vm/isolate.h -FILE: ../../../dart/runtime/vm/json_stream.cc -FILE: ../../../dart/runtime/vm/json_stream.h -FILE: ../../../dart/runtime/vm/mirrors_api_impl.cc -FILE: ../../../dart/runtime/vm/native_api_impl.cc -FILE: ../../../dart/runtime/vm/native_symbol.h -FILE: ../../../dart/runtime/vm/native_symbol_android.cc -FILE: ../../../dart/runtime/vm/native_symbol_linux.cc -FILE: ../../../dart/runtime/vm/native_symbol_macos.cc -FILE: ../../../dart/runtime/vm/native_symbol_win.cc -FILE: ../../../dart/runtime/vm/object_id_ring.cc -FILE: ../../../dart/runtime/vm/object_id_ring.h -FILE: ../../../dart/runtime/vm/object_id_ring_test.cc -FILE: ../../../dart/runtime/vm/object_store.cc -FILE: ../../../dart/runtime/vm/os_test.cc -FILE: ../../../dart/runtime/vm/profiler.cc -FILE: ../../../dart/runtime/vm/profiler.h -FILE: ../../../dart/runtime/vm/profiler_test.cc -FILE: ../../../dart/runtime/vm/random.cc -FILE: ../../../dart/runtime/vm/random.h -FILE: ../../../dart/runtime/vm/reusable_handles.h -FILE: ../../../dart/runtime/vm/service.cc -FILE: ../../../dart/runtime/vm/service.h -FILE: ../../../dart/runtime/vm/service_isolate.h -FILE: ../../../dart/runtime/vm/service_test.cc -FILE: ../../../dart/runtime/vm/signal_handler.h -FILE: ../../../dart/runtime/vm/signal_handler_android.cc -FILE: ../../../dart/runtime/vm/signal_handler_linux.cc -FILE: ../../../dart/runtime/vm/signal_handler_macos.cc -FILE: ../../../dart/runtime/vm/signal_handler_win.cc -FILE: ../../../dart/runtime/vm/simulator.h -FILE: ../../../dart/runtime/vm/simulator_arm.cc -FILE: ../../../dart/runtime/vm/simulator_arm.h -FILE: ../../../dart/runtime/vm/stack_frame_arm.h -FILE: ../../../dart/runtime/vm/stack_frame_ia32.h -FILE: ../../../dart/runtime/vm/stack_frame_x64.h -FILE: ../../../dart/runtime/vm/stub_code_arm.cc -FILE: ../../../dart/runtime/vm/stub_code_arm_test.cc -FILE: ../../../dart/runtime/vm/stub_code_ia32.cc -FILE: ../../../dart/runtime/vm/stub_code_x64.cc -FILE: ../../../dart/runtime/vm/tags.h -FILE: ../../../dart/runtime/vm/thread_interrupter.cc -FILE: ../../../dart/runtime/vm/thread_interrupter.h -FILE: ../../../dart/runtime/vm/thread_interrupter_android.cc -FILE: ../../../dart/runtime/vm/thread_interrupter_linux.cc -FILE: ../../../dart/runtime/vm/thread_interrupter_macos.cc -FILE: ../../../dart/runtime/vm/thread_interrupter_win.cc -FILE: ../../../dart/runtime/vm/weak_table.cc -FILE: ../../../dart/runtime/vm/weak_table.h -FILE: ../../../dart/sdk/lib/_chrome/dart2js/chrome_dart2js.dart -FILE: ../../../dart/sdk/lib/_chrome/dart2js/chrome_dart2js.dart -FILE: ../../../dart/sdk/lib/_http/http.dart -FILE: ../../../dart/sdk/lib/_http/http_headers.dart -FILE: ../../../dart/sdk/lib/_http/http_impl.dart -FILE: ../../../dart/sdk/lib/_http/http_parser.dart -FILE: ../../../dart/sdk/lib/_http/http_session.dart -FILE: ../../../dart/sdk/lib/_http/websocket.dart -FILE: ../../../dart/sdk/lib/_http/websocket_impl.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/annotations.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/collection_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/convert_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/internal_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/io_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_helper.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_names.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_primitives.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_rti.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/native_typed_data.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart -FILE: ../../../dart/sdk/lib/async/deferred_load.dart -FILE: ../../../dart/sdk/lib/async/schedule_microtask.dart -FILE: ../../../dart/sdk/lib/async/stream.dart -FILE: ../../../dart/sdk/lib/async/stream_transformers.dart -FILE: ../../../dart/sdk/lib/async/zone.dart -FILE: ../../../dart/sdk/lib/collection/collections.dart -FILE: ../../../dart/sdk/lib/collection/hash_map.dart -FILE: ../../../dart/sdk/lib/collection/hash_set.dart -FILE: ../../../dart/sdk/lib/collection/linked_hash_map.dart -FILE: ../../../dart/sdk/lib/collection/linked_hash_set.dart -FILE: ../../../dart/sdk/lib/collection/linked_list.dart -FILE: ../../../dart/sdk/lib/collection/list.dart -FILE: ../../../dart/sdk/lib/convert/ascii.dart -FILE: ../../../dart/sdk/lib/convert/byte_conversion.dart -FILE: ../../../dart/sdk/lib/convert/chunked_conversion.dart -FILE: ../../../dart/sdk/lib/convert/codec.dart -FILE: ../../../dart/sdk/lib/convert/convert.dart -FILE: ../../../dart/sdk/lib/convert/converter.dart -FILE: ../../../dart/sdk/lib/convert/encoding.dart -FILE: ../../../dart/sdk/lib/convert/html_escape.dart -FILE: ../../../dart/sdk/lib/convert/json.dart -FILE: ../../../dart/sdk/lib/convert/latin1.dart -FILE: ../../../dart/sdk/lib/convert/line_splitter.dart -FILE: ../../../dart/sdk/lib/convert/string_conversion.dart -FILE: ../../../dart/sdk/lib/convert/utf.dart -FILE: ../../../dart/sdk/lib/core/annotations.dart -FILE: ../../../dart/sdk/lib/core/null.dart -FILE: ../../../dart/sdk/lib/core/stacktrace.dart -FILE: ../../../dart/sdk/lib/core/string_sink.dart -FILE: ../../../dart/sdk/lib/core/symbol.dart -FILE: ../../../dart/sdk/lib/html/dart2js/html_dart2js.dart -FILE: ../../../dart/sdk/lib/internal/list.dart -FILE: ../../../dart/sdk/lib/internal/print.dart -FILE: ../../../dart/sdk/lib/internal/symbol.dart -FILE: ../../../dart/sdk/lib/io/bytes_builder.dart -FILE: ../../../dart/sdk/lib/io/data_transformer.dart -FILE: ../../../dart/sdk/lib/io/file.dart -FILE: ../../../dart/sdk/lib/io/file_impl.dart -FILE: ../../../dart/sdk/lib/io/file_system_entity.dart -FILE: ../../../dart/sdk/lib/io/io_service.dart -FILE: ../../../dart/sdk/lib/io/io_sink.dart -FILE: ../../../dart/sdk/lib/io/link.dart -FILE: ../../../dart/sdk/lib/io/secure_socket.dart -FILE: ../../../dart/sdk/lib/io/socket.dart -FILE: ../../../dart/sdk/lib/io/stdio.dart -FILE: ../../../dart/sdk/lib/io/string_transformer.dart -FILE: ../../../dart/sdk/lib/js/dart2js/js_dart2js.dart -FILE: ../../../dart/sdk/lib/math/jenkins_smi_hash.dart -FILE: ../../../dart/sdk/lib/math/point.dart -FILE: ../../../dart/sdk/lib/math/rectangle.dart -FILE: ../../../dart/sdk/lib/mirrors/mirrors.dart -FILE: ../../../dart/sdk/lib/typed_data/typed_data.dart -FILE: ../../../dart/sdk/lib/vmservice/client.dart -FILE: ../../../dart/sdk/lib/vmservice/constants.dart -FILE: ../../../dart/sdk/lib/vmservice/message.dart -FILE: ../../../dart/sdk/lib/vmservice/message_router.dart -FILE: ../../../dart/sdk/lib/vmservice/running_isolate.dart -FILE: ../../../dart/sdk/lib/vmservice/running_isolates.dart -FILE: ../../../dart/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/build/import_crawler.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/polyfill.dart -FILE: ../../../dart/utils/compiler/create_snapshot.dart -FILE: ../../../dart/utils/compiler/create_snapshot_entry.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file -for details. 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: dart -LIBRARY: observatory_pub_packages -ORIGIN: ../../../dart/runtime/lib/bigint.dart + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/lib/bigint.dart -FILE: ../../../dart/runtime/lib/class_id.cc -FILE: ../../../dart/runtime/lib/class_id.dart -FILE: ../../../dart/runtime/lib/convert_patch.dart -FILE: ../../../dart/runtime/lib/lib_prefix.dart -FILE: ../../../dart/runtime/lib/linked_hash_map.cc -FILE: ../../../dart/runtime/lib/profiler.cc -FILE: ../../../dart/runtime/lib/profiler.dart -FILE: ../../../dart/runtime/observatory/bin/shell.dart -FILE: ../../../dart/runtime/observatory/lib/app.dart -FILE: ../../../dart/runtime/observatory/lib/object_graph.dart -FILE: ../../../dart/runtime/observatory/lib/service.dart -FILE: ../../../dart/runtime/observatory/lib/service_common.dart -FILE: ../../../dart/runtime/observatory/lib/service_html.dart -FILE: ../../../dart/runtime/observatory/lib/service_io.dart -FILE: ../../../dart/runtime/observatory/lib/src/app/page.dart -FILE: ../../../dart/runtime/observatory/lib/src/app/settings.dart -FILE: ../../../dart/runtime/observatory/lib/src/app/view_model.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/allocation_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/class_tree.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/debugger.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/heap_map.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate_reconnect.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/metrics.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/vm_connect.dart -FILE: ../../../dart/runtime/observatory/lib/src/service/object.dart -FILE: ../../../dart/runtime/observatory/lib/utils.dart -FILE: ../../../dart/runtime/observatory/web/main.dart -FILE: ../../../dart/runtime/platform/address_sanitizer.h -FILE: ../../../dart/runtime/platform/math.h -FILE: ../../../dart/runtime/platform/memory_sanitizer.h -FILE: ../../../dart/runtime/tools/verbose_gc_to_bmu.dart -FILE: ../../../dart/runtime/vm/ast_transformer.cc -FILE: ../../../dart/runtime/vm/ast_transformer.h -FILE: ../../../dart/runtime/vm/bigint_test.cc -FILE: ../../../dart/runtime/vm/bit_set_test.cc -FILE: ../../../dart/runtime/vm/code_patcher_arm64.cc -FILE: ../../../dart/runtime/vm/code_patcher_arm64_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_arm64.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_arm64.h -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler_arm64.cc -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph_compiler_arm64.cc -FILE: ../../../dart/runtime/vm/compiler/backend/il_arm64.cc -FILE: ../../../dart/runtime/vm/compiler/backend/range_analysis.cc -FILE: ../../../dart/runtime/vm/compiler/backend/range_analysis.h -FILE: ../../../dart/runtime/vm/compiler/backend/range_analysis_test.cc -FILE: ../../../dart/runtime/vm/compiler/intrinsifier_arm64.cc -FILE: ../../../dart/runtime/vm/compiler/method_recognizer.cc -FILE: ../../../dart/runtime/vm/compiler/method_recognizer.h -FILE: ../../../dart/runtime/vm/constants_arm64.h -FILE: ../../../dart/runtime/vm/cpu_arm.h -FILE: ../../../dart/runtime/vm/cpu_arm64.cc -FILE: ../../../dart/runtime/vm/cpu_arm64.h -FILE: ../../../dart/runtime/vm/cpu_ia32.h -FILE: ../../../dart/runtime/vm/cpu_x64.h -FILE: ../../../dart/runtime/vm/cpuid.cc -FILE: ../../../dart/runtime/vm/cpuid.h -FILE: ../../../dart/runtime/vm/cpuinfo.h -FILE: ../../../dart/runtime/vm/cpuinfo_android.cc -FILE: ../../../dart/runtime/vm/cpuinfo_test.cc -FILE: ../../../dart/runtime/vm/cpuinfo_win.cc -FILE: ../../../dart/runtime/vm/debugger_arm64.cc -FILE: ../../../dart/runtime/vm/hash_table.h -FILE: ../../../dart/runtime/vm/hash_table_test.cc -FILE: ../../../dart/runtime/vm/instructions_arm64.cc -FILE: ../../../dart/runtime/vm/instructions_arm64.h -FILE: ../../../dart/runtime/vm/instructions_arm64_test.cc -FILE: ../../../dart/runtime/vm/metrics.cc -FILE: ../../../dart/runtime/vm/metrics.h -FILE: ../../../dart/runtime/vm/metrics_test.cc -FILE: ../../../dart/runtime/vm/object_arm64_test.cc -FILE: ../../../dart/runtime/vm/object_graph.cc -FILE: ../../../dart/runtime/vm/object_graph.h -FILE: ../../../dart/runtime/vm/object_graph_test.cc -FILE: ../../../dart/runtime/vm/regexp.cc -FILE: ../../../dart/runtime/vm/regexp.h -FILE: ../../../dart/runtime/vm/regexp_assembler.cc -FILE: ../../../dart/runtime/vm/regexp_assembler.h -FILE: ../../../dart/runtime/vm/regexp_assembler_ir.cc -FILE: ../../../dart/runtime/vm/regexp_assembler_ir.h -FILE: ../../../dart/runtime/vm/regexp_ast.cc -FILE: ../../../dart/runtime/vm/regexp_ast.h -FILE: ../../../dart/runtime/vm/regexp_parser.cc -FILE: ../../../dart/runtime/vm/regexp_parser.h -FILE: ../../../dart/runtime/vm/regexp_test.cc -FILE: ../../../dart/runtime/vm/report.cc -FILE: ../../../dart/runtime/vm/report.h -FILE: ../../../dart/runtime/vm/ring_buffer.h -FILE: ../../../dart/runtime/vm/ring_buffer_test.cc -FILE: ../../../dart/runtime/vm/runtime_entry_arm64.cc -FILE: ../../../dart/runtime/vm/scavenger_test.cc -FILE: ../../../dart/runtime/vm/simulator_arm64.cc -FILE: ../../../dart/runtime/vm/simulator_arm64.h -FILE: ../../../dart/runtime/vm/spaces.h -FILE: ../../../dart/runtime/vm/stack_frame_arm64.h -FILE: ../../../dart/runtime/vm/stub_code_arm64.cc -FILE: ../../../dart/runtime/vm/stub_code_arm64_test.cc -FILE: ../../../dart/runtime/vm/tags.cc -FILE: ../../../dart/runtime/vm/unibrow-inl.h -FILE: ../../../dart/runtime/vm/unibrow.cc -FILE: ../../../dart/runtime/vm/unibrow.h -FILE: ../../../dart/runtime/vm/verified_memory_test.cc -FILE: ../../../dart/runtime/vm/weak_code.cc -FILE: ../../../dart/runtime/vm/weak_code.h -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/isolate_serialization.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/linked_hash_map.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart -FILE: ../../../dart/sdk/lib/collection/set.dart -FILE: ../../../dart/sdk/lib/core/sink.dart -FILE: ../../../dart/sdk/lib/developer/profiler.dart -FILE: ../../../dart/sdk/lib/io/process.dart -FILE: ../../../dart/sdk/lib/io/service_object.dart -FILE: ../../../dart/sdk/lib/isolate/capability.dart -FILE: ../../../dart/sdk/lib/profiler/profiler.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/css_class_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/dart_support.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/interop.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/interop_support.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/src/mirror_initializer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/src/static_initializer.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file -for details. 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: dart -ORIGIN: ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/.mailmap -FILE: ../../../dart/client/idea/.idea/.name -FILE: ../../../dart/client/idea/.idea/inspectionProfiles/Project_Default.xml -FILE: ../../../dart/client/idea/.idea/vcs.xml -FILE: ../../../dart/runtime/CPPLINT.cfg -FILE: ../../../dart/runtime/observatory/.analysis_options -FILE: ../../../dart/runtime/observatory/.packages -FILE: ../../../dart/runtime/observatory/lib/elements.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/img/chromium_icon.png -FILE: ../../../dart/runtime/observatory/lib/src/elements/img/dart_icon.png -FILE: ../../../dart/runtime/observatory/lib/src/elements/img/isolate_icon.png -FILE: ../../../dart/runtime/observatory/maintainers/pubspec.template -FILE: ../../../dart/runtime/observatory/pubspec.lock -FILE: ../../../dart/runtime/observatory/web/favicon.ico -FILE: ../../../dart/runtime/observatory/web/index.html -FILE: ../../../dart/runtime/observatory/web/third_party/trace_viewer_full.html -FILE: ../../../dart/runtime/observatory/web/timeline.html -FILE: ../../../dart/runtime/vm/snapshot_test_in.dat -FILE: ../../../dart/samples/build_dart/test.foo -FILE: ../../../dart/samples/build_dart_simple/test.foo -FILE: ../../../dart/sdk/lib/_internal/js_runtime/.packages -FILE: ../../../dart/sdk/lib/html/html_common/conversions_dart2js.dart -FILE: ../../../dart/sdk/lib/html/html_common/html_common.dart -FILE: ../../../dart/sdk/lib/libraries.json -FILE: ../../../dart/sdk/lib/vmservice_libraries.json -FILE: ../../../dart/third_party/7zip.tar.gz.sha1 -FILE: ../../../dart/third_party/clang.tar.gz.sha1 -FILE: ../../../dart/third_party/gsutil.tar.gz.sha1 ----------------------------------------------------------------------------------------------------- -Copyright 2012, the Dart 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: dart -ORIGIN: ../../../dart/client/dart.js + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/DEPS -FILE: ../../../dart/client/dart.js -FILE: ../../../dart/runtime/bin/builtin.cc -FILE: ../../../dart/runtime/bin/builtin.dart -FILE: ../../../dart/runtime/bin/builtin.h -FILE: ../../../dart/runtime/bin/builtin_gen_snapshot.cc -FILE: ../../../dart/runtime/bin/builtin_in.cc -FILE: ../../../dart/runtime/bin/builtin_natives.cc -FILE: ../../../dart/runtime/bin/builtin_nolib.cc -FILE: ../../../dart/runtime/bin/common_patch.dart -FILE: ../../../dart/runtime/bin/crypto.cc -FILE: ../../../dart/runtime/bin/crypto.h -FILE: ../../../dart/runtime/bin/crypto_android.cc -FILE: ../../../dart/runtime/bin/crypto_linux.cc -FILE: ../../../dart/runtime/bin/crypto_macos.cc -FILE: ../../../dart/runtime/bin/crypto_win.cc -FILE: ../../../dart/runtime/bin/dartutils.cc -FILE: ../../../dart/runtime/bin/dartutils.h -FILE: ../../../dart/runtime/bin/directory.cc -FILE: ../../../dart/runtime/bin/directory.h -FILE: ../../../dart/runtime/bin/directory_android.cc -FILE: ../../../dart/runtime/bin/directory_linux.cc -FILE: ../../../dart/runtime/bin/directory_macos.cc -FILE: ../../../dart/runtime/bin/directory_patch.dart -FILE: ../../../dart/runtime/bin/directory_win.cc -FILE: ../../../dart/runtime/bin/eventhandler.cc -FILE: ../../../dart/runtime/bin/eventhandler.h -FILE: ../../../dart/runtime/bin/eventhandler_android.cc -FILE: ../../../dart/runtime/bin/eventhandler_android.h -FILE: ../../../dart/runtime/bin/eventhandler_linux.cc -FILE: ../../../dart/runtime/bin/eventhandler_linux.h -FILE: ../../../dart/runtime/bin/eventhandler_macos.cc -FILE: ../../../dart/runtime/bin/eventhandler_macos.h -FILE: ../../../dart/runtime/bin/eventhandler_patch.dart -FILE: ../../../dart/runtime/bin/eventhandler_test.cc -FILE: ../../../dart/runtime/bin/eventhandler_win.h -FILE: ../../../dart/runtime/bin/extensions.cc -FILE: ../../../dart/runtime/bin/extensions.h -FILE: ../../../dart/runtime/bin/extensions_android.cc -FILE: ../../../dart/runtime/bin/extensions_linux.cc -FILE: ../../../dart/runtime/bin/extensions_macos.cc -FILE: ../../../dart/runtime/bin/extensions_win.cc -FILE: ../../../dart/runtime/bin/fdutils.h -FILE: ../../../dart/runtime/bin/fdutils_android.cc -FILE: ../../../dart/runtime/bin/fdutils_fuchsia.cc -FILE: ../../../dart/runtime/bin/fdutils_linux.cc -FILE: ../../../dart/runtime/bin/fdutils_macos.cc -FILE: ../../../dart/runtime/bin/file_android.cc -FILE: ../../../dart/runtime/bin/file_linux.cc -FILE: ../../../dart/runtime/bin/file_macos.cc -FILE: ../../../dart/runtime/bin/file_patch.dart -FILE: ../../../dart/runtime/bin/file_test.cc -FILE: ../../../dart/runtime/bin/file_win.cc -FILE: ../../../dart/runtime/bin/hashmap_test.cc -FILE: ../../../dart/runtime/bin/io_buffer.cc -FILE: ../../../dart/runtime/bin/io_buffer.h -FILE: ../../../dart/runtime/bin/io_natives.h -FILE: ../../../dart/runtime/bin/isolate_data.h -FILE: ../../../dart/runtime/bin/lockers.h -FILE: ../../../dart/runtime/bin/log.h -FILE: ../../../dart/runtime/bin/log_android.cc -FILE: ../../../dart/runtime/bin/log_linux.cc -FILE: ../../../dart/runtime/bin/log_macos.cc -FILE: ../../../dart/runtime/bin/log_win.cc -FILE: ../../../dart/runtime/bin/main.cc -FILE: ../../../dart/runtime/bin/platform.cc -FILE: ../../../dart/runtime/bin/platform.h -FILE: ../../../dart/runtime/bin/platform_android.cc -FILE: ../../../dart/runtime/bin/platform_linux.cc -FILE: ../../../dart/runtime/bin/platform_macos.cc -FILE: ../../../dart/runtime/bin/platform_patch.dart -FILE: ../../../dart/runtime/bin/platform_win.cc -FILE: ../../../dart/runtime/bin/process.h -FILE: ../../../dart/runtime/bin/process_android.cc -FILE: ../../../dart/runtime/bin/process_linux.cc -FILE: ../../../dart/runtime/bin/process_macos.cc -FILE: ../../../dart/runtime/bin/process_win.cc -FILE: ../../../dart/runtime/bin/run_vm_tests.cc -FILE: ../../../dart/runtime/bin/secure_socket_patch.dart -FILE: ../../../dart/runtime/bin/secure_socket_unsupported.cc -FILE: ../../../dart/runtime/bin/socket_android.cc -FILE: ../../../dart/runtime/bin/socket_base_android.cc -FILE: ../../../dart/runtime/bin/socket_base_android.h -FILE: ../../../dart/runtime/bin/socket_base_linux.h -FILE: ../../../dart/runtime/bin/socket_base_macos.h -FILE: ../../../dart/runtime/bin/socket_base_win.h -FILE: ../../../dart/runtime/bin/test_extension.c -FILE: ../../../dart/runtime/bin/test_extension_dllmain_win.cc -FILE: ../../../dart/runtime/bin/thread.h -FILE: ../../../dart/runtime/bin/thread_android.cc -FILE: ../../../dart/runtime/bin/thread_android.h -FILE: ../../../dart/runtime/bin/thread_linux.cc -FILE: ../../../dart/runtime/bin/thread_linux.h -FILE: ../../../dart/runtime/bin/thread_macos.cc -FILE: ../../../dart/runtime/bin/thread_macos.h -FILE: ../../../dart/runtime/bin/thread_win.cc -FILE: ../../../dart/runtime/bin/thread_win.h -FILE: ../../../dart/runtime/bin/utils.h -FILE: ../../../dart/runtime/bin/utils_android.cc -FILE: ../../../dart/runtime/bin/utils_linux.cc -FILE: ../../../dart/runtime/bin/utils_macos.cc -FILE: ../../../dart/runtime/bin/utils_win.cc -FILE: ../../../dart/runtime/bin/utils_win.h -FILE: ../../../dart/runtime/include/dart_api.h -FILE: ../../../dart/runtime/lib/array.cc -FILE: ../../../dart/runtime/lib/array.dart -FILE: ../../../dart/runtime/lib/array_patch.dart -FILE: ../../../dart/runtime/lib/bool.cc -FILE: ../../../dart/runtime/lib/bool_patch.dart -FILE: ../../../dart/runtime/lib/date.cc -FILE: ../../../dart/runtime/lib/date_patch.dart -FILE: ../../../dart/runtime/lib/double.dart -FILE: ../../../dart/runtime/lib/double_patch.dart -FILE: ../../../dart/runtime/lib/empty_source.dart -FILE: ../../../dart/runtime/lib/errors.cc -FILE: ../../../dart/runtime/lib/errors_patch.dart -FILE: ../../../dart/runtime/lib/expando_patch.dart -FILE: ../../../dart/runtime/lib/function.cc -FILE: ../../../dart/runtime/lib/function_patch.dart -FILE: ../../../dart/runtime/lib/growable_array.cc -FILE: ../../../dart/runtime/lib/growable_array.dart -FILE: ../../../dart/runtime/lib/identical.cc -FILE: ../../../dart/runtime/lib/identical_patch.dart -FILE: ../../../dart/runtime/lib/immutable_map.dart -FILE: ../../../dart/runtime/lib/integers.cc -FILE: ../../../dart/runtime/lib/integers.dart -FILE: ../../../dart/runtime/lib/integers_patch.dart -FILE: ../../../dart/runtime/lib/invocation_mirror_patch.dart -FILE: ../../../dart/runtime/lib/isolate.cc -FILE: ../../../dart/runtime/lib/isolate_patch.dart -FILE: ../../../dart/runtime/lib/map_patch.dart -FILE: ../../../dart/runtime/lib/math_patch.dart -FILE: ../../../dart/runtime/lib/mirrors.cc -FILE: ../../../dart/runtime/lib/mirrors_impl.dart -FILE: ../../../dart/runtime/lib/mirrors_patch.dart -FILE: ../../../dart/runtime/lib/object_patch.dart -FILE: ../../../dart/runtime/lib/print_patch.dart -FILE: ../../../dart/runtime/lib/regexp.cc -FILE: ../../../dart/runtime/lib/regexp_patch.dart -FILE: ../../../dart/runtime/lib/stopwatch.cc -FILE: ../../../dart/runtime/lib/stopwatch_patch.dart -FILE: ../../../dart/runtime/lib/string_buffer_patch.dart -FILE: ../../../dart/runtime/lib/string_patch.dart -FILE: ../../../dart/runtime/lib/timer_patch.dart -FILE: ../../../dart/runtime/lib/type_patch.dart -FILE: ../../../dart/runtime/lib/weak_property.cc -FILE: ../../../dart/runtime/lib/weak_property.dart -FILE: ../../../dart/runtime/platform/assert.cc -FILE: ../../../dart/runtime/platform/assert.h -FILE: ../../../dart/runtime/platform/floating_point.h -FILE: ../../../dart/runtime/platform/floating_point_win.cc -FILE: ../../../dart/runtime/platform/floating_point_win.h -FILE: ../../../dart/runtime/platform/globals.h -FILE: ../../../dart/runtime/platform/hashmap.cc -FILE: ../../../dart/runtime/platform/hashmap.h -FILE: ../../../dart/runtime/platform/text_buffer.cc -FILE: ../../../dart/runtime/platform/text_buffer.h -FILE: ../../../dart/runtime/platform/utils.cc -FILE: ../../../dart/runtime/platform/utils.h -FILE: ../../../dart/runtime/platform/utils_android.h -FILE: ../../../dart/runtime/platform/utils_linux.h -FILE: ../../../dart/runtime/platform/utils_macos.h -FILE: ../../../dart/runtime/platform/utils_win.h -FILE: ../../../dart/runtime/vm/allocation.cc -FILE: ../../../dart/runtime/vm/allocation_test.cc -FILE: ../../../dart/runtime/vm/assert_test.cc -FILE: ../../../dart/runtime/vm/ast.h -FILE: ../../../dart/runtime/vm/ast_printer_test.cc -FILE: ../../../dart/runtime/vm/ast_test.cc -FILE: ../../../dart/runtime/vm/base_isolate.h -FILE: ../../../dart/runtime/vm/benchmark_test.cc -FILE: ../../../dart/runtime/vm/benchmark_test.h -FILE: ../../../dart/runtime/vm/bit_set.h -FILE: ../../../dart/runtime/vm/bit_vector.cc -FILE: ../../../dart/runtime/vm/bit_vector.h -FILE: ../../../dart/runtime/vm/bit_vector_test.cc -FILE: ../../../dart/runtime/vm/bitfield_test.cc -FILE: ../../../dart/runtime/vm/bitmap.cc -FILE: ../../../dart/runtime/vm/bitmap.h -FILE: ../../../dart/runtime/vm/bitmap_test.cc -FILE: ../../../dart/runtime/vm/boolfield.h -FILE: ../../../dart/runtime/vm/boolfield_test.cc -FILE: ../../../dart/runtime/vm/bootstrap.cc -FILE: ../../../dart/runtime/vm/bootstrap.h -FILE: ../../../dart/runtime/vm/bootstrap_natives.cc -FILE: ../../../dart/runtime/vm/bootstrap_natives.h -FILE: ../../../dart/runtime/vm/bootstrap_nocore.cc -FILE: ../../../dart/runtime/vm/class_finalizer.h -FILE: ../../../dart/runtime/vm/class_finalizer_test.cc -FILE: ../../../dart/runtime/vm/class_table.cc -FILE: ../../../dart/runtime/vm/class_table.h -FILE: ../../../dart/runtime/vm/code_descriptors.cc -FILE: ../../../dart/runtime/vm/code_descriptors.h -FILE: ../../../dart/runtime/vm/code_descriptors_test.cc -FILE: ../../../dart/runtime/vm/code_observers.cc -FILE: ../../../dart/runtime/vm/code_observers.h -FILE: ../../../dart/runtime/vm/code_patcher.cc -FILE: ../../../dart/runtime/vm/code_patcher.h -FILE: ../../../dart/runtime/vm/code_patcher_ia32.cc -FILE: ../../../dart/runtime/vm/code_patcher_x64.cc -FILE: ../../../dart/runtime/vm/compiler/aot/aot_call_specializer.h -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler.h -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_ia32_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_x64_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler_ia32.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler_x64.cc -FILE: ../../../dart/runtime/vm/compiler/backend/constant_propagator.h -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph.cc -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph_compiler.h -FILE: ../../../dart/runtime/vm/compiler/backend/il_printer.cc -FILE: ../../../dart/runtime/vm/compiler/backend/il_printer.h -FILE: ../../../dart/runtime/vm/compiler/backend/il_test.cc -FILE: ../../../dart/runtime/vm/compiler/backend/inliner.h -FILE: ../../../dart/runtime/vm/compiler/cha.cc -FILE: ../../../dart/runtime/vm/compiler/cha.h -FILE: ../../../dart/runtime/vm/compiler/cha_test.cc -FILE: ../../../dart/runtime/vm/compiler/code_generator_test.cc -FILE: ../../../dart/runtime/vm/compiler/frontend/flow_graph_builder.cc -FILE: ../../../dart/runtime/vm/compiler/frontend/flow_graph_builder.h -FILE: ../../../dart/runtime/vm/compiler/intrinsifier.cc -FILE: ../../../dart/runtime/vm/compiler/intrinsifier.h -FILE: ../../../dart/runtime/vm/compiler/jit/compiler.cc -FILE: ../../../dart/runtime/vm/compiler/jit/compiler.h -FILE: ../../../dart/runtime/vm/compiler_test.cc -FILE: ../../../dart/runtime/vm/cpu.h -FILE: ../../../dart/runtime/vm/cpu_arm.cc -FILE: ../../../dart/runtime/vm/cpu_test.cc -FILE: ../../../dart/runtime/vm/cpu_x64.cc -FILE: ../../../dart/runtime/vm/cpuinfo_linux.cc -FILE: ../../../dart/runtime/vm/cpuinfo_macos.cc -FILE: ../../../dart/runtime/vm/dart_api_impl_test.cc -FILE: ../../../dart/runtime/vm/dart_api_message.cc -FILE: ../../../dart/runtime/vm/dart_api_message.h -FILE: ../../../dart/runtime/vm/dart_api_state.h -FILE: ../../../dart/runtime/vm/dart_entry_test.cc -FILE: ../../../dart/runtime/vm/datastream.h -FILE: ../../../dart/runtime/vm/debugger.cc -FILE: ../../../dart/runtime/vm/debugger.h -FILE: ../../../dart/runtime/vm/debugger_api_impl_test.cc -FILE: ../../../dart/runtime/vm/double_internals.h -FILE: ../../../dart/runtime/vm/exceptions_test.cc -FILE: ../../../dart/runtime/vm/find_code_object_test.cc -FILE: ../../../dart/runtime/vm/flag_list.h -FILE: ../../../dart/runtime/vm/flags.cc -FILE: ../../../dart/runtime/vm/flags.h -FILE: ../../../dart/runtime/vm/flags_test.cc -FILE: ../../../dart/runtime/vm/freelist.h -FILE: ../../../dart/runtime/vm/freelist_test.cc -FILE: ../../../dart/runtime/vm/globals.h -FILE: ../../../dart/runtime/vm/growable_array.h -FILE: ../../../dart/runtime/vm/growable_array_test.cc -FILE: ../../../dart/runtime/vm/handles.cc -FILE: ../../../dart/runtime/vm/handles_impl.h -FILE: ../../../dart/runtime/vm/handles_test.cc -FILE: ../../../dart/runtime/vm/hash_map.h -FILE: ../../../dart/runtime/vm/hash_map_test.cc -FILE: ../../../dart/runtime/vm/heap.cc -FILE: ../../../dart/runtime/vm/heap.h -FILE: ../../../dart/runtime/vm/heap_test.cc -FILE: ../../../dart/runtime/vm/instructions_ia32.cc -FILE: ../../../dart/runtime/vm/instructions_ia32.h -FILE: ../../../dart/runtime/vm/instructions_ia32_test.cc -FILE: ../../../dart/runtime/vm/instructions_x64.cc -FILE: ../../../dart/runtime/vm/instructions_x64.h -FILE: ../../../dart/runtime/vm/instructions_x64_test.cc -FILE: ../../../dart/runtime/vm/isolate_test.cc -FILE: ../../../dart/runtime/vm/json_test.cc -FILE: ../../../dart/runtime/vm/libdart_dependency_helper.cc -FILE: ../../../dart/runtime/vm/lockers.h -FILE: ../../../dart/runtime/vm/megamorphic_cache_table.cc -FILE: ../../../dart/runtime/vm/megamorphic_cache_table.h -FILE: ../../../dart/runtime/vm/memory_region.h -FILE: ../../../dart/runtime/vm/memory_region_test.cc -FILE: ../../../dart/runtime/vm/message_handler_test.cc -FILE: ../../../dart/runtime/vm/message_test.cc -FILE: ../../../dart/runtime/vm/native_arguments.h -FILE: ../../../dart/runtime/vm/native_message_handler.cc -FILE: ../../../dart/runtime/vm/native_message_handler.h -FILE: ../../../dart/runtime/vm/object.cc -FILE: ../../../dart/runtime/vm/object.h -FILE: ../../../dart/runtime/vm/object_arm_test.cc -FILE: ../../../dart/runtime/vm/object_ia32_test.cc -FILE: ../../../dart/runtime/vm/object_set.h -FILE: ../../../dart/runtime/vm/object_store.h -FILE: ../../../dart/runtime/vm/object_test.cc -FILE: ../../../dart/runtime/vm/object_x64_test.cc -FILE: ../../../dart/runtime/vm/os_android.cc -FILE: ../../../dart/runtime/vm/os_linux.cc -FILE: ../../../dart/runtime/vm/os_macos.cc -FILE: ../../../dart/runtime/vm/os_thread.h -FILE: ../../../dart/runtime/vm/os_thread_android.cc -FILE: ../../../dart/runtime/vm/os_thread_android.h -FILE: ../../../dart/runtime/vm/os_thread_linux.cc -FILE: ../../../dart/runtime/vm/os_thread_linux.h -FILE: ../../../dart/runtime/vm/os_thread_macos.cc -FILE: ../../../dart/runtime/vm/os_thread_macos.h -FILE: ../../../dart/runtime/vm/os_thread_win.cc -FILE: ../../../dart/runtime/vm/os_thread_win.h -FILE: ../../../dart/runtime/vm/os_win.cc -FILE: ../../../dart/runtime/vm/pages.cc -FILE: ../../../dart/runtime/vm/pages_test.cc -FILE: ../../../dart/runtime/vm/parser.cc -FILE: ../../../dart/runtime/vm/parser.h -FILE: ../../../dart/runtime/vm/port.cc -FILE: ../../../dart/runtime/vm/port_test.cc -FILE: ../../../dart/runtime/vm/proccpuinfo.cc -FILE: ../../../dart/runtime/vm/proccpuinfo.h -FILE: ../../../dart/runtime/vm/raw_object.cc -FILE: ../../../dart/runtime/vm/raw_object.h -FILE: ../../../dart/runtime/vm/raw_object_snapshot.cc -FILE: ../../../dart/runtime/vm/resolver_test.cc -FILE: ../../../dart/runtime/vm/scanner.cc -FILE: ../../../dart/runtime/vm/scanner_test.cc -FILE: ../../../dart/runtime/vm/scavenger.h -FILE: ../../../dart/runtime/vm/scopes.cc -FILE: ../../../dart/runtime/vm/scopes.h -FILE: ../../../dart/runtime/vm/scopes_test.cc -FILE: ../../../dart/runtime/vm/snapshot.cc -FILE: ../../../dart/runtime/vm/snapshot.h -FILE: ../../../dart/runtime/vm/snapshot_ids.h -FILE: ../../../dart/runtime/vm/snapshot_test.cc -FILE: ../../../dart/runtime/vm/snapshot_test.dart -FILE: ../../../dart/runtime/vm/stack_frame.cc -FILE: ../../../dart/runtime/vm/stack_frame_test.cc -FILE: ../../../dart/runtime/vm/store_buffer.cc -FILE: ../../../dart/runtime/vm/store_buffer.h -FILE: ../../../dart/runtime/vm/stub_code.cc -FILE: ../../../dart/runtime/vm/symbols.cc -FILE: ../../../dart/runtime/vm/symbols.h -FILE: ../../../dart/runtime/vm/thread_pool.cc -FILE: ../../../dart/runtime/vm/thread_pool.h -FILE: ../../../dart/runtime/vm/thread_pool_test.cc -FILE: ../../../dart/runtime/vm/thread_test.cc -FILE: ../../../dart/runtime/vm/token.h -FILE: ../../../dart/runtime/vm/unicode.cc -FILE: ../../../dart/runtime/vm/unicode.h -FILE: ../../../dart/runtime/vm/unit_test.cc -FILE: ../../../dart/runtime/vm/utils_test.cc -FILE: ../../../dart/runtime/vm/verifier.cc -FILE: ../../../dart/runtime/vm/version.h -FILE: ../../../dart/runtime/vm/version_in.cc -FILE: ../../../dart/runtime/vm/virtual_memory.cc -FILE: ../../../dart/runtime/vm/virtual_memory.h -FILE: ../../../dart/runtime/vm/virtual_memory_android.cc -FILE: ../../../dart/runtime/vm/virtual_memory_linux.cc -FILE: ../../../dart/runtime/vm/virtual_memory_macos.cc -FILE: ../../../dart/runtime/vm/virtual_memory_test.cc -FILE: ../../../dart/runtime/vm/virtual_memory_win.cc -FILE: ../../../dart/runtime/vm/zone.cc -FILE: ../../../dart/runtime/vm/zone.h -FILE: ../../../dart/runtime/vm/zone_test.cc -FILE: ../../../dart/samples/build_dart/bin/test.dart -FILE: ../../../dart/samples/build_dart/build.dart -FILE: ../../../dart/samples/build_dart_simple/build.dart -FILE: ../../../dart/samples/build_dart_simple/test.dart -FILE: ../../../dart/samples/sample_extension/sample_asynchronous_extension.dart -FILE: ../../../dart/samples/sample_extension/sample_extension.cc -FILE: ../../../dart/samples/sample_extension/sample_extension_dllmain_win.cc -FILE: ../../../dart/samples/sample_extension/sample_synchronous_extension.dart -FILE: ../../../dart/samples/sample_extension/test_sample_asynchronous_extension.dart -FILE: ../../../dart/samples/sample_extension/test_sample_synchronous_extension.dart -FILE: ../../../dart/samples/samples.status -FILE: ../../../dart/sdk/lib/_http/crypto.dart -FILE: ../../../dart/sdk/lib/_http/http_date.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/async_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/constant_map.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/core_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/foreign_helper.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/interceptors.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_array.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_number.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/js_string.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/math_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/mirrors_patch.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/native_helper.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/regexp_helper.dart -FILE: ../../../dart/sdk/lib/_internal/js_runtime/lib/string_helper.dart -FILE: ../../../dart/sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart -FILE: ../../../dart/sdk/lib/async/async.dart -FILE: ../../../dart/sdk/lib/async/async_error.dart -FILE: ../../../dart/sdk/lib/async/broadcast_stream_controller.dart -FILE: ../../../dart/sdk/lib/async/future.dart -FILE: ../../../dart/sdk/lib/async/future_impl.dart -FILE: ../../../dart/sdk/lib/async/stream_controller.dart -FILE: ../../../dart/sdk/lib/async/stream_impl.dart -FILE: ../../../dart/sdk/lib/async/stream_pipe.dart -FILE: ../../../dart/sdk/lib/async/timer.dart -FILE: ../../../dart/sdk/lib/collection/collection.dart -FILE: ../../../dart/sdk/lib/collection/iterable.dart -FILE: ../../../dart/sdk/lib/collection/iterator.dart -FILE: ../../../dart/sdk/lib/collection/maps.dart -FILE: ../../../dart/sdk/lib/collection/splay_tree.dart -FILE: ../../../dart/sdk/lib/core/bool.dart -FILE: ../../../dart/sdk/lib/core/core.dart -FILE: ../../../dart/sdk/lib/core/double.dart -FILE: ../../../dart/sdk/lib/core/errors.dart -FILE: ../../../dart/sdk/lib/core/exceptions.dart -FILE: ../../../dart/sdk/lib/core/expando.dart -FILE: ../../../dart/sdk/lib/core/identical.dart -FILE: ../../../dart/sdk/lib/core/int.dart -FILE: ../../../dart/sdk/lib/core/invocation.dart -FILE: ../../../dart/sdk/lib/core/iterator.dart -FILE: ../../../dart/sdk/lib/core/list.dart -FILE: ../../../dart/sdk/lib/core/num.dart -FILE: ../../../dart/sdk/lib/core/object.dart -FILE: ../../../dart/sdk/lib/core/print.dart -FILE: ../../../dart/sdk/lib/core/regexp.dart -FILE: ../../../dart/sdk/lib/core/string.dart -FILE: ../../../dart/sdk/lib/core/type.dart -FILE: ../../../dart/sdk/lib/core/uri.dart -FILE: ../../../dart/sdk/lib/html/dart2js/html_dart2js.dart -FILE: ../../../dart/sdk/lib/html/dartium/nativewrappers.dart -FILE: ../../../dart/sdk/lib/html/html_common/conversions.dart -FILE: ../../../dart/sdk/lib/html/html_common/css_class_set.dart -FILE: ../../../dart/sdk/lib/html/html_common/html_common_dart2js.dart -FILE: ../../../dart/sdk/lib/html/html_common/metadata.dart -FILE: ../../../dart/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart -FILE: ../../../dart/sdk/lib/internal/internal.dart -FILE: ../../../dart/sdk/lib/io/common.dart -FILE: ../../../dart/sdk/lib/io/directory.dart -FILE: ../../../dart/sdk/lib/io/directory_impl.dart -FILE: ../../../dart/sdk/lib/io/eventhandler.dart -FILE: ../../../dart/sdk/lib/io/io.dart -FILE: ../../../dart/sdk/lib/io/platform.dart -FILE: ../../../dart/sdk/lib/io/platform_impl.dart -FILE: ../../../dart/sdk/lib/io/secure_server_socket.dart -FILE: ../../../dart/sdk/lib/isolate/isolate.dart -FILE: ../../../dart/sdk/lib/math/math.dart -FILE: ../../../dart/sdk/lib/math/random.dart -FILE: ../../../dart/sdk/lib/svg/dart2js/svg_dart2js.dart -FILE: ../../../dart/sdk/lib/svg/dart2js/svg_dart2js.dart -FILE: ../../../dart/sdk/lib/svg/dart2js/svg_dart2js.dart -FILE: ../../../dart/sdk/lib/svg/dart2js/svg_dart2js.dart -FILE: ../../../dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart -FILE: ../../../dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart -FILE: ../../../dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart -FILE: ../../../dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart -FILE: ../../../dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart -FILE: ../../../dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart -FILE: ../../../dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart -FILE: ../../../dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart -FILE: ../../../dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart -FILE: ../../../dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file -for details. 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: dart -ORIGIN: ../../../dart/runtime/bin/crypto_fuchsia.cc + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/.packages -FILE: ../../../dart/runtime/bin/crypto_fuchsia.cc -FILE: ../../../dart/runtime/bin/crypto_test.cc -FILE: ../../../dart/runtime/bin/directory_fuchsia.cc -FILE: ../../../dart/runtime/bin/directory_test.cc -FILE: ../../../dart/runtime/bin/eventhandler_fuchsia.cc -FILE: ../../../dart/runtime/bin/eventhandler_fuchsia.h -FILE: ../../../dart/runtime/bin/extensions_fuchsia.cc -FILE: ../../../dart/runtime/bin/file_fuchsia.cc -FILE: ../../../dart/runtime/bin/file_support.cc -FILE: ../../../dart/runtime/bin/file_system_watcher_fuchsia.cc -FILE: ../../../dart/runtime/bin/loader.cc -FILE: ../../../dart/runtime/bin/loader.h -FILE: ../../../dart/runtime/bin/log_fuchsia.cc -FILE: ../../../dart/runtime/bin/platform_fuchsia.cc -FILE: ../../../dart/runtime/bin/process_fuchsia.cc -FILE: ../../../dart/runtime/bin/reference_counting.h -FILE: ../../../dart/runtime/bin/root_certificates_unsupported.cc -FILE: ../../../dart/runtime/bin/socket_base_fuchsia.cc -FILE: ../../../dart/runtime/bin/socket_base_fuchsia.h -FILE: ../../../dart/runtime/bin/socket_fuchsia.cc -FILE: ../../../dart/runtime/bin/stdio_fuchsia.cc -FILE: ../../../dart/runtime/bin/thread_fuchsia.cc -FILE: ../../../dart/runtime/bin/thread_fuchsia.h -FILE: ../../../dart/runtime/bin/utils_fuchsia.cc -FILE: ../../../dart/runtime/lib/stacktrace.h -FILE: ../../../dart/runtime/observatory/lib/event.dart -FILE: ../../../dart/runtime/observatory/lib/models.dart -FILE: ../../../dart/runtime/observatory/lib/repositories.dart -FILE: ../../../dart/runtime/observatory/lib/src/app/notification.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/class_allocation_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/containers/virtual_collection.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/containers/virtual_tree.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/error_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/general_error.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/helpers/nav_bar.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/helpers/nav_menu.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/helpers/rendering_queue.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/helpers/tag.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/helpers/uris.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/inbound_references.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate/counter_chart.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate/location.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate/run_state.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate/shared_summary.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/isolate/summary.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/metric/details.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/metric/graph.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/class_menu.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/isolate_menu.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/library_menu.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/menu_item.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/notify.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/notify_event.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/notify_exception.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/refresh.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/top_menu.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/vm_menu.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/retaining_path.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/source_link.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/strongly_reachable_instances.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/top_retaining_instances.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/vm_connect_target.dart -FILE: ../../../dart/runtime/observatory/lib/src/heap_snapshot/heap_snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/exceptions.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/allocation_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/breakpoint.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/class.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/code.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/context.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/error.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/event.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/extension_data.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/field.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/flag.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/frame.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/function.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/guarded.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/heap_snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/heap_space.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/icdata.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/inbound_references.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/instance.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/isolate.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/library.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/local_var_descriptors.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/map_association.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/megamorphiccache.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/metric.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/notification.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/object.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/objectpool.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/objectstore.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/pc_descriptors.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/persistent_handles.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/ports.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/retaining_path.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/sample_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/script.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/sentinel.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/source_location.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/target.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/thread.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/timeline_event.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/token_stream.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/type_arguments.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/unknown.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/vm.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/zone.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/allocation_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/breakpoint.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/class.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/context.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/editor.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/eval.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/event.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/field.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/flag.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/function.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/heap_snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/icdata.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/inbound_references.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/instance.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/isolate.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/library.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/megamorphiccache.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/metric.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/notification.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/object.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/objectpool.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/objectstore.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/persistent_handles.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/ports.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/reachable_size.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/retained_size.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/retaining_path.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/sample_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/script.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/strongly_reachable_instances.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/target.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/top_retaining_instances.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/type_arguments.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/allocation_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/breakpoint.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/class.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/context.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/editor.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/eval.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/event.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/field.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/flag.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/function.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/heap_snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/icdata.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/inbound_references.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/instance.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/isolate.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/library.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/megamorphiccache.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/metric.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/notification.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/object.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/objectpool.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/objectstore.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/persistent_handles.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/ports.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/reachable_size.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/retained_size.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/retaining_path.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/sample_profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/script.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/settings.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/strongly_reachable_instances.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/target.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/top_retaining_instances.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/type_arguments.dart -FILE: ../../../dart/runtime/observatory/web/timeline_message_handler.js -FILE: ../../../dart/runtime/platform/utils_fuchsia.h -FILE: ../../../dart/runtime/vm/atomic_fuchsia.h -FILE: ../../../dart/runtime/vm/become.cc -FILE: ../../../dart/runtime/vm/become.h -FILE: ../../../dart/runtime/vm/clustered_snapshot.cc -FILE: ../../../dart/runtime/vm/clustered_snapshot.h -FILE: ../../../dart/runtime/vm/code_patcher_dbc.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_dbc.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_dbc.h -FILE: ../../../dart/runtime/vm/compiler/assembler/assembler_dbc_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler_dbc.cc -FILE: ../../../dart/runtime/vm/compiler/backend/branch_optimizer.cc -FILE: ../../../dart/runtime/vm/compiler/backend/branch_optimizer.h -FILE: ../../../dart/runtime/vm/compiler/backend/flow_graph_compiler_dbc.cc -FILE: ../../../dart/runtime/vm/compiler/backend/il_dbc.cc -FILE: ../../../dart/runtime/vm/compiler/backend/redundancy_elimination.cc -FILE: ../../../dart/runtime/vm/compiler/backend/redundancy_elimination.h -FILE: ../../../dart/runtime/vm/compiler/frontend/flow_graph_builder_test.cc -FILE: ../../../dart/runtime/vm/compiler/frontend/kernel_binary_flowgraph.cc -FILE: ../../../dart/runtime/vm/compiler/frontend/kernel_to_il.cc -FILE: ../../../dart/runtime/vm/compiler/frontend/kernel_to_il.h -FILE: ../../../dart/runtime/vm/compiler/intrinsifier_dbc.cc -FILE: ../../../dart/runtime/vm/constants_dbc.h -FILE: ../../../dart/runtime/vm/cpu_dbc.cc -FILE: ../../../dart/runtime/vm/cpu_dbc.h -FILE: ../../../dart/runtime/vm/cpuinfo_fuchsia.cc -FILE: ../../../dart/runtime/vm/dart_api_state.cc -FILE: ../../../dart/runtime/vm/debugger_dbc.cc -FILE: ../../../dart/runtime/vm/instructions_dbc.cc -FILE: ../../../dart/runtime/vm/instructions_dbc.h -FILE: ../../../dart/runtime/vm/isolate_reload.cc -FILE: ../../../dart/runtime/vm/isolate_reload.h -FILE: ../../../dart/runtime/vm/isolate_reload_test.cc -FILE: ../../../dart/runtime/vm/json_parser.h -FILE: ../../../dart/runtime/vm/kernel.cc -FILE: ../../../dart/runtime/vm/kernel.h -FILE: ../../../dart/runtime/vm/kernel_binary.cc -FILE: ../../../dart/runtime/vm/kernel_isolate.cc -FILE: ../../../dart/runtime/vm/kernel_isolate.h -FILE: ../../../dart/runtime/vm/kernel_loader.cc -FILE: ../../../dart/runtime/vm/kernel_loader.h -FILE: ../../../dart/runtime/vm/lockers.cc -FILE: ../../../dart/runtime/vm/native_symbol_fuchsia.cc -FILE: ../../../dart/runtime/vm/object_dbc_test.cc -FILE: ../../../dart/runtime/vm/object_reload.cc -FILE: ../../../dart/runtime/vm/object_service.cc -FILE: ../../../dart/runtime/vm/os_fuchsia.cc -FILE: ../../../dart/runtime/vm/os_thread_fuchsia.cc -FILE: ../../../dart/runtime/vm/os_thread_fuchsia.h -FILE: ../../../dart/runtime/vm/runtime_entry_dbc.cc -FILE: ../../../dart/runtime/vm/safepoint.cc -FILE: ../../../dart/runtime/vm/safepoint.h -FILE: ../../../dart/runtime/vm/signal_handler_fuchsia.cc -FILE: ../../../dart/runtime/vm/simulator_dbc.cc -FILE: ../../../dart/runtime/vm/simulator_dbc.h -FILE: ../../../dart/runtime/vm/stack_frame_dbc.h -FILE: ../../../dart/runtime/vm/stub_code_dbc.cc -FILE: ../../../dart/runtime/vm/thread_interrupter_fuchsia.cc -FILE: ../../../dart/runtime/vm/token_position.cc -FILE: ../../../dart/runtime/vm/token_position.h -FILE: ../../../dart/runtime/vm/type_table.h -FILE: ../../../dart/runtime/vm/uri.cc -FILE: ../../../dart/runtime/vm/uri.h -FILE: ../../../dart/runtime/vm/uri_test.cc -FILE: ../../../dart/runtime/vm/virtual_memory_fuchsia.cc -FILE: ../../../dart/sdk/lib/developer/service.dart -FILE: ../../../dart/sdk/lib/js_util/dart2js/js_util_dart2js.dart -FILE: ../../../dart/sdk/lib/vmservice/devfs.dart -FILE: ../../../dart/utils/kernel-service/kernel-service.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file -for details. 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: dart -ORIGIN: ../../../dart/runtime/bin/dfe.cc + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/bin/dfe.cc -FILE: ../../../dart/runtime/bin/dfe.h -FILE: ../../../dart/runtime/bin/error_exit.cc -FILE: ../../../dart/runtime/bin/error_exit.h -FILE: ../../../dart/runtime/bin/gzip.cc -FILE: ../../../dart/runtime/bin/gzip.h -FILE: ../../../dart/runtime/bin/isolate_data.cc -FILE: ../../../dart/runtime/bin/main_options.cc -FILE: ../../../dart/runtime/bin/main_options.h -FILE: ../../../dart/runtime/bin/namespace.cc -FILE: ../../../dart/runtime/bin/namespace.h -FILE: ../../../dart/runtime/bin/namespace_android.cc -FILE: ../../../dart/runtime/bin/namespace_fuchsia.cc -FILE: ../../../dart/runtime/bin/namespace_linux.cc -FILE: ../../../dart/runtime/bin/namespace_macos.cc -FILE: ../../../dart/runtime/bin/namespace_patch.dart -FILE: ../../../dart/runtime/bin/namespace_win.cc -FILE: ../../../dart/runtime/bin/options.cc -FILE: ../../../dart/runtime/bin/options.h -FILE: ../../../dart/runtime/bin/secure_socket_filter.cc -FILE: ../../../dart/runtime/bin/secure_socket_filter.h -FILE: ../../../dart/runtime/bin/secure_socket_utils.cc -FILE: ../../../dart/runtime/bin/secure_socket_utils.h -FILE: ../../../dart/runtime/bin/security_context.cc -FILE: ../../../dart/runtime/bin/security_context.h -FILE: ../../../dart/runtime/bin/security_context_android.cc -FILE: ../../../dart/runtime/bin/security_context_fuchsia.cc -FILE: ../../../dart/runtime/bin/security_context_linux.cc -FILE: ../../../dart/runtime/bin/security_context_macos.cc -FILE: ../../../dart/runtime/bin/security_context_win.cc -FILE: ../../../dart/runtime/bin/snapshot_utils.cc -FILE: ../../../dart/runtime/bin/snapshot_utils.h -FILE: ../../../dart/runtime/bin/socket_base.cc -FILE: ../../../dart/runtime/bin/socket_base.h -FILE: ../../../dart/runtime/bin/sync_socket.cc -FILE: ../../../dart/runtime/bin/sync_socket.h -FILE: ../../../dart/runtime/bin/sync_socket_android.cc -FILE: ../../../dart/runtime/bin/sync_socket_fuchsia.cc -FILE: ../../../dart/runtime/bin/sync_socket_linux.cc -FILE: ../../../dart/runtime/bin/sync_socket_macos.cc -FILE: ../../../dart/runtime/bin/sync_socket_patch.dart -FILE: ../../../dart/runtime/bin/sync_socket_win.cc -FILE: ../../../dart/runtime/lib/async.cc -FILE: ../../../dart/runtime/observatory/lib/src/elements/containers/search_bar.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/memory/allocations.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/memory/dashboard.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/memory/graph.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/memory/profile.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/memory/snapshot.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/nav/reload.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/singletargetcache_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/singletargetcache_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/subtypetestcache_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/subtypetestcache_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/timeline/dashboard.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/unlinkedcall_ref.dart -FILE: ../../../dart/runtime/observatory/lib/src/elements/unlinkedcall_view.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/service.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/single_target_cache.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/subtype_test_cache.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/timeline.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/objects/unlinked_call.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/single_target_cache.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/subtype_test_cache.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/timeline.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/unlinked_call.dart -FILE: ../../../dart/runtime/observatory/lib/src/models/repositories/vm.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/single_target_cache.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/subtype_test_cache.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/timeline.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/unlinked_call.dart -FILE: ../../../dart/runtime/observatory/lib/src/repositories/vm.dart -FILE: ../../../dart/runtime/platform/allocation.h -FILE: ../../../dart/runtime/platform/growable_array.h -FILE: ../../../dart/runtime/vm/compilation_trace.cc -FILE: ../../../dart/runtime/vm/compilation_trace.h -FILE: ../../../dart/runtime/vm/compiler/backend/locations_helpers.h -FILE: ../../../dart/runtime/vm/compiler/backend/locations_helpers_arm.h -FILE: ../../../dart/runtime/vm/compiler/backend/locations_helpers_test.cc -FILE: ../../../dart/runtime/vm/compiler/call_specializer.cc -FILE: ../../../dart/runtime/vm/compiler/call_specializer.h -FILE: ../../../dart/runtime/vm/compiler/frontend/kernel_binary_flowgraph.h -FILE: ../../../dart/runtime/vm/compiler/jit/jit_call_specializer.h -FILE: ../../../dart/runtime/vm/debugger_api_impl_test.h -FILE: ../../../dart/runtime/vm/dwarf.cc -FILE: ../../../dart/runtime/vm/dwarf.h -FILE: ../../../dart/runtime/vm/fixed_cache.h -FILE: ../../../dart/runtime/vm/fixed_cache_test.cc -FILE: ../../../dart/runtime/vm/gdb_helpers.cc -FILE: ../../../dart/runtime/vm/kernel_binary.h -FILE: ../../../dart/runtime/vm/malloc_hooks.h -FILE: ../../../dart/runtime/vm/malloc_hooks_arm.cc -FILE: ../../../dart/runtime/vm/malloc_hooks_arm64.cc -FILE: ../../../dart/runtime/vm/malloc_hooks_ia32.cc -FILE: ../../../dart/runtime/vm/malloc_hooks_jemalloc.cc -FILE: ../../../dart/runtime/vm/malloc_hooks_tcmalloc.cc -FILE: ../../../dart/runtime/vm/malloc_hooks_test.cc -FILE: ../../../dart/runtime/vm/malloc_hooks_unsupported.cc -FILE: ../../../dart/runtime/vm/malloc_hooks_x64.cc -FILE: ../../../dart/runtime/vm/stack_trace.cc -FILE: ../../../dart/runtime/vm/stack_trace.h -FILE: ../../../dart/runtime/vm/timeline_android.cc -FILE: ../../../dart/runtime/vm/timeline_fuchsia.cc -FILE: ../../../dart/runtime/vm/timeline_linux.cc -FILE: ../../../dart/runtime/vm/timeline_macos.cc -FILE: ../../../dart/runtime/vm/timeline_win.cc -FILE: ../../../dart/runtime/vm/zone_text_buffer.cc -FILE: ../../../dart/runtime/vm/zone_text_buffer.h -FILE: ../../../dart/sdk/lib/internal/linked_list.dart -FILE: ../../../dart/sdk/lib/io/embedder_config.dart -FILE: ../../../dart/sdk/lib/io/namespace_impl.dart -FILE: ../../../dart/sdk/lib/io/sync_socket.dart -FILE: ../../../dart/sdk/lib/vmservice/named_lookup.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file -for details. 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: dart -ORIGIN: ../../../dart/runtime/bin/process_test.cc + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/bin/process_test.cc -FILE: ../../../dart/runtime/bin/snapshot_empty.cc -FILE: ../../../dart/runtime/bin/snapshot_in.cc -FILE: ../../../dart/runtime/include/dart_tools_api.h -FILE: ../../../dart/runtime/lib/double.cc -FILE: ../../../dart/runtime/lib/math.cc -FILE: ../../../dart/runtime/lib/mirrors.h -FILE: ../../../dart/runtime/lib/object.cc -FILE: ../../../dart/runtime/lib/string.cc -FILE: ../../../dart/runtime/platform/c99_support_win.h -FILE: ../../../dart/runtime/platform/inttypes_support_win.h -FILE: ../../../dart/runtime/vm/ast.cc -FILE: ../../../dart/runtime/vm/ast_printer.cc -FILE: ../../../dart/runtime/vm/ast_printer.h -FILE: ../../../dart/runtime/vm/bitfield.h -FILE: ../../../dart/runtime/vm/code_patcher_ia32_test.cc -FILE: ../../../dart/runtime/vm/code_patcher_x64_test.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler.cc -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler.h -FILE: ../../../dart/runtime/vm/compiler/assembler/disassembler_test.cc -FILE: ../../../dart/runtime/vm/compiler_stats.cc -FILE: ../../../dart/runtime/vm/compiler_stats.h -FILE: ../../../dart/runtime/vm/cpu_ia32.cc -FILE: ../../../dart/runtime/vm/custom_isolate_test.cc -FILE: ../../../dart/runtime/vm/dart.h -FILE: ../../../dart/runtime/vm/dart_api_impl.h -FILE: ../../../dart/runtime/vm/dart_entry.cc -FILE: ../../../dart/runtime/vm/dart_entry.h -FILE: ../../../dart/runtime/vm/debugger_arm.cc -FILE: ../../../dart/runtime/vm/debugger_ia32.cc -FILE: ../../../dart/runtime/vm/debugger_x64.cc -FILE: ../../../dart/runtime/vm/double_conversion.cc -FILE: ../../../dart/runtime/vm/double_conversion.h -FILE: ../../../dart/runtime/vm/exceptions.cc -FILE: ../../../dart/runtime/vm/exceptions.h -FILE: ../../../dart/runtime/vm/freelist.cc -FILE: ../../../dart/runtime/vm/gc_marker.cc -FILE: ../../../dart/runtime/vm/gc_marker.h -FILE: ../../../dart/runtime/vm/gc_sweeper.cc -FILE: ../../../dart/runtime/vm/gc_sweeper.h -FILE: ../../../dart/runtime/vm/handles.h -FILE: ../../../dart/runtime/vm/longjump.cc -FILE: ../../../dart/runtime/vm/longjump.h -FILE: ../../../dart/runtime/vm/longjump_test.cc -FILE: ../../../dart/runtime/vm/memory_region.cc -FILE: ../../../dart/runtime/vm/message.cc -FILE: ../../../dart/runtime/vm/message.h -FILE: ../../../dart/runtime/vm/message_handler.cc -FILE: ../../../dart/runtime/vm/message_handler.h -FILE: ../../../dart/runtime/vm/native_entry.cc -FILE: ../../../dart/runtime/vm/native_entry.h -FILE: ../../../dart/runtime/vm/native_entry_test.cc -FILE: ../../../dart/runtime/vm/native_entry_test.h -FILE: ../../../dart/runtime/vm/object_store_test.cc -FILE: ../../../dart/runtime/vm/os.h -FILE: ../../../dart/runtime/vm/pages.h -FILE: ../../../dart/runtime/vm/parser_test.cc -FILE: ../../../dart/runtime/vm/port.h -FILE: ../../../dart/runtime/vm/resolver.cc -FILE: ../../../dart/runtime/vm/resolver.h -FILE: ../../../dart/runtime/vm/runtime_entry.cc -FILE: ../../../dart/runtime/vm/runtime_entry.h -FILE: ../../../dart/runtime/vm/runtime_entry_arm.cc -FILE: ../../../dart/runtime/vm/runtime_entry_ia32.cc -FILE: ../../../dart/runtime/vm/runtime_entry_list.h -FILE: ../../../dart/runtime/vm/runtime_entry_x64.cc -FILE: ../../../dart/runtime/vm/scanner.h -FILE: ../../../dart/runtime/vm/scavenger.cc -FILE: ../../../dart/runtime/vm/stack_frame.h -FILE: ../../../dart/runtime/vm/stub_code.h -FILE: ../../../dart/runtime/vm/stub_code_ia32_test.cc -FILE: ../../../dart/runtime/vm/stub_code_x64_test.cc -FILE: ../../../dart/runtime/vm/timer.cc -FILE: ../../../dart/runtime/vm/timer.h -FILE: ../../../dart/runtime/vm/token.cc -FILE: ../../../dart/runtime/vm/unicode_data.cc -FILE: ../../../dart/runtime/vm/unicode_test.cc -FILE: ../../../dart/runtime/vm/unit_test.h -FILE: ../../../dart/runtime/vm/verifier.h -FILE: ../../../dart/runtime/vm/visitor.h -FILE: ../../../dart/sdk/lib/collection/queue.dart -FILE: ../../../dart/sdk/lib/core/comparable.dart -FILE: ../../../dart/sdk/lib/core/date_time.dart -FILE: ../../../dart/sdk/lib/core/duration.dart -FILE: ../../../dart/sdk/lib/core/function.dart -FILE: ../../../dart/sdk/lib/core/iterable.dart -FILE: ../../../dart/sdk/lib/core/map.dart -FILE: ../../../dart/sdk/lib/core/pattern.dart -FILE: ../../../dart/sdk/lib/core/set.dart -FILE: ../../../dart/sdk/lib/core/stopwatch.dart -FILE: ../../../dart/sdk/lib/core/string_buffer.dart -FILE: ../../../dart/sdk/lib/html/html_common/device.dart -FILE: ../../../dart/sdk/lib/html/html_common/filtered_element_list.dart -FILE: ../../../dart/sdk/lib/html/html_common/lists.dart -FILE: ../../../dart/sdk/lib/internal/iterable.dart -FILE: ../../../dart/sdk/lib/internal/sort.dart -FILE: ../../../dart/utils/peg/pegparser.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file -for details. 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: dart -ORIGIN: ../../../dart/runtime/lib/bigint.dart -TYPE: LicenseType.mit -FILE: ../../../dart/runtime/lib/bigint.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2003-2005 Tom Wu -Copyright (c) 2012 Adam Singer (adam@solvr.io) -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" AND WITHOUT WARRANTY OF ANY KIND, -EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY -WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - -IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, -INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER -RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF -THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT -OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -In addition, the following condition applies: - -All redistributions must retain an intact copy of this copyright notice -and disclaimer. -==================================================================================================== - -==================================================================================================== -LIBRARY: dart -ORIGIN: ../../../dart/runtime/lib/bigint.dart + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/lib/bigint.dart ----------------------------------------------------------------------------------------------------- -Copyright 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. -==================================================================================================== - -==================================================================================================== -LIBRARY: double-conversion -ORIGIN: ../../../dart/runtime/third_party/double-conversion/src/bignum-dtoa.cc -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/third_party/double-conversion/src/bignum-dtoa.cc -FILE: ../../../dart/runtime/third_party/double-conversion/src/bignum-dtoa.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/bignum.cc -FILE: ../../../dart/runtime/third_party/double-conversion/src/bignum.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/cached-powers.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/diy-fp.cc -FILE: ../../../dart/runtime/third_party/double-conversion/src/diy-fp.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/double-conversion.cc -FILE: ../../../dart/runtime/third_party/double-conversion/src/fast-dtoa.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/fixed-dtoa.cc -FILE: ../../../dart/runtime/third_party/double-conversion/src/fixed-dtoa.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/strtod.cc -FILE: ../../../dart/runtime/third_party/double-conversion/src/strtod.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/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: double-conversion -ORIGIN: ../../../dart/runtime/third_party/double-conversion/src/cached-powers.cc -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/third_party/double-conversion/src/cached-powers.cc ----------------------------------------------------------------------------------------------------- -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: double-conversion -ORIGIN: ../../../dart/runtime/third_party/double-conversion/src/double-conversion.h -TYPE: LicenseType.bsd -FILE: ../../../dart/runtime/third_party/double-conversion/src/double-conversion.h -FILE: ../../../dart/runtime/third_party/double-conversion/src/fast-dtoa.cc -FILE: ../../../dart/runtime/third_party/double-conversion/src/ieee.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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/viz.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/web_app.dart.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/doc/tasks.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/package_bundle_reader.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/build_sdk_summaries.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/aggregate_transformer/lib/recipes-grammas/banana-pudding-recipe.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/aggregate_transformer/lib/recipes-grammas/winter-squash-pie-recipe.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/markdown_converter/lib/images/bison.jpg -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/markdown_converter/lib/index.markdown -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/example/call_parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/example/call_parser.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/af.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/am.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ar.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/az.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/be.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bg.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/br.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bs.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ca.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/chr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/cs.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/cy.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/da.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de_AT.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de_CH.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/el.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_AU.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_CA.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_GB.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_IE.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_IN.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_ISO.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_SG.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_US.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_ZA.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_419.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_ES.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_MX.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_US.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/et.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/eu.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fa.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fi.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fil.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fr_CA.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ga.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gsw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gu.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/haw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/he.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hi.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hu.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hy.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/id.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/in.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/is.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/it.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/iw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ja.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ka.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/kk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/km.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/kn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ko.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ky.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ln.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lo.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lt.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lv.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ml.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mo.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ms.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mt.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/my.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/nb.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ne.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/nl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/no.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/no_NO.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/or.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pa.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt_BR.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt_PT.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ro.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ru.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sh.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/si.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sq.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sr_Latn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sv.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ta.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/te.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/th.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/tl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/tr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/uk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ur.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/uz.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/vi.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_CN.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_HK.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_TW.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zu.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/af.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/am.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ar.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/az.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/be.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bg.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/br.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bs.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ca.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/chr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/cs.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/cy.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/da.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de_AT.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de_CH.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/el.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_AU.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_CA.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_GB.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_IE.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_IN.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_ISO.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_SG.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_US.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_ZA.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_419.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_ES.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_MX.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_US.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/et.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/eu.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fa.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fi.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fil.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fr_CA.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ga.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gsw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gu.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/haw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/he.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hi.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hu.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hy.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/id.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/in.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/is.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/it.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/iw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ja.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ka.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/kk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/km.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/kn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ko.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ky.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ln.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lo.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lt.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lv.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ml.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ms.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mt.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/my.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/nb.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ne.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/nl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/no.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/no_NO.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/or.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pa.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt_BR.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt_PT.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ro.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ru.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/si.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sq.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sr_Latn.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sv.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sw.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ta.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/te.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/th.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/tl.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/tr.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/uk.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ur.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/uz.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/vi.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_CN.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_HK.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_TW.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zu.json ----------------------------------------------------------------------------------------------------- -Copyright 2013, the Dart 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/benchmark/errors_in_all_libraries.dart + ../../../dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/benchmark/errors_in_all_libraries.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/ast_factory.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/resolution_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/standard_ast_factory.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/standard_resolution_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/syntactic_entity.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/embedded_resolver_provider.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/config.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/custom_resolver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/builder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/ast_factory.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/resolution_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/resolver/inheritance_manager.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/sdk/sdk.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/error/pending_error.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/bazel.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/package.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/source/source_resource.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/api_signature.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/bazel_summary.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/flat_buffers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/link.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/name_filter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/prelink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/pub_summary.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summarize_ast.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summarize_const_expr.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summary_file_builder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/strong/ast_properties.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/yaml.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/fast_uri.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/yaml.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/dump_inferred_types.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/inspect.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/stats.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/arg_parser_exception.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/null_stream_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result/capture_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result/capture_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result/error.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result/release_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result/release_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result/value.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/single_subscription_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_completer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer/handler_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer/stream_transformer_wrapper.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer/typed.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_subscription_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_zip.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/typed/future.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/typed/stream.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/typed/stream_subscription.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/typed_stream_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/empty_unmodifiable_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/functions.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/typed_wrappers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/union_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/union_set_controller.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/accumulator_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/byte_accumulator_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/string_accumulator_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/tool/node_format_service.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/compact_number_format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/plural_rules.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/order_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/meta/lib/meta.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/observable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/src/change_record.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/src/list_diff.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable_list.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/src/property_change_record.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/lib/src/to_observable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/relative_span_scanner.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/dart.js + ../../../dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/dart.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/example/parser_driver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/example/resolver_driver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/example/scanner_driver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/analyzer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/error.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/string_source.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/args.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/usage.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/async.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/result.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/stream_zip.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/barback.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_forwarder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_id.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_node.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_node_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/internal_asset.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/barback.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/build_result.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/errors.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/asset_cascade.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/group_runner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/package_graph.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/phase.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/phase_forwarder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/phase_output.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/transform_node.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/log.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/package_provider.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/serialize.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/barback_settings.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transform_logger.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transformer_group.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/cancelable_future.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/file_pool.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/multiset.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/stream_pool.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/stream_replayer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/browser/lib/dart.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/browser/lib/interop.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/messages/build_logger.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/algorithms.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/collection.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/equality.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/iterable_zip.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/algorithms.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/iterable_zip.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/unmodifiable_wrappers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/wrappers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/wrappers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/css.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/css_printer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/polyfill.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tree_printer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/glob/lib/src/stream_pool.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/pretty_print.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/context.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/parsed_path.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/path_exception.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/style.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/style/posix.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/style/url.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/style/windows.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/builder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/printer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/refactor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/source_maps.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/src/vlq.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/chain.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/frame.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/lazy_trace.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/stack_zone_specification.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/trace.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/vm_trace.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/stack_trace.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/typed_data/lib/typed_buffers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/typed_data/lib/typed_data.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/compact_vm_config.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/html_config.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/html_enhanced_config.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/html_individual_config.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/configuration.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/pretty_print.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/simple_configuration.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/test_case.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/unittest.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/vm_config.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf_stream.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/example/watch.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/async_queue.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/constructable_file_system_event.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/linux.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/mac_os.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/polling.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/path_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/resubscribable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/stat.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/watch_event.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/watcher.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_exception.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/context/declared_variables.dart + ../../../dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/context/declared_variables.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/ast.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/token.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/visitor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/constant/value.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/element/element.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/element/type.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/element/visitor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/error/error.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/error/listener.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/exception/exception.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/file_system/file_system.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/file_system/memory_file_system.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/file_system/physical_file_system.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/instrumentation/instrumentation.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/package_map_provider.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/package_map_resolver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/pub_package_map_provider.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/cancelable_future.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/codegen/html.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/codegen/text_formatter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/codegen/tools.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/ast.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/token.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/utilities.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/constant/evaluation.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/constant/utilities.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/constant/value.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/builder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/element.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/handle.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/member.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/type.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/utilities.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/error/syntactic_errors.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/resolver/scope.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/scanner/reader.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/scanner/scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/error/codes.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/ast.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/constant.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/element.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/element_handle.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/element_resolver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/engine.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/error.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/error_verifier.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/incremental_logger.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/incremental_resolution_validator.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/incremental_resolver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/interner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_core.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_engine.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_engine_io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/resolver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/sdk.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/sdk_io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/source.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/source_io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/static_type_analyzer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/utilities_collection.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/utilities_dart.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/utilities_general.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/base.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/utilities_timing.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/command_runner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/arg_parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/arg_results.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/help_command.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/option.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/usage_exception.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/aggregate_transformer/lib/transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/lazy_transformer/lib/transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/markdown_converter/lib/transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/node_status.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/node_streams.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/static_asset_cascade.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/transformer_classifier.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/internal_asset.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/aggregate_transform.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/aggregate_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/base_transform.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_aggregate_transform.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_aggregate_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_transform.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/lazy_aggregate_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/lazy_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transform.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/wrapping_aggregate_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charcode/lib/ascii.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charcode/lib/charcode.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charcode/lib/html_entity.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/assets.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/benchmarks.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/messages/messages.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/resolver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/async_benchmark_base.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/dart_sdk.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/delete_file.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/entry_point.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/messages.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/remove_sourcemap_comment.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/resolver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/resolver_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/resolvers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/priority_queue.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/canonicalized_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/priority_queue.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/queue_list.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/benchmark/benchmark.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/dart_style.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/argument_list_visitor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/call_chain_visitor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/chunk.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/chunk_builder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/dart_formatter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/debug.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/error_listener.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/formatter_exception.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/formatter_options.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_writer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/source_code.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/source_visitor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/whitespace.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/glob/lib/glob.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/glob/lib/src/ast.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/glob/lib/src/list_tree.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/glob/lib/src/parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/glob/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/date_time_patterns.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/logging/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/matcher.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/mirror_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/util.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/benchmark/benchmark.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/characters.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/internal_style.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/pool/lib/pool.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/lib/src/source_map_span.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/source_span.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/colors.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/file.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/location.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span_exception.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span_mixin.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span_with_context.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/exception.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/line_scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/span_scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/string_scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/string_scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/internal_test_case.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/prints_matcher.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/throws_matcher.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/throws_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/util.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/test_environment.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/example/ga.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl_html.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl_io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/lib/src/uuid.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/lib/usage.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/lib/usage_html.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/lib/usage_io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/tool/grind.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/windows.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/equality.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/event.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/loader.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/null_span.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/style.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/token.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_document.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_node_wrapper.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/instrumentation/file_instrumentation.dart + ../../../dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/instrumentation/file_instrumentation.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/command_line.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/options.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/resolver_provider.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/task.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/analysis_options_provider.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/embedder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/error_processor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/path_filter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/sdk_ext.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/cache.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/context.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/source.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/type_system.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/visitors.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/command_line_plugin.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/engine_plugin.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/options_plugin.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/plugin_configuration.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/services/lint.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/format.fbs -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/idl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/public_namespace_computer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/resynthesize.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summarize_elements.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summary_sdk.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/dart.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/dart_work_manager.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/driver.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/general.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/html.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/html_work_manager.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/incremental_element_builder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/inputs.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/manager.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/model.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/options.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/options_work_manager.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/strong/checker.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/strong_mode.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/absolute_path.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/asserts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/glob.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/lru_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/yaml.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/dart.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/general.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/html.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/model.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/check_test.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/generate.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/idl_model.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/task_dependency_graph/check_test.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/task_dependency_graph/generate.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/analyzer/tool/task_dependency_graph/tasks.dot -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/async_memoizer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/cancelable_operation.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/event_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/future.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream_consumer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream_subscription.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/future_group.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/lazy_stream.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/restartable_timer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/result/future.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_completer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_group.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_queue.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_splitter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/subscription_stream.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charcode/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/cli_util/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/cli_util/lib/cli_util.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/comparators.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/convert.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/hex.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/hex/decoder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/hex/encoder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/percent.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/percent/decoder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/percent/encoder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/example/hash.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/digest.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/digest_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/hash.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/bin/format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/example/format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/fast_hash.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/line_splitter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/rule_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/solve_state.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/solve_state_queue.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/nesting_builder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/nesting_level.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/argument.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/combinator.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/metadata.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/rule.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/type_argument.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/tool/grind.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/build/initializer_plugin.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/build/loader_replacer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/initialize.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/src/init_method.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/src/initialize_tracker.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/src/initializer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/src/mirror_loader.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/src/static_loader.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/lib/transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/test_package/lib/bar.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/test_package/lib/foo.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/example/http_server.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/example/runner_pool.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/isolate.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/isolate_runner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/load_balancer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/ports.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/registry.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/runner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/src/errors.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/src/lists.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/isolate/lib/src/raw_receive_port_multiplexer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/package_config/lib/discovery.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/package_config/lib/discovery_analysis.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/package_config/lib/packages.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/package_config/lib/packages_file.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/package_config/lib/src/packages_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/package_config/lib/src/packages_io_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/package_config/lib/src/util.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/plugin/lib/manager.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/plugin/lib/plugin.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/plugin/lib/src/plugin_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/lib/src/location_mixin.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/unparsed_frame.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/eager_span_scanner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/expected_function.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/group_context.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/example/example.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/example/example.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/.status -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/shared.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/benchmark/path_set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/file_watcher.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/file_watcher/native.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/lib/src/file_watcher/polling.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/benchmark/benchmark.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/args/example/test_runner.dart + ../../../dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/args/example/test_runner.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/barback/example/simple_transformer/lib/transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/crypto.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/hash_sink.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/hmac.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/md5.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/sha1.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/lib/src/sha256.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/bin/css.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/analyzer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/messages.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/options.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/property.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/token.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tokenizer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tokenizer_base.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tokenkind.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tree.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tree_base.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/src/validate.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/csslib/lib/visitor.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_file.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_http_request.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbols.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/intl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/intl_browser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/intl_standalone.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/message_lookup_by_library.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/number_symbols.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/locale_list.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/date_format_internal.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/file_data_reader.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/http_request_data_reader.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/bidi_formatter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/bidi_utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format_field.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format_helpers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/number_format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl_helpers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/src/lazy_locale_data.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/tool/generate_locale_data_files.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/logging/lib/logging.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/core_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/description.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/error_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/interfaces.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/iterable_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/map_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/numeric_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/operator_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/lib/src/string_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/lib/path.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/core_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/description.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/error_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/expect.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/future_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/interfaces.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/iterable_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/map_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/numeric_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/operator_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/string_matchers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/constants.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/list_range.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf16.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf32.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf8.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf_16_code_unit_decoder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/src/util.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/lib/utf.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_node.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/lib/yaml.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/async/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/convert/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/crypto/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/initialize/tool/rename_build_outputs.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/typed_data/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/utf/.test_config ----------------------------------------------------------------------------------------------------- -Copyright 2015, the Dart 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/async_cache.dart + ../../../dart/third_party/observatory_pub_packages/packages/async/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/async_cache.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/async/lib/src/byte_collector.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/cli_util/example/main.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/cli_util/lib/cli_logging.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/cli_util/lib/src/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_iterable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_list.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/lazy_chain.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/browser/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charcode/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/code_transformers/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/dist/dart-style.d.ts -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/web/index.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_style/web/main.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/glob/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/matcher/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/path/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/pool/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_maps/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/source_span/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/stack_trace/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/string_scanner/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/usage/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/watcher/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/benchmark/output.json ----------------------------------------------------------------------------------------------------- -Copyright 2014, the Dart 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/charted/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/charted-demo-screenshot.png -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_chartstate.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_chartstate.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_charts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_interactive.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_bar_charts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_bar_charts.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_cartesian_renderers.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_combo_charts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_combo_charts.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_line_charts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_line_charts.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_pie_charts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_pie_charts.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_stacked_bar_charts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_stacked_bar_charts.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/index.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/layout/treemap_demo.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/selection/transitions_demo.html ----------------------------------------------------------------------------------------------------- -Copyright (c) 2014, Michael Bostock and 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 MICHAEL BOSTOCK 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.dart -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_interactive.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_cartesian_renderers.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/layout/treemap_demo.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/examples/selection/transitions_demo.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charted.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/axis_label_tooltip.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/chart_tooltip.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/hovercard.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/line_marker.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/mouse_tracker.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/bar_chart_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/bubble_chart_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/cartesian_base_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/line_chart_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/stackedbar_chart_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/stackedline_chart_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_area.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_config.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_data.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_events.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_legend.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_series.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_state.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_theme.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/charts.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation_item.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/filter_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/transpose_transformer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/layout_renderers/layout_base_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/layout_renderers/pie_chart_renderer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/cartesian_area_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_axis_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_config_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_data_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_events_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_legend_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_series_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_state_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/layout_area_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/charts/themes/quantum_theme.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators/easing.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators/interpolators.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/linear_scale.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/log_scale.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/ordinal_scale.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/time_scale.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation_data.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation_utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/time_interval.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/timer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/bidi_formatter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/color.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/disposer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/lists.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/math.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/namespace.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/object_factory.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/rect.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/layout/layout.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/hierarchy_layout.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/pie_layout.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/treemap_layout.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format/number_format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format/time_format.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/locale/languages/en_us.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/locale/locale.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/selection/selection.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/selection/selection_scope.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/selection/src/selection_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/selection/src/transition_impl.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/selection/transition.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/svg/axis.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/arc.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/area.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/line.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/rect.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/tool/build_unicode_segmentation_data.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/tool/build_unicode_segmentation_data.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/charted/tool/hop_runner.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 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 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/COPYRIGHT_TRANSFER -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/docs.yml -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/example/index.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/example/test.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/lib/dart_to_js_script_rewriter.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/tool/dev.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2014 Seth Ladd. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/html/LICENSE -TYPE: LicenseType.mit -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/dom.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/dom_parsing.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/parser_console.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/char_encodings.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/constants.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/encoding_parser.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/inputstream.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/list_proxy.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/query_selector.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/token.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/tokenizer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/treebuilder.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/html/lib/src/utils.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2006-2012 The Authors - -Contributors: -James Graham - jg307@cam.ac.uk -Anne van Kesteren - annevankesteren@gmail.com -Lachlan Hunt - lachlan.hunt@lachy.id.au -Matt McDonald - kanashii@kanashii.ca -Sam Ruby - rubys@intertwingly.net -Ian Hickson (Google) - ian@hixie.ch -Thomas Broyer - t.broyer@ltgt.net -Jacques Distler - distler@golem.ph.utexas.edu -Henri Sivonen - hsivonen@iki.fi -Adam Barth - abarth@webkit.org -Eric Seidel - eric@webkit.org -The Mozilla Foundation (contributions from Henri Sivonen since 2008) -David Flanagan (Mozilla) - dflanagan@mozilla.com -Google Inc. (contributed the Dart port) - misc@dartlang.org - -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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_local.dart + ../../../dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_local.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/intl/lib/number_symbols_data.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2014, the Dart project authors. -Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/meta/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/observable/.analysis_options ----------------------------------------------------------------------------------------------------- -Copyright 2016, the Dart 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/quiver/LICENSE -TYPE: LicenseType.apache -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/async.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/cache.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/check.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/collection.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/core.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/io.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/iterables.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/mirrors.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/pattern.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/collect.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/concat.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/countdown_timer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/enumerate.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/future_group.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/future_stream.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/iteration.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/metronome.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/stream_buffer.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/stream_router.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/cache/cache.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/cache/map_cache.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/bimap.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/iterable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/list.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/queue.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/set.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/lru_map.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/multimap.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/treeset.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/core/hash.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/core/optional.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/concat.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/count.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/cycle.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/enumerate.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/generating_iterable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/infinite_iterable.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/merge.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/min_max.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/partition.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/range.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/zip.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/pattern/glob.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/time/clock.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/src/time/duration_unit_constants.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/strings.dart -FILE: ../../../dart/third_party/observatory_pub_packages/packages/quiver/lib/time.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 [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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/coverage_controller.js + ../../../dart/third_party/observatory_pub_packages/packages/browser/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/coverage_controller.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/unittest/lib/test_controller.js ----------------------------------------------------------------------------------------------------- -Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file -for details. 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/web_components/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/e2e_test/html_imports/lib/theme.html -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/bower.json -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/package.json ----------------------------------------------------------------------------------------------------- -Copyright (c) 2012 The Polymer 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/CustomElements.js -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/CustomElements.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/CustomElements.min.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/HTMLImports.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/HTMLImports.min.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/MutationObserver.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/MutationObserver.min.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/ShadowDOM.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/ShadowDOM.min.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents-lite.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents-lite.min.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents.js -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents.min.js ----------------------------------------------------------------------------------------------------- -Copyright (c) 2014 The Polymer 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/interop_support.html + ../../../dart/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/observatory_pub_packages/packages/web_components/lib/interop_support.html ----------------------------------------------------------------------------------------------------- -Copyright 2014 The Dart 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: observatory_pub_packages -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/yaml/libyaml-license.txt -TYPE: LicenseType.mit -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/.analysis_options -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/.test_config -FILE: ../../../dart/third_party/observatory_pub_packages/packages/yaml/benchmark/output.json ----------------------------------------------------------------------------------------------------- -Copyright (c) 2006 Kirill Simonov - -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: tcmalloc -ORIGIN: ../../../dart/third_party/tcmalloc/COPYING -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/tcmalloc/configure_command -FILE: ../../../dart/third_party/tcmalloc/include/config.h ----------------------------------------------------------------------------------------------------- -Copyright (c) 2005, 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. -==================================================================================================== - -==================================================================================================== -LIBRARY: tcmalloc -ORIGIN: ../../../dart/third_party/tcmalloc/include/gperftools/tcmalloc.h -TYPE: LicenseType.bsd -FILE: ../../../dart/third_party/tcmalloc/include/gperftools/tcmalloc.h ----------------------------------------------------------------------------------------------------- -Copyright (c) 2003, 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. -==================================================================================================== -Total license count: 37 diff --git a/travis/licenses_golden/licenses_flutter b/travis/licenses_golden/licenses_flutter index 11fa3cd9a8726..d7a85169d91bc 100644 --- a/travis/licenses_golden/licenses_flutter +++ b/travis/licenses_golden/licenses_flutter @@ -1,37 +1,5 @@ UNUSED LICENSES: -==================================================================================================== -ORIGIN: ../../../dart/runtime/third_party/double-conversion/COPYING -TYPE: LicenseType.bsd ----------------------------------------------------------------------------------------------------- -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. -==================================================================================================== - ==================================================================================================== ORIGIN: ../../../flutter/sky/engine/core/LICENSE-APPLE TYPE: LicenseType.bsd @@ -1053,6 +1021,38 @@ necessary. Here is a sample; alter the names: That's all there is to it! ==================================================================================================== + +==================================================================================================== +ORIGIN: ../../../flutter/sky/engine/wtf/dtoa/LICENSE +TYPE: LicenseType.bsd +---------------------------------------------------------------------------------------------------- +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. +==================================================================================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ USED LICENSES: @@ -9498,7 +9498,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: txt -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/quiver/LICENSE +ORIGIN: ../../../flutter/third_party/txt/LICENSE TYPE: LicenseType.apache FILE: ../../../flutter/third_party/txt/benchmarks/paint_record_benchmarks.cc FILE: ../../../flutter/third_party/txt/benchmarks/paragraph_benchmarks.cc diff --git a/travis/licenses_golden/licenses_lib b/travis/licenses_golden/licenses_lib index 53bb313e2d357..6812f6861812f 100644 --- a/travis/licenses_golden/licenses_lib +++ b/travis/licenses_golden/licenses_lib @@ -1,4 +1,4 @@ -Signature: c6853c1bbc8db501fa71fb05acb5f2ba +Signature: 816678051aa93fd3b8b4c4e7ee451536 UNUSED LICENSES: @@ -6,12 +6,61 @@ UNUSED LICENSES: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ USED LICENSES: +==================================================================================================== +LIBRARY: icu +ORIGIN: ../../../garnet/public/lib/fxl/third_party/icu/LICENSE +TYPE: LicenseType.unknown +FILE: ../../../lib/ftl/third_party/icu/icu_utf.cc +FILE: ../../../lib/ftl/third_party/icu/icu_utf.h +---------------------------------------------------------------------------------------------------- +ICU License - ICU 1.8.1 and later + +COPYRIGHT AND PERMISSION NOTICE + +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 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. +==================================================================================================== + ==================================================================================================== LIBRARY: lib ORIGIN: ../../../garnet/LICENSE TYPE: LicenseType.bsd -FILE: ../../../lib/tonic/dart_list.cc -FILE: ../../../lib/tonic/dart_list.h +FILE: ../../../lib/ftl/files/path_win.cc +FILE: ../../../lib/ftl/files/symlink_win.cc +FILE: ../../../lib/ftl/inttypes.h +FILE: ../../../lib/ftl/portable_unistd.h +FILE: ../../../lib/ftl/random/rand_unittest.cc +FILE: ../../../lib/ftl/strings/join_strings.h +FILE: ../../../lib/ftl/strings/join_strings_unittest.cc +FILE: ../../../lib/ftl/synchronization/cond_var_win.cc +FILE: ../../../lib/ftl/threading/thread.cc +FILE: ../../../lib/ftl/threading/thread.h ---------------------------------------------------------------------------------------------------- Copyright 2017 The Fuchsia Authors. All rights reserved. @@ -44,32 +93,121 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: lib -ORIGIN: ../../../lib/tonic/LICENSE +ORIGIN: ../../../lib/ftl/LICENSE TYPE: LicenseType.bsd -FILE: ../../../lib/tonic/converter/dart_converter.cc -FILE: ../../../lib/tonic/converter/dart_converter.h -FILE: ../../../lib/tonic/dart_message_handler.cc -FILE: ../../../lib/tonic/dart_message_handler.h -FILE: ../../../lib/tonic/dart_microtask_queue.cc -FILE: ../../../lib/tonic/dart_microtask_queue.h -FILE: ../../../lib/tonic/dart_sticky_error.cc -FILE: ../../../lib/tonic/dart_sticky_error.h -FILE: ../../../lib/tonic/debugger/dart_debugger.cc -FILE: ../../../lib/tonic/debugger/dart_debugger.h -FILE: ../../../lib/tonic/file_loader/file_loader.cc -FILE: ../../../lib/tonic/file_loader/file_loader.h -FILE: ../../../lib/tonic/logging/dart_error.cc -FILE: ../../../lib/tonic/logging/dart_error.h -FILE: ../../../lib/tonic/logging/dart_invoke.cc -FILE: ../../../lib/tonic/logging/dart_invoke.h -FILE: ../../../lib/tonic/parsers/packages_map.cc -FILE: ../../../lib/tonic/parsers/packages_map.h -FILE: ../../../lib/tonic/scopes/dart_api_scope.h -FILE: ../../../lib/tonic/scopes/dart_isolate_scope.cc -FILE: ../../../lib/tonic/scopes/dart_isolate_scope.h -FILE: ../../../lib/tonic/typed_data/dart_byte_data.h -FILE: ../../../lib/tonic/typed_data/int32_list.h -FILE: ../../../lib/tonic/typed_data/uint8_list.h +FILE: ../../../lib/ftl/arraysize.h +FILE: ../../../lib/ftl/arraysize_unittest.cc +FILE: ../../../lib/ftl/build_config.h +FILE: ../../../lib/ftl/command_line.cc +FILE: ../../../lib/ftl/command_line.h +FILE: ../../../lib/ftl/command_line_unittest.cc +FILE: ../../../lib/ftl/compiler_specific.h +FILE: ../../../lib/ftl/debug/debugger.cc +FILE: ../../../lib/ftl/debug/debugger.h +FILE: ../../../lib/ftl/files/directory.cc +FILE: ../../../lib/ftl/files/directory.h +FILE: ../../../lib/ftl/files/eintr_wrapper.h +FILE: ../../../lib/ftl/files/file.cc +FILE: ../../../lib/ftl/files/file.h +FILE: ../../../lib/ftl/files/file_descriptor.cc +FILE: ../../../lib/ftl/files/file_descriptor.h +FILE: ../../../lib/ftl/files/file_unittest.cc +FILE: ../../../lib/ftl/files/path.h +FILE: ../../../lib/ftl/files/path_posix.cc +FILE: ../../../lib/ftl/files/path_unittest.cc +FILE: ../../../lib/ftl/files/scoped_temp_dir.cc +FILE: ../../../lib/ftl/files/scoped_temp_dir.h +FILE: ../../../lib/ftl/files/scoped_temp_dir_unittest.cc +FILE: ../../../lib/ftl/files/symlink.h +FILE: ../../../lib/ftl/files/symlink_posix.cc +FILE: ../../../lib/ftl/files/unique_fd.cc +FILE: ../../../lib/ftl/files/unique_fd.h +FILE: ../../../lib/ftl/functional/closure.h +FILE: ../../../lib/ftl/functional/make_copyable.h +FILE: ../../../lib/ftl/functional/make_copyable_unittest.cc +FILE: ../../../lib/ftl/functional/make_runnable.h +FILE: ../../../lib/ftl/log_level.h +FILE: ../../../lib/ftl/log_settings.cc +FILE: ../../../lib/ftl/log_settings.h +FILE: ../../../lib/ftl/log_settings_state.cc +FILE: ../../../lib/ftl/log_settings_unittest.cc +FILE: ../../../lib/ftl/logging.cc +FILE: ../../../lib/ftl/logging.h +FILE: ../../../lib/ftl/macros.h +FILE: ../../../lib/ftl/memory/ref_counted.h +FILE: ../../../lib/ftl/memory/ref_counted_internal.h +FILE: ../../../lib/ftl/memory/ref_counted_unittest.cc +FILE: ../../../lib/ftl/memory/ref_ptr.h +FILE: ../../../lib/ftl/memory/ref_ptr_internal.h +FILE: ../../../lib/ftl/memory/unique_object.h +FILE: ../../../lib/ftl/memory/weak_ptr.h +FILE: ../../../lib/ftl/memory/weak_ptr_internal.cc +FILE: ../../../lib/ftl/memory/weak_ptr_internal.h +FILE: ../../../lib/ftl/memory/weak_ptr_unittest.cc +FILE: ../../../lib/ftl/random/rand.cc +FILE: ../../../lib/ftl/random/rand.h +FILE: ../../../lib/ftl/random/uuid.cc +FILE: ../../../lib/ftl/random/uuid.h +FILE: ../../../lib/ftl/strings/ascii.cc +FILE: ../../../lib/ftl/strings/ascii.h +FILE: ../../../lib/ftl/strings/ascii_unittest.cc +FILE: ../../../lib/ftl/strings/concatenate.cc +FILE: ../../../lib/ftl/strings/concatenate.h +FILE: ../../../lib/ftl/strings/concatenate_unittest.cc +FILE: ../../../lib/ftl/strings/split_string.cc +FILE: ../../../lib/ftl/strings/split_string.h +FILE: ../../../lib/ftl/strings/split_string_unittest.cc +FILE: ../../../lib/ftl/strings/string_number_conversions.cc +FILE: ../../../lib/ftl/strings/string_number_conversions.h +FILE: ../../../lib/ftl/strings/string_number_conversions_unittest.cc +FILE: ../../../lib/ftl/strings/string_printf.cc +FILE: ../../../lib/ftl/strings/string_printf.h +FILE: ../../../lib/ftl/strings/string_printf_unittest.cc +FILE: ../../../lib/ftl/strings/string_view.cc +FILE: ../../../lib/ftl/strings/string_view.h +FILE: ../../../lib/ftl/strings/string_view_unittest.cc +FILE: ../../../lib/ftl/strings/trim.cc +FILE: ../../../lib/ftl/strings/trim.h +FILE: ../../../lib/ftl/strings/trim_unittest.cc +FILE: ../../../lib/ftl/strings/utf_codecs.cc +FILE: ../../../lib/ftl/strings/utf_codecs.h +FILE: ../../../lib/ftl/synchronization/cond_var.h +FILE: ../../../lib/ftl/synchronization/cond_var_posix.cc +FILE: ../../../lib/ftl/synchronization/cond_var_unittest.cc +FILE: ../../../lib/ftl/synchronization/mutex_unittest.cc +FILE: ../../../lib/ftl/synchronization/sleep.cc +FILE: ../../../lib/ftl/synchronization/sleep.h +FILE: ../../../lib/ftl/synchronization/thread_annotations.h +FILE: ../../../lib/ftl/synchronization/thread_annotations_unittest.cc +FILE: ../../../lib/ftl/synchronization/thread_checker.h +FILE: ../../../lib/ftl/synchronization/thread_checker_unittest.cc +FILE: ../../../lib/ftl/synchronization/waitable_event.cc +FILE: ../../../lib/ftl/synchronization/waitable_event.h +FILE: ../../../lib/ftl/synchronization/waitable_event_unittest.cc +FILE: ../../../lib/ftl/tasks/one_shot_timer.cc +FILE: ../../../lib/ftl/tasks/one_shot_timer.h +FILE: ../../../lib/ftl/tasks/one_shot_timer_unittest.cc +FILE: ../../../lib/ftl/tasks/task_runner.cc +FILE: ../../../lib/ftl/tasks/task_runner.h +FILE: ../../../lib/ftl/time/stopwatch.cc +FILE: ../../../lib/ftl/time/stopwatch.h +FILE: ../../../lib/ftl/time/time_delta.h +FILE: ../../../lib/ftl/time/time_point.cc +FILE: ../../../lib/ftl/time/time_point.h +FILE: ../../../lib/ftl/time/time_printers.cc +FILE: ../../../lib/ftl/time/time_unittest.cc +FILE: ../../../lib/zip/create_unzipper.cc +FILE: ../../../lib/zip/create_unzipper.h +FILE: ../../../lib/zip/memory_io.cc +FILE: ../../../lib/zip/memory_io.h +FILE: ../../../lib/zip/unique_unzipper.cc +FILE: ../../../lib/zip/unique_unzipper.h +FILE: ../../../lib/zip/unique_zipper.cc +FILE: ../../../lib/zip/unique_zipper.h +FILE: ../../../lib/zip/unzipper.cc +FILE: ../../../lib/zip/unzipper.h +FILE: ../../../lib/zip/zipper.cc +FILE: ../../../lib/zip/zipper.h ---------------------------------------------------------------------------------------------------- Copyright 2016 The Fuchsia Authors. All rights reserved. @@ -102,32 +240,49 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: lib -ORIGIN: ../../../lib/tonic/typed_data/dart_byte_data.cc + ../../../lib/tonic/LICENSE +ORIGIN: ../../../lib/ftl/synchronization/monitor.cc + ../../../lib/ftl/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../lib/ftl/synchronization/monitor.cc +FILE: ../../../lib/ftl/synchronization/monitor.h +FILE: ../../../lib/ftl/synchronization/mutex.h +FILE: ../../../lib/ftl/synchronization/mutex_posix.cc +---------------------------------------------------------------------------------------------------- +Copyright 2016 The Fuchisa 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: lib +ORIGIN: ../../../lib/ftl/synchronization/mutex_win.cc + ../../../lib/ftl/LICENSE TYPE: LicenseType.bsd -FILE: ../../../lib/tonic/dart_args.h -FILE: ../../../lib/tonic/dart_binding_macros.h -FILE: ../../../lib/tonic/dart_class_library.cc -FILE: ../../../lib/tonic/dart_class_library.h -FILE: ../../../lib/tonic/dart_class_provider.cc -FILE: ../../../lib/tonic/dart_class_provider.h -FILE: ../../../lib/tonic/dart_library_natives.cc -FILE: ../../../lib/tonic/dart_library_natives.h -FILE: ../../../lib/tonic/dart_persistent_value.cc -FILE: ../../../lib/tonic/dart_persistent_value.h -FILE: ../../../lib/tonic/dart_state.cc -FILE: ../../../lib/tonic/dart_state.h -FILE: ../../../lib/tonic/dart_wrappable.cc -FILE: ../../../lib/tonic/dart_wrappable.h -FILE: ../../../lib/tonic/dart_wrapper_info.h -FILE: ../../../lib/tonic/typed_data/dart_byte_data.cc -FILE: ../../../lib/tonic/typed_data/float32_list.cc -FILE: ../../../lib/tonic/typed_data/float32_list.h -FILE: ../../../lib/tonic/typed_data/float64_list.cc -FILE: ../../../lib/tonic/typed_data/float64_list.h -FILE: ../../../lib/tonic/typed_data/int32_list.cc -FILE: ../../../lib/tonic/typed_data/uint8_list.cc +FILE: ../../../lib/ftl/synchronization/mutex_win.cc ---------------------------------------------------------------------------------------------------- -Copyright 2015 The Fuchsia Authors. All rights reserved. +Copyright 2017 The Fuchisa Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -155,4 +310,4 @@ 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. ==================================================================================================== -Total license count: 3 +Total license count: 5 diff --git a/travis/licenses_golden/licenses_third_party b/travis/licenses_golden/licenses_third_party index e2001c39862a4..22bdc2348eea9 100644 --- a/travis/licenses_golden/licenses_third_party +++ b/travis/licenses_golden/licenses_third_party @@ -1,12 +1,12 @@ -Signature: 23ed49fb53b0bd737bd48e0f75a67f8e +Signature: c01c1c2e7dfa166b953d3514ffca6ac3 UNUSED LICENSES: ==================================================================================================== -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/async/LICENSE +ORIGIN: ../../../flutter/sky/engine/wtf/dtoa/LICENSE TYPE: LicenseType.bsd ---------------------------------------------------------------------------------------------------- -Copyright 2015, the Dart project authors. All rights reserved. +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: @@ -3544,88 +3544,2054 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== ==================================================================================================== -LIBRARY: etc1 -LIBRARY: skia -LIBRARY: vulkan -ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/quiver/LICENSE -TYPE: LicenseType.apache -FILE: ../../../third_party/skia/src/images/SkWebpEncoder.cpp -FILE: ../../../third_party/skia/third_party/etc1/etc1.cpp -FILE: ../../../third_party/skia/third_party/etc1/etc1.h -FILE: ../../../third_party/skia/third_party/vulkan/vulkan/vk_platform.h -FILE: ../../../third_party/skia/third_party/vulkan/vulkan/vulkan.h -FILE: ../../../third_party/vulkan/src/vulkan/vk_platform.h -FILE: ../../../third_party/vulkan/src/vulkan/vulkan.h +LIBRARY: dart +LIBRARY: observatory_pub_packages +ORIGIN: ../../../third_party/dart/runtime/bin/vmservice/loader.dart + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/bin/address_sanitizer.cc +FILE: ../../../third_party/dart/runtime/bin/builtin_common.cc +FILE: ../../../third_party/dart/runtime/bin/embedded_dart_io.cc +FILE: ../../../third_party/dart/runtime/bin/embedded_dart_io.h +FILE: ../../../third_party/dart/runtime/bin/observatory_assets_empty.cc +FILE: ../../../third_party/dart/runtime/bin/vmservice/loader.dart +FILE: ../../../third_party/dart/runtime/lib/async_patch.dart +FILE: ../../../third_party/dart/runtime/lib/compact_hash.dart +FILE: ../../../third_party/dart/runtime/lib/developer.cc +FILE: ../../../third_party/dart/runtime/lib/developer.dart +FILE: ../../../third_party/dart/runtime/lib/timeline.cc +FILE: ../../../third_party/dart/runtime/lib/timeline.dart +FILE: ../../../third_party/dart/runtime/lib/vmservice.cc +FILE: ../../../third_party/dart/runtime/observatory/lib/allocation_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/cli.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/debugger.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/heap_snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/sample_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/allocation_profile/allocation_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/analytics.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/cli/command.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/debugger/debugger.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/debugger/debugger_location.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/heap_snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/logging.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/logging_list.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/megamorphiccache_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/objectpool_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/persistent_handles.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/ports.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/timeline_page.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/view_footer.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/sample_profile/sample_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/web/timeline.js +FILE: ../../../third_party/dart/runtime/vm/atomic_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/aot/precompiler.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/aot/precompiler.h +FILE: ../../../third_party/dart/runtime/vm/log.cc +FILE: ../../../third_party/dart/runtime/vm/log.h +FILE: ../../../third_party/dart/runtime/vm/log_test.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread.cc +FILE: ../../../third_party/dart/runtime/vm/profiler_service.cc +FILE: ../../../third_party/dart/runtime/vm/profiler_service.h +FILE: ../../../third_party/dart/runtime/vm/program_visitor.cc +FILE: ../../../third_party/dart/runtime/vm/program_visitor.h +FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_bytecode.cc +FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_bytecode.h +FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_bytecode_inl.h +FILE: ../../../third_party/dart/runtime/vm/regexp_bytecodes.h +FILE: ../../../third_party/dart/runtime/vm/regexp_interpreter.cc +FILE: ../../../third_party/dart/runtime/vm/regexp_interpreter.h +FILE: ../../../third_party/dart/runtime/vm/scope_timer.h +FILE: ../../../third_party/dart/runtime/vm/service_event.cc +FILE: ../../../third_party/dart/runtime/vm/service_event.h +FILE: ../../../third_party/dart/runtime/vm/service_isolate.cc +FILE: ../../../third_party/dart/runtime/vm/source_report.cc +FILE: ../../../third_party/dart/runtime/vm/source_report.h +FILE: ../../../third_party/dart/runtime/vm/source_report_test.cc +FILE: ../../../third_party/dart/runtime/vm/thread.cc +FILE: ../../../third_party/dart/runtime/vm/thread.h +FILE: ../../../third_party/dart/runtime/vm/thread_barrier.h +FILE: ../../../third_party/dart/runtime/vm/thread_barrier_test.cc +FILE: ../../../third_party/dart/runtime/vm/thread_registry.cc +FILE: ../../../third_party/dart/runtime/vm/thread_registry.h +FILE: ../../../third_party/dart/runtime/vm/timeline.cc +FILE: ../../../third_party/dart/runtime/vm/timeline.h +FILE: ../../../third_party/dart/runtime/vm/timeline_analysis.cc +FILE: ../../../third_party/dart/runtime/vm/timeline_analysis.h +FILE: ../../../third_party/dart/runtime/vm/timeline_test.cc +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/developer_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/preambles/d8.js +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/shared/async_await_error_codes.dart +FILE: ../../../third_party/dart/sdk/lib/convert/base64.dart +FILE: ../../../third_party/dart/sdk/lib/dart_client.platform +FILE: ../../../third_party/dart/sdk/lib/dart_server.platform +FILE: ../../../third_party/dart/sdk/lib/dart_shared.platform +FILE: ../../../third_party/dart/sdk/lib/developer/developer.dart +FILE: ../../../third_party/dart/sdk/lib/developer/extension.dart +FILE: ../../../third_party/dart/sdk/lib/developer/timeline.dart +FILE: ../../../third_party/dart/sdk/lib/io/io_resource_info.dart +FILE: ../../../third_party/dart/sdk/lib/io/security_context.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/asset.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/vmservice.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/common.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/html_import_annotation_recorder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/import_inliner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/messages.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/mirrors_remover.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/script_compactor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/test_compatibility.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/web_components.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/custom_element_proxy.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/html_import_annotation.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/init.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/src/custom_element.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/src/init.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/src/normalize_path.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/web_components.dart ---------------------------------------------------------------------------------------------------- -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +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. +==================================================================================================== -1. Definitions. +==================================================================================================== +LIBRARY: dart +LIBRARY: observatory_pub_packages +ORIGIN: ../../../third_party/dart/runtime/bin/vmservice/server.dart + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/WATCHLISTS +FILE: ../../../third_party/dart/runtime/bin/eventhandler_win.cc +FILE: ../../../third_party/dart/runtime/bin/file.cc +FILE: ../../../third_party/dart/runtime/bin/file.h +FILE: ../../../third_party/dart/runtime/bin/file_system_entity_patch.dart +FILE: ../../../third_party/dart/runtime/bin/file_system_watcher.cc +FILE: ../../../third_party/dart/runtime/bin/file_system_watcher.h +FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_android.cc +FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_linux.cc +FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_macos.cc +FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_win.cc +FILE: ../../../third_party/dart/runtime/bin/filter.cc +FILE: ../../../third_party/dart/runtime/bin/filter.h +FILE: ../../../third_party/dart/runtime/bin/filter_patch.dart +FILE: ../../../third_party/dart/runtime/bin/gen_snapshot.cc +FILE: ../../../third_party/dart/runtime/bin/io_natives.cc +FILE: ../../../third_party/dart/runtime/bin/io_service.cc +FILE: ../../../third_party/dart/runtime/bin/io_service.h +FILE: ../../../third_party/dart/runtime/bin/io_service_no_ssl.cc +FILE: ../../../third_party/dart/runtime/bin/io_service_no_ssl.h +FILE: ../../../third_party/dart/runtime/bin/io_service_patch.dart +FILE: ../../../third_party/dart/runtime/bin/process.cc +FILE: ../../../third_party/dart/runtime/bin/process_patch.dart +FILE: ../../../third_party/dart/runtime/bin/socket.cc +FILE: ../../../third_party/dart/runtime/bin/socket.h +FILE: ../../../third_party/dart/runtime/bin/socket_base_linux.cc +FILE: ../../../third_party/dart/runtime/bin/socket_base_macos.cc +FILE: ../../../third_party/dart/runtime/bin/socket_base_win.cc +FILE: ../../../third_party/dart/runtime/bin/socket_linux.cc +FILE: ../../../third_party/dart/runtime/bin/socket_macos.cc +FILE: ../../../third_party/dart/runtime/bin/socket_patch.dart +FILE: ../../../third_party/dart/runtime/bin/socket_win.cc +FILE: ../../../third_party/dart/runtime/bin/stdio.cc +FILE: ../../../third_party/dart/runtime/bin/stdio.h +FILE: ../../../third_party/dart/runtime/bin/stdio_android.cc +FILE: ../../../third_party/dart/runtime/bin/stdio_linux.cc +FILE: ../../../third_party/dart/runtime/bin/stdio_macos.cc +FILE: ../../../third_party/dart/runtime/bin/stdio_patch.dart +FILE: ../../../third_party/dart/runtime/bin/stdio_win.cc +FILE: ../../../third_party/dart/runtime/bin/vmservice/server.dart +FILE: ../../../third_party/dart/runtime/bin/vmservice/vmservice_io.dart +FILE: ../../../third_party/dart/runtime/bin/vmservice_impl.cc +FILE: ../../../third_party/dart/runtime/bin/vmservice_impl.h +FILE: ../../../third_party/dart/runtime/include/dart_mirrors_api.h +FILE: ../../../third_party/dart/runtime/include/dart_native_api.h +FILE: ../../../third_party/dart/runtime/lib/collection_patch.dart +FILE: ../../../third_party/dart/runtime/lib/core_patch.dart +FILE: ../../../third_party/dart/runtime/lib/deferred_load_patch.dart +FILE: ../../../third_party/dart/runtime/lib/function.dart +FILE: ../../../third_party/dart/runtime/lib/internal_patch.dart +FILE: ../../../third_party/dart/runtime/lib/invocation_mirror.h +FILE: ../../../third_party/dart/runtime/lib/libgen_in.cc +FILE: ../../../third_party/dart/runtime/lib/mirror_reference.dart +FILE: ../../../third_party/dart/runtime/lib/null_patch.dart +FILE: ../../../third_party/dart/runtime/lib/schedule_microtask_patch.dart +FILE: ../../../third_party/dart/runtime/lib/simd128.cc +FILE: ../../../third_party/dart/runtime/lib/stacktrace.cc +FILE: ../../../third_party/dart/runtime/lib/stacktrace.dart +FILE: ../../../third_party/dart/runtime/lib/symbol_patch.dart +FILE: ../../../third_party/dart/runtime/lib/timer_impl.dart +FILE: ../../../third_party/dart/runtime/lib/typed_data.cc +FILE: ../../../third_party/dart/runtime/lib/typed_data_patch.dart +FILE: ../../../third_party/dart/runtime/lib/uri.cc +FILE: ../../../third_party/dart/runtime/lib/uri_patch.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/application.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/location_manager.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_instances.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/code_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/code_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/context_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/context_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/cpu_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/cpu_profile/virtual_tree.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/cpu_profile_table.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/curly_block.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/error_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/eval_box.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/field_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/field_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/flag_list.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/function_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/function_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/heap_snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/any_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/icdata_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/icdata_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/instance_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/instance_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/json_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/library_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/library_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/local_var_descriptors_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/native_memory_profiler.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/object_common.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/object_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/objectpool_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/objectstore_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/observatory_application.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/pc_descriptors_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sample_buffer_control.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/script_inset.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/script_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/script_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sentinel_value.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sentinel_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/source_inset.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/stack_trace_tree_config.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/token_stream_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/type_arguments_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/unknown_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/tracer.dart +FILE: ../../../third_party/dart/runtime/platform/signal_blocker.h +FILE: ../../../third_party/dart/runtime/vm/allocation.h +FILE: ../../../third_party/dart/runtime/vm/atomic.h +FILE: ../../../third_party/dart/runtime/vm/atomic_android.h +FILE: ../../../third_party/dart/runtime/vm/atomic_linux.h +FILE: ../../../third_party/dart/runtime/vm/atomic_macos.h +FILE: ../../../third_party/dart/runtime/vm/atomic_win.h +FILE: ../../../third_party/dart/runtime/vm/class_finalizer.cc +FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm.cc +FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/aot/aot_call_specializer.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm64_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_ia32.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_x64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_x64.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_arm.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/block_scheduler.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/block_scheduler.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/constant_propagator.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_arm.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_x64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_arm.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_x64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/inliner.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/linearscan.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/linearscan.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator.h +FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier_arm.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier_x64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/jit/jit_call_specializer.cc +FILE: ../../../third_party/dart/runtime/vm/constants_arm.h +FILE: ../../../third_party/dart/runtime/vm/constants_ia32.h +FILE: ../../../third_party/dart/runtime/vm/constants_x64.h +FILE: ../../../third_party/dart/runtime/vm/dart.cc +FILE: ../../../third_party/dart/runtime/vm/dart_api_impl.cc +FILE: ../../../third_party/dart/runtime/vm/deferred_objects.cc +FILE: ../../../third_party/dart/runtime/vm/deferred_objects.h +FILE: ../../../third_party/dart/runtime/vm/deopt_instructions.cc +FILE: ../../../third_party/dart/runtime/vm/deopt_instructions.h +FILE: ../../../third_party/dart/runtime/vm/guard_field_test.cc +FILE: ../../../third_party/dart/runtime/vm/instructions.h +FILE: ../../../third_party/dart/runtime/vm/instructions_arm.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_arm.h +FILE: ../../../third_party/dart/runtime/vm/instructions_arm_test.cc +FILE: ../../../third_party/dart/runtime/vm/isolate.cc +FILE: ../../../third_party/dart/runtime/vm/isolate.h +FILE: ../../../third_party/dart/runtime/vm/json_stream.cc +FILE: ../../../third_party/dart/runtime/vm/json_stream.h +FILE: ../../../third_party/dart/runtime/vm/mirrors_api_impl.cc +FILE: ../../../third_party/dart/runtime/vm/native_api_impl.cc +FILE: ../../../third_party/dart/runtime/vm/native_symbol.h +FILE: ../../../third_party/dart/runtime/vm/native_symbol_android.cc +FILE: ../../../third_party/dart/runtime/vm/native_symbol_linux.cc +FILE: ../../../third_party/dart/runtime/vm/native_symbol_macos.cc +FILE: ../../../third_party/dart/runtime/vm/native_symbol_win.cc +FILE: ../../../third_party/dart/runtime/vm/object_id_ring.cc +FILE: ../../../third_party/dart/runtime/vm/object_id_ring.h +FILE: ../../../third_party/dart/runtime/vm/object_id_ring_test.cc +FILE: ../../../third_party/dart/runtime/vm/object_store.cc +FILE: ../../../third_party/dart/runtime/vm/os_test.cc +FILE: ../../../third_party/dart/runtime/vm/profiler.cc +FILE: ../../../third_party/dart/runtime/vm/profiler.h +FILE: ../../../third_party/dart/runtime/vm/profiler_test.cc +FILE: ../../../third_party/dart/runtime/vm/random.cc +FILE: ../../../third_party/dart/runtime/vm/random.h +FILE: ../../../third_party/dart/runtime/vm/reusable_handles.h +FILE: ../../../third_party/dart/runtime/vm/service.cc +FILE: ../../../third_party/dart/runtime/vm/service.h +FILE: ../../../third_party/dart/runtime/vm/service_isolate.h +FILE: ../../../third_party/dart/runtime/vm/service_test.cc +FILE: ../../../third_party/dart/runtime/vm/signal_handler.h +FILE: ../../../third_party/dart/runtime/vm/signal_handler_android.cc +FILE: ../../../third_party/dart/runtime/vm/signal_handler_linux.cc +FILE: ../../../third_party/dart/runtime/vm/signal_handler_macos.cc +FILE: ../../../third_party/dart/runtime/vm/signal_handler_win.cc +FILE: ../../../third_party/dart/runtime/vm/simulator.h +FILE: ../../../third_party/dart/runtime/vm/simulator_arm.cc +FILE: ../../../third_party/dart/runtime/vm/simulator_arm.h +FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm.h +FILE: ../../../third_party/dart/runtime/vm/stack_frame_ia32.h +FILE: ../../../third_party/dart/runtime/vm/stack_frame_x64.h +FILE: ../../../third_party/dart/runtime/vm/stub_code_arm.cc +FILE: ../../../third_party/dart/runtime/vm/stub_code_arm_test.cc +FILE: ../../../third_party/dart/runtime/vm/stub_code_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/stub_code_x64.cc +FILE: ../../../third_party/dart/runtime/vm/tags.h +FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.cc +FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.h +FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_android.cc +FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_linux.cc +FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_macos.cc +FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_win.cc +FILE: ../../../third_party/dart/runtime/vm/weak_table.cc +FILE: ../../../third_party/dart/runtime/vm/weak_table.h +FILE: ../../../third_party/dart/sdk/lib/_chrome/dart2js/chrome_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/_chrome/dart2js/chrome_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/_http/http.dart +FILE: ../../../third_party/dart/sdk/lib/_http/http_headers.dart +FILE: ../../../third_party/dart/sdk/lib/_http/http_impl.dart +FILE: ../../../third_party/dart/sdk/lib/_http/http_parser.dart +FILE: ../../../third_party/dart/sdk/lib/_http/http_session.dart +FILE: ../../../third_party/dart/sdk/lib/_http/websocket.dart +FILE: ../../../third_party/dart/sdk/lib/_http/websocket_impl.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/annotations.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/collection_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/convert_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/internal_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/io_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_helper.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_names.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_primitives.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_rti.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/native_typed_data.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart +FILE: ../../../third_party/dart/sdk/lib/async/deferred_load.dart +FILE: ../../../third_party/dart/sdk/lib/async/schedule_microtask.dart +FILE: ../../../third_party/dart/sdk/lib/async/stream.dart +FILE: ../../../third_party/dart/sdk/lib/async/stream_transformers.dart +FILE: ../../../third_party/dart/sdk/lib/async/zone.dart +FILE: ../../../third_party/dart/sdk/lib/collection/collections.dart +FILE: ../../../third_party/dart/sdk/lib/collection/hash_map.dart +FILE: ../../../third_party/dart/sdk/lib/collection/hash_set.dart +FILE: ../../../third_party/dart/sdk/lib/collection/linked_hash_map.dart +FILE: ../../../third_party/dart/sdk/lib/collection/linked_hash_set.dart +FILE: ../../../third_party/dart/sdk/lib/collection/linked_list.dart +FILE: ../../../third_party/dart/sdk/lib/collection/list.dart +FILE: ../../../third_party/dart/sdk/lib/convert/ascii.dart +FILE: ../../../third_party/dart/sdk/lib/convert/byte_conversion.dart +FILE: ../../../third_party/dart/sdk/lib/convert/chunked_conversion.dart +FILE: ../../../third_party/dart/sdk/lib/convert/codec.dart +FILE: ../../../third_party/dart/sdk/lib/convert/convert.dart +FILE: ../../../third_party/dart/sdk/lib/convert/converter.dart +FILE: ../../../third_party/dart/sdk/lib/convert/encoding.dart +FILE: ../../../third_party/dart/sdk/lib/convert/html_escape.dart +FILE: ../../../third_party/dart/sdk/lib/convert/json.dart +FILE: ../../../third_party/dart/sdk/lib/convert/latin1.dart +FILE: ../../../third_party/dart/sdk/lib/convert/line_splitter.dart +FILE: ../../../third_party/dart/sdk/lib/convert/string_conversion.dart +FILE: ../../../third_party/dart/sdk/lib/convert/utf.dart +FILE: ../../../third_party/dart/sdk/lib/core/annotations.dart +FILE: ../../../third_party/dart/sdk/lib/core/null.dart +FILE: ../../../third_party/dart/sdk/lib/core/stacktrace.dart +FILE: ../../../third_party/dart/sdk/lib/core/string_sink.dart +FILE: ../../../third_party/dart/sdk/lib/core/symbol.dart +FILE: ../../../third_party/dart/sdk/lib/html/dart2js/html_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/internal/list.dart +FILE: ../../../third_party/dart/sdk/lib/internal/print.dart +FILE: ../../../third_party/dart/sdk/lib/internal/symbol.dart +FILE: ../../../third_party/dart/sdk/lib/io/bytes_builder.dart +FILE: ../../../third_party/dart/sdk/lib/io/data_transformer.dart +FILE: ../../../third_party/dart/sdk/lib/io/file.dart +FILE: ../../../third_party/dart/sdk/lib/io/file_impl.dart +FILE: ../../../third_party/dart/sdk/lib/io/file_system_entity.dart +FILE: ../../../third_party/dart/sdk/lib/io/io_service.dart +FILE: ../../../third_party/dart/sdk/lib/io/io_sink.dart +FILE: ../../../third_party/dart/sdk/lib/io/link.dart +FILE: ../../../third_party/dart/sdk/lib/io/secure_socket.dart +FILE: ../../../third_party/dart/sdk/lib/io/socket.dart +FILE: ../../../third_party/dart/sdk/lib/io/stdio.dart +FILE: ../../../third_party/dart/sdk/lib/io/string_transformer.dart +FILE: ../../../third_party/dart/sdk/lib/js/dart2js/js_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/math/jenkins_smi_hash.dart +FILE: ../../../third_party/dart/sdk/lib/math/point.dart +FILE: ../../../third_party/dart/sdk/lib/math/rectangle.dart +FILE: ../../../third_party/dart/sdk/lib/mirrors/mirrors.dart +FILE: ../../../third_party/dart/sdk/lib/typed_data/typed_data.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/client.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/constants.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/message.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/message_router.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/running_isolate.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/running_isolates.dart +FILE: ../../../third_party/dart/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/build/import_crawler.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/polyfill.dart +FILE: ../../../third_party/dart/utils/compiler/create_snapshot.dart +FILE: ../../../third_party/dart/utils/compiler/create_snapshot_entry.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +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. +==================================================================================================== - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +==================================================================================================== +LIBRARY: dart +LIBRARY: observatory_pub_packages +ORIGIN: ../../../third_party/dart/runtime/lib/bigint.dart + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/lib/bigint.dart +FILE: ../../../third_party/dart/runtime/lib/class_id.cc +FILE: ../../../third_party/dart/runtime/lib/class_id.dart +FILE: ../../../third_party/dart/runtime/lib/convert_patch.dart +FILE: ../../../third_party/dart/runtime/lib/lib_prefix.dart +FILE: ../../../third_party/dart/runtime/lib/linked_hash_map.cc +FILE: ../../../third_party/dart/runtime/lib/profiler.cc +FILE: ../../../third_party/dart/runtime/lib/profiler.dart +FILE: ../../../third_party/dart/runtime/observatory/bin/shell.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/app.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/object_graph.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/service.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/service_common.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/service_html.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/service_io.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/page.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/settings.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/view_model.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/allocation_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_tree.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/debugger.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/heap_map.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate_reconnect.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/metrics.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_connect.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/service/object.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/utils.dart +FILE: ../../../third_party/dart/runtime/observatory/web/main.dart +FILE: ../../../third_party/dart/runtime/platform/address_sanitizer.h +FILE: ../../../third_party/dart/runtime/platform/math.h +FILE: ../../../third_party/dart/runtime/platform/memory_sanitizer.h +FILE: ../../../third_party/dart/runtime/tools/verbose_gc_to_bmu.dart +FILE: ../../../third_party/dart/runtime/vm/ast_transformer.cc +FILE: ../../../third_party/dart/runtime/vm/ast_transformer.h +FILE: ../../../third_party/dart/runtime/vm/bigint_test.cc +FILE: ../../../third_party/dart/runtime/vm/bit_set_test.cc +FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm64_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm64.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/range_analysis.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/range_analysis.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/range_analysis_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/method_recognizer.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/method_recognizer.h +FILE: ../../../third_party/dart/runtime/vm/constants_arm64.h +FILE: ../../../third_party/dart/runtime/vm/cpu_arm.h +FILE: ../../../third_party/dart/runtime/vm/cpu_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/cpu_arm64.h +FILE: ../../../third_party/dart/runtime/vm/cpu_ia32.h +FILE: ../../../third_party/dart/runtime/vm/cpu_x64.h +FILE: ../../../third_party/dart/runtime/vm/cpuid.cc +FILE: ../../../third_party/dart/runtime/vm/cpuid.h +FILE: ../../../third_party/dart/runtime/vm/cpuinfo.h +FILE: ../../../third_party/dart/runtime/vm/cpuinfo_android.cc +FILE: ../../../third_party/dart/runtime/vm/cpuinfo_test.cc +FILE: ../../../third_party/dart/runtime/vm/cpuinfo_win.cc +FILE: ../../../third_party/dart/runtime/vm/debugger_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/hash_table.h +FILE: ../../../third_party/dart/runtime/vm/hash_table_test.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_arm64.h +FILE: ../../../third_party/dart/runtime/vm/instructions_arm64_test.cc +FILE: ../../../third_party/dart/runtime/vm/metrics.cc +FILE: ../../../third_party/dart/runtime/vm/metrics.h +FILE: ../../../third_party/dart/runtime/vm/metrics_test.cc +FILE: ../../../third_party/dart/runtime/vm/object_arm64_test.cc +FILE: ../../../third_party/dart/runtime/vm/object_graph.cc +FILE: ../../../third_party/dart/runtime/vm/object_graph.h +FILE: ../../../third_party/dart/runtime/vm/object_graph_test.cc +FILE: ../../../third_party/dart/runtime/vm/regexp.cc +FILE: ../../../third_party/dart/runtime/vm/regexp.h +FILE: ../../../third_party/dart/runtime/vm/regexp_assembler.cc +FILE: ../../../third_party/dart/runtime/vm/regexp_assembler.h +FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_ir.cc +FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_ir.h +FILE: ../../../third_party/dart/runtime/vm/regexp_ast.cc +FILE: ../../../third_party/dart/runtime/vm/regexp_ast.h +FILE: ../../../third_party/dart/runtime/vm/regexp_parser.cc +FILE: ../../../third_party/dart/runtime/vm/regexp_parser.h +FILE: ../../../third_party/dart/runtime/vm/regexp_test.cc +FILE: ../../../third_party/dart/runtime/vm/report.cc +FILE: ../../../third_party/dart/runtime/vm/report.h +FILE: ../../../third_party/dart/runtime/vm/ring_buffer.h +FILE: ../../../third_party/dart/runtime/vm/ring_buffer_test.cc +FILE: ../../../third_party/dart/runtime/vm/runtime_entry_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/scavenger_test.cc +FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.h +FILE: ../../../third_party/dart/runtime/vm/spaces.h +FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm64.h +FILE: ../../../third_party/dart/runtime/vm/stub_code_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/stub_code_arm64_test.cc +FILE: ../../../third_party/dart/runtime/vm/tags.cc +FILE: ../../../third_party/dart/runtime/vm/unibrow-inl.h +FILE: ../../../third_party/dart/runtime/vm/unibrow.cc +FILE: ../../../third_party/dart/runtime/vm/unibrow.h +FILE: ../../../third_party/dart/runtime/vm/verified_memory_test.cc +FILE: ../../../third_party/dart/runtime/vm/weak_code.cc +FILE: ../../../third_party/dart/runtime/vm/weak_code.h +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/isolate_serialization.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/linked_hash_map.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart +FILE: ../../../third_party/dart/sdk/lib/collection/set.dart +FILE: ../../../third_party/dart/sdk/lib/core/sink.dart +FILE: ../../../third_party/dart/sdk/lib/developer/profiler.dart +FILE: ../../../third_party/dart/sdk/lib/io/process.dart +FILE: ../../../third_party/dart/sdk/lib/io/service_object.dart +FILE: ../../../third_party/dart/sdk/lib/isolate/capability.dart +FILE: ../../../third_party/dart/sdk/lib/profiler/profiler.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/css_class_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/dart_support.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/interop.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/interop_support.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/src/mirror_initializer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/src/static_initializer.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. - "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. +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. +==================================================================================================== - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +==================================================================================================== +LIBRARY: dart +ORIGIN: ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/.mailmap +FILE: ../../../third_party/dart/client/idea/.idea/.name +FILE: ../../../third_party/dart/client/idea/.idea/inspectionProfiles/Project_Default.xml +FILE: ../../../third_party/dart/client/idea/.idea/vcs.xml +FILE: ../../../third_party/dart/runtime/CPPLINT.cfg +FILE: ../../../third_party/dart/runtime/observatory/.analysis_options +FILE: ../../../third_party/dart/runtime/observatory/.packages +FILE: ../../../third_party/dart/runtime/observatory/lib/elements.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/chromium_icon.png +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/dart_icon.png +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/isolate_icon.png +FILE: ../../../third_party/dart/runtime/observatory/maintainers/pubspec.template +FILE: ../../../third_party/dart/runtime/observatory/pubspec.lock +FILE: ../../../third_party/dart/runtime/observatory/web/favicon.ico +FILE: ../../../third_party/dart/runtime/observatory/web/index.html +FILE: ../../../third_party/dart/runtime/observatory/web/third_party/trace_viewer_full.html +FILE: ../../../third_party/dart/runtime/observatory/web/timeline.html +FILE: ../../../third_party/dart/runtime/vm/snapshot_test_in.dat +FILE: ../../../third_party/dart/samples/build_dart/test.foo +FILE: ../../../third_party/dart/samples/build_dart_simple/test.foo +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/.packages +FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common.dart +FILE: ../../../third_party/dart/sdk/lib/libraries.json +FILE: ../../../third_party/dart/sdk/lib/vmservice_libraries.json +FILE: ../../../third_party/dart/third_party/7zip.tar.gz.sha1 +FILE: ../../../third_party/dart/third_party/clang.tar.gz.sha1 +FILE: ../../../third_party/dart/third_party/gsutil.tar.gz.sha1 +---------------------------------------------------------------------------------------------------- +Copyright 2012, the Dart 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. +==================================================================================================== - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +==================================================================================================== +LIBRARY: dart +ORIGIN: ../../../third_party/dart/client/dart.js + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/DEPS +FILE: ../../../third_party/dart/client/dart.js +FILE: ../../../third_party/dart/runtime/bin/builtin.cc +FILE: ../../../third_party/dart/runtime/bin/builtin.dart +FILE: ../../../third_party/dart/runtime/bin/builtin.h +FILE: ../../../third_party/dart/runtime/bin/builtin_gen_snapshot.cc +FILE: ../../../third_party/dart/runtime/bin/builtin_in.cc +FILE: ../../../third_party/dart/runtime/bin/builtin_natives.cc +FILE: ../../../third_party/dart/runtime/bin/builtin_nolib.cc +FILE: ../../../third_party/dart/runtime/bin/common_patch.dart +FILE: ../../../third_party/dart/runtime/bin/crypto.cc +FILE: ../../../third_party/dart/runtime/bin/crypto.h +FILE: ../../../third_party/dart/runtime/bin/crypto_android.cc +FILE: ../../../third_party/dart/runtime/bin/crypto_linux.cc +FILE: ../../../third_party/dart/runtime/bin/crypto_macos.cc +FILE: ../../../third_party/dart/runtime/bin/crypto_win.cc +FILE: ../../../third_party/dart/runtime/bin/dartutils.cc +FILE: ../../../third_party/dart/runtime/bin/dartutils.h +FILE: ../../../third_party/dart/runtime/bin/directory.cc +FILE: ../../../third_party/dart/runtime/bin/directory.h +FILE: ../../../third_party/dart/runtime/bin/directory_android.cc +FILE: ../../../third_party/dart/runtime/bin/directory_linux.cc +FILE: ../../../third_party/dart/runtime/bin/directory_macos.cc +FILE: ../../../third_party/dart/runtime/bin/directory_patch.dart +FILE: ../../../third_party/dart/runtime/bin/directory_win.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler.h +FILE: ../../../third_party/dart/runtime/bin/eventhandler_android.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler_android.h +FILE: ../../../third_party/dart/runtime/bin/eventhandler_linux.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler_linux.h +FILE: ../../../third_party/dart/runtime/bin/eventhandler_macos.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler_macos.h +FILE: ../../../third_party/dart/runtime/bin/eventhandler_patch.dart +FILE: ../../../third_party/dart/runtime/bin/eventhandler_test.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler_win.h +FILE: ../../../third_party/dart/runtime/bin/extensions.cc +FILE: ../../../third_party/dart/runtime/bin/extensions.h +FILE: ../../../third_party/dart/runtime/bin/extensions_android.cc +FILE: ../../../third_party/dart/runtime/bin/extensions_linux.cc +FILE: ../../../third_party/dart/runtime/bin/extensions_macos.cc +FILE: ../../../third_party/dart/runtime/bin/extensions_win.cc +FILE: ../../../third_party/dart/runtime/bin/fdutils.h +FILE: ../../../third_party/dart/runtime/bin/fdutils_android.cc +FILE: ../../../third_party/dart/runtime/bin/fdutils_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/fdutils_linux.cc +FILE: ../../../third_party/dart/runtime/bin/fdutils_macos.cc +FILE: ../../../third_party/dart/runtime/bin/file_android.cc +FILE: ../../../third_party/dart/runtime/bin/file_linux.cc +FILE: ../../../third_party/dart/runtime/bin/file_macos.cc +FILE: ../../../third_party/dart/runtime/bin/file_patch.dart +FILE: ../../../third_party/dart/runtime/bin/file_test.cc +FILE: ../../../third_party/dart/runtime/bin/file_win.cc +FILE: ../../../third_party/dart/runtime/bin/hashmap_test.cc +FILE: ../../../third_party/dart/runtime/bin/io_buffer.cc +FILE: ../../../third_party/dart/runtime/bin/io_buffer.h +FILE: ../../../third_party/dart/runtime/bin/io_natives.h +FILE: ../../../third_party/dart/runtime/bin/isolate_data.h +FILE: ../../../third_party/dart/runtime/bin/lockers.h +FILE: ../../../third_party/dart/runtime/bin/log.h +FILE: ../../../third_party/dart/runtime/bin/log_android.cc +FILE: ../../../third_party/dart/runtime/bin/log_linux.cc +FILE: ../../../third_party/dart/runtime/bin/log_macos.cc +FILE: ../../../third_party/dart/runtime/bin/log_win.cc +FILE: ../../../third_party/dart/runtime/bin/main.cc +FILE: ../../../third_party/dart/runtime/bin/platform.cc +FILE: ../../../third_party/dart/runtime/bin/platform.h +FILE: ../../../third_party/dart/runtime/bin/platform_android.cc +FILE: ../../../third_party/dart/runtime/bin/platform_linux.cc +FILE: ../../../third_party/dart/runtime/bin/platform_macos.cc +FILE: ../../../third_party/dart/runtime/bin/platform_patch.dart +FILE: ../../../third_party/dart/runtime/bin/platform_win.cc +FILE: ../../../third_party/dart/runtime/bin/process.h +FILE: ../../../third_party/dart/runtime/bin/process_android.cc +FILE: ../../../third_party/dart/runtime/bin/process_linux.cc +FILE: ../../../third_party/dart/runtime/bin/process_macos.cc +FILE: ../../../third_party/dart/runtime/bin/process_win.cc +FILE: ../../../third_party/dart/runtime/bin/run_vm_tests.cc +FILE: ../../../third_party/dart/runtime/bin/secure_socket_patch.dart +FILE: ../../../third_party/dart/runtime/bin/secure_socket_unsupported.cc +FILE: ../../../third_party/dart/runtime/bin/socket_android.cc +FILE: ../../../third_party/dart/runtime/bin/socket_base_android.cc +FILE: ../../../third_party/dart/runtime/bin/socket_base_android.h +FILE: ../../../third_party/dart/runtime/bin/socket_base_linux.h +FILE: ../../../third_party/dart/runtime/bin/socket_base_macos.h +FILE: ../../../third_party/dart/runtime/bin/socket_base_win.h +FILE: ../../../third_party/dart/runtime/bin/test_extension.c +FILE: ../../../third_party/dart/runtime/bin/test_extension_dllmain_win.cc +FILE: ../../../third_party/dart/runtime/bin/thread.h +FILE: ../../../third_party/dart/runtime/bin/thread_android.cc +FILE: ../../../third_party/dart/runtime/bin/thread_android.h +FILE: ../../../third_party/dart/runtime/bin/thread_linux.cc +FILE: ../../../third_party/dart/runtime/bin/thread_linux.h +FILE: ../../../third_party/dart/runtime/bin/thread_macos.cc +FILE: ../../../third_party/dart/runtime/bin/thread_macos.h +FILE: ../../../third_party/dart/runtime/bin/thread_win.cc +FILE: ../../../third_party/dart/runtime/bin/thread_win.h +FILE: ../../../third_party/dart/runtime/bin/utils.h +FILE: ../../../third_party/dart/runtime/bin/utils_android.cc +FILE: ../../../third_party/dart/runtime/bin/utils_linux.cc +FILE: ../../../third_party/dart/runtime/bin/utils_macos.cc +FILE: ../../../third_party/dart/runtime/bin/utils_win.cc +FILE: ../../../third_party/dart/runtime/bin/utils_win.h +FILE: ../../../third_party/dart/runtime/include/dart_api.h +FILE: ../../../third_party/dart/runtime/lib/array.cc +FILE: ../../../third_party/dart/runtime/lib/array.dart +FILE: ../../../third_party/dart/runtime/lib/array_patch.dart +FILE: ../../../third_party/dart/runtime/lib/bool.cc +FILE: ../../../third_party/dart/runtime/lib/bool_patch.dart +FILE: ../../../third_party/dart/runtime/lib/date.cc +FILE: ../../../third_party/dart/runtime/lib/date_patch.dart +FILE: ../../../third_party/dart/runtime/lib/double.dart +FILE: ../../../third_party/dart/runtime/lib/double_patch.dart +FILE: ../../../third_party/dart/runtime/lib/empty_source.dart +FILE: ../../../third_party/dart/runtime/lib/errors.cc +FILE: ../../../third_party/dart/runtime/lib/errors_patch.dart +FILE: ../../../third_party/dart/runtime/lib/expando_patch.dart +FILE: ../../../third_party/dart/runtime/lib/function.cc +FILE: ../../../third_party/dart/runtime/lib/function_patch.dart +FILE: ../../../third_party/dart/runtime/lib/growable_array.cc +FILE: ../../../third_party/dart/runtime/lib/growable_array.dart +FILE: ../../../third_party/dart/runtime/lib/identical.cc +FILE: ../../../third_party/dart/runtime/lib/identical_patch.dart +FILE: ../../../third_party/dart/runtime/lib/immutable_map.dart +FILE: ../../../third_party/dart/runtime/lib/integers.cc +FILE: ../../../third_party/dart/runtime/lib/integers.dart +FILE: ../../../third_party/dart/runtime/lib/integers_patch.dart +FILE: ../../../third_party/dart/runtime/lib/invocation_mirror_patch.dart +FILE: ../../../third_party/dart/runtime/lib/isolate.cc +FILE: ../../../third_party/dart/runtime/lib/isolate_patch.dart +FILE: ../../../third_party/dart/runtime/lib/map_patch.dart +FILE: ../../../third_party/dart/runtime/lib/math_patch.dart +FILE: ../../../third_party/dart/runtime/lib/mirrors.cc +FILE: ../../../third_party/dart/runtime/lib/mirrors_impl.dart +FILE: ../../../third_party/dart/runtime/lib/mirrors_patch.dart +FILE: ../../../third_party/dart/runtime/lib/object_patch.dart +FILE: ../../../third_party/dart/runtime/lib/print_patch.dart +FILE: ../../../third_party/dart/runtime/lib/regexp.cc +FILE: ../../../third_party/dart/runtime/lib/regexp_patch.dart +FILE: ../../../third_party/dart/runtime/lib/stopwatch.cc +FILE: ../../../third_party/dart/runtime/lib/stopwatch_patch.dart +FILE: ../../../third_party/dart/runtime/lib/string_buffer_patch.dart +FILE: ../../../third_party/dart/runtime/lib/string_patch.dart +FILE: ../../../third_party/dart/runtime/lib/timer_patch.dart +FILE: ../../../third_party/dart/runtime/lib/type_patch.dart +FILE: ../../../third_party/dart/runtime/lib/weak_property.cc +FILE: ../../../third_party/dart/runtime/lib/weak_property.dart +FILE: ../../../third_party/dart/runtime/platform/assert.cc +FILE: ../../../third_party/dart/runtime/platform/assert.h +FILE: ../../../third_party/dart/runtime/platform/floating_point.h +FILE: ../../../third_party/dart/runtime/platform/floating_point_win.cc +FILE: ../../../third_party/dart/runtime/platform/floating_point_win.h +FILE: ../../../third_party/dart/runtime/platform/globals.h +FILE: ../../../third_party/dart/runtime/platform/hashmap.cc +FILE: ../../../third_party/dart/runtime/platform/hashmap.h +FILE: ../../../third_party/dart/runtime/platform/text_buffer.cc +FILE: ../../../third_party/dart/runtime/platform/text_buffer.h +FILE: ../../../third_party/dart/runtime/platform/utils.cc +FILE: ../../../third_party/dart/runtime/platform/utils.h +FILE: ../../../third_party/dart/runtime/platform/utils_android.h +FILE: ../../../third_party/dart/runtime/platform/utils_linux.h +FILE: ../../../third_party/dart/runtime/platform/utils_macos.h +FILE: ../../../third_party/dart/runtime/platform/utils_win.h +FILE: ../../../third_party/dart/runtime/vm/allocation.cc +FILE: ../../../third_party/dart/runtime/vm/allocation_test.cc +FILE: ../../../third_party/dart/runtime/vm/assert_test.cc +FILE: ../../../third_party/dart/runtime/vm/ast.h +FILE: ../../../third_party/dart/runtime/vm/ast_printer_test.cc +FILE: ../../../third_party/dart/runtime/vm/ast_test.cc +FILE: ../../../third_party/dart/runtime/vm/base_isolate.h +FILE: ../../../third_party/dart/runtime/vm/benchmark_test.cc +FILE: ../../../third_party/dart/runtime/vm/benchmark_test.h +FILE: ../../../third_party/dart/runtime/vm/bit_set.h +FILE: ../../../third_party/dart/runtime/vm/bit_vector.cc +FILE: ../../../third_party/dart/runtime/vm/bit_vector.h +FILE: ../../../third_party/dart/runtime/vm/bit_vector_test.cc +FILE: ../../../third_party/dart/runtime/vm/bitfield_test.cc +FILE: ../../../third_party/dart/runtime/vm/bitmap.cc +FILE: ../../../third_party/dart/runtime/vm/bitmap.h +FILE: ../../../third_party/dart/runtime/vm/bitmap_test.cc +FILE: ../../../third_party/dart/runtime/vm/boolfield.h +FILE: ../../../third_party/dart/runtime/vm/boolfield_test.cc +FILE: ../../../third_party/dart/runtime/vm/bootstrap.cc +FILE: ../../../third_party/dart/runtime/vm/bootstrap.h +FILE: ../../../third_party/dart/runtime/vm/bootstrap_natives.cc +FILE: ../../../third_party/dart/runtime/vm/bootstrap_natives.h +FILE: ../../../third_party/dart/runtime/vm/bootstrap_nocore.cc +FILE: ../../../third_party/dart/runtime/vm/class_finalizer.h +FILE: ../../../third_party/dart/runtime/vm/class_finalizer_test.cc +FILE: ../../../third_party/dart/runtime/vm/class_table.cc +FILE: ../../../third_party/dart/runtime/vm/class_table.h +FILE: ../../../third_party/dart/runtime/vm/code_descriptors.cc +FILE: ../../../third_party/dart/runtime/vm/code_descriptors.h +FILE: ../../../third_party/dart/runtime/vm/code_descriptors_test.cc +FILE: ../../../third_party/dart/runtime/vm/code_observers.cc +FILE: ../../../third_party/dart/runtime/vm/code_observers.h +FILE: ../../../third_party/dart/runtime/vm/code_patcher.cc +FILE: ../../../third_party/dart/runtime/vm/code_patcher.h +FILE: ../../../third_party/dart/runtime/vm/code_patcher_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/code_patcher_x64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/aot/aot_call_specializer.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_ia32_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_x64_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_x64.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/constant_propagator.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_printer.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_printer.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/inliner.h +FILE: ../../../third_party/dart/runtime/vm/compiler/cha.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/cha.h +FILE: ../../../third_party/dart/runtime/vm/compiler/cha_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/code_generator_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/flow_graph_builder.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/flow_graph_builder.h +FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier.h +FILE: ../../../third_party/dart/runtime/vm/compiler/jit/compiler.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/jit/compiler.h +FILE: ../../../third_party/dart/runtime/vm/compiler_test.cc +FILE: ../../../third_party/dart/runtime/vm/cpu.h +FILE: ../../../third_party/dart/runtime/vm/cpu_arm.cc +FILE: ../../../third_party/dart/runtime/vm/cpu_test.cc +FILE: ../../../third_party/dart/runtime/vm/cpu_x64.cc +FILE: ../../../third_party/dart/runtime/vm/cpuinfo_linux.cc +FILE: ../../../third_party/dart/runtime/vm/cpuinfo_macos.cc +FILE: ../../../third_party/dart/runtime/vm/dart_api_impl_test.cc +FILE: ../../../third_party/dart/runtime/vm/dart_api_message.cc +FILE: ../../../third_party/dart/runtime/vm/dart_api_message.h +FILE: ../../../third_party/dart/runtime/vm/dart_api_state.h +FILE: ../../../third_party/dart/runtime/vm/dart_entry_test.cc +FILE: ../../../third_party/dart/runtime/vm/datastream.h +FILE: ../../../third_party/dart/runtime/vm/debugger.cc +FILE: ../../../third_party/dart/runtime/vm/debugger.h +FILE: ../../../third_party/dart/runtime/vm/debugger_api_impl_test.cc +FILE: ../../../third_party/dart/runtime/vm/double_internals.h +FILE: ../../../third_party/dart/runtime/vm/exceptions_test.cc +FILE: ../../../third_party/dart/runtime/vm/find_code_object_test.cc +FILE: ../../../third_party/dart/runtime/vm/flag_list.h +FILE: ../../../third_party/dart/runtime/vm/flags.cc +FILE: ../../../third_party/dart/runtime/vm/flags.h +FILE: ../../../third_party/dart/runtime/vm/flags_test.cc +FILE: ../../../third_party/dart/runtime/vm/freelist.h +FILE: ../../../third_party/dart/runtime/vm/freelist_test.cc +FILE: ../../../third_party/dart/runtime/vm/globals.h +FILE: ../../../third_party/dart/runtime/vm/growable_array.h +FILE: ../../../third_party/dart/runtime/vm/growable_array_test.cc +FILE: ../../../third_party/dart/runtime/vm/handles.cc +FILE: ../../../third_party/dart/runtime/vm/handles_impl.h +FILE: ../../../third_party/dart/runtime/vm/handles_test.cc +FILE: ../../../third_party/dart/runtime/vm/hash_map.h +FILE: ../../../third_party/dart/runtime/vm/hash_map_test.cc +FILE: ../../../third_party/dart/runtime/vm/heap.cc +FILE: ../../../third_party/dart/runtime/vm/heap.h +FILE: ../../../third_party/dart/runtime/vm/heap_test.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_ia32.h +FILE: ../../../third_party/dart/runtime/vm/instructions_ia32_test.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_x64.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_x64.h +FILE: ../../../third_party/dart/runtime/vm/instructions_x64_test.cc +FILE: ../../../third_party/dart/runtime/vm/isolate_test.cc +FILE: ../../../third_party/dart/runtime/vm/json_test.cc +FILE: ../../../third_party/dart/runtime/vm/libdart_dependency_helper.cc +FILE: ../../../third_party/dart/runtime/vm/lockers.h +FILE: ../../../third_party/dart/runtime/vm/megamorphic_cache_table.cc +FILE: ../../../third_party/dart/runtime/vm/megamorphic_cache_table.h +FILE: ../../../third_party/dart/runtime/vm/memory_region.h +FILE: ../../../third_party/dart/runtime/vm/memory_region_test.cc +FILE: ../../../third_party/dart/runtime/vm/message_handler_test.cc +FILE: ../../../third_party/dart/runtime/vm/message_test.cc +FILE: ../../../third_party/dart/runtime/vm/native_arguments.h +FILE: ../../../third_party/dart/runtime/vm/native_message_handler.cc +FILE: ../../../third_party/dart/runtime/vm/native_message_handler.h +FILE: ../../../third_party/dart/runtime/vm/object.cc +FILE: ../../../third_party/dart/runtime/vm/object.h +FILE: ../../../third_party/dart/runtime/vm/object_arm_test.cc +FILE: ../../../third_party/dart/runtime/vm/object_ia32_test.cc +FILE: ../../../third_party/dart/runtime/vm/object_set.h +FILE: ../../../third_party/dart/runtime/vm/object_store.h +FILE: ../../../third_party/dart/runtime/vm/object_test.cc +FILE: ../../../third_party/dart/runtime/vm/object_x64_test.cc +FILE: ../../../third_party/dart/runtime/vm/os_android.cc +FILE: ../../../third_party/dart/runtime/vm/os_linux.cc +FILE: ../../../third_party/dart/runtime/vm/os_macos.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread.h +FILE: ../../../third_party/dart/runtime/vm/os_thread_android.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread_android.h +FILE: ../../../third_party/dart/runtime/vm/os_thread_linux.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread_linux.h +FILE: ../../../third_party/dart/runtime/vm/os_thread_macos.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread_macos.h +FILE: ../../../third_party/dart/runtime/vm/os_thread_win.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread_win.h +FILE: ../../../third_party/dart/runtime/vm/os_win.cc +FILE: ../../../third_party/dart/runtime/vm/pages.cc +FILE: ../../../third_party/dart/runtime/vm/pages_test.cc +FILE: ../../../third_party/dart/runtime/vm/parser.cc +FILE: ../../../third_party/dart/runtime/vm/parser.h +FILE: ../../../third_party/dart/runtime/vm/port.cc +FILE: ../../../third_party/dart/runtime/vm/port_test.cc +FILE: ../../../third_party/dart/runtime/vm/proccpuinfo.cc +FILE: ../../../third_party/dart/runtime/vm/proccpuinfo.h +FILE: ../../../third_party/dart/runtime/vm/raw_object.cc +FILE: ../../../third_party/dart/runtime/vm/raw_object.h +FILE: ../../../third_party/dart/runtime/vm/raw_object_snapshot.cc +FILE: ../../../third_party/dart/runtime/vm/resolver_test.cc +FILE: ../../../third_party/dart/runtime/vm/scanner.cc +FILE: ../../../third_party/dart/runtime/vm/scanner_test.cc +FILE: ../../../third_party/dart/runtime/vm/scavenger.h +FILE: ../../../third_party/dart/runtime/vm/scopes.cc +FILE: ../../../third_party/dart/runtime/vm/scopes.h +FILE: ../../../third_party/dart/runtime/vm/scopes_test.cc +FILE: ../../../third_party/dart/runtime/vm/snapshot.cc +FILE: ../../../third_party/dart/runtime/vm/snapshot.h +FILE: ../../../third_party/dart/runtime/vm/snapshot_ids.h +FILE: ../../../third_party/dart/runtime/vm/snapshot_test.cc +FILE: ../../../third_party/dart/runtime/vm/snapshot_test.dart +FILE: ../../../third_party/dart/runtime/vm/stack_frame.cc +FILE: ../../../third_party/dart/runtime/vm/stack_frame_test.cc +FILE: ../../../third_party/dart/runtime/vm/store_buffer.cc +FILE: ../../../third_party/dart/runtime/vm/store_buffer.h +FILE: ../../../third_party/dart/runtime/vm/stub_code.cc +FILE: ../../../third_party/dart/runtime/vm/symbols.cc +FILE: ../../../third_party/dart/runtime/vm/symbols.h +FILE: ../../../third_party/dart/runtime/vm/thread_pool.cc +FILE: ../../../third_party/dart/runtime/vm/thread_pool.h +FILE: ../../../third_party/dart/runtime/vm/thread_pool_test.cc +FILE: ../../../third_party/dart/runtime/vm/thread_test.cc +FILE: ../../../third_party/dart/runtime/vm/token.h +FILE: ../../../third_party/dart/runtime/vm/unicode.cc +FILE: ../../../third_party/dart/runtime/vm/unicode.h +FILE: ../../../third_party/dart/runtime/vm/unit_test.cc +FILE: ../../../third_party/dart/runtime/vm/utils_test.cc +FILE: ../../../third_party/dart/runtime/vm/verifier.cc +FILE: ../../../third_party/dart/runtime/vm/version.h +FILE: ../../../third_party/dart/runtime/vm/version_in.cc +FILE: ../../../third_party/dart/runtime/vm/virtual_memory.cc +FILE: ../../../third_party/dart/runtime/vm/virtual_memory.h +FILE: ../../../third_party/dart/runtime/vm/virtual_memory_android.cc +FILE: ../../../third_party/dart/runtime/vm/virtual_memory_linux.cc +FILE: ../../../third_party/dart/runtime/vm/virtual_memory_macos.cc +FILE: ../../../third_party/dart/runtime/vm/virtual_memory_test.cc +FILE: ../../../third_party/dart/runtime/vm/virtual_memory_win.cc +FILE: ../../../third_party/dart/runtime/vm/zone.cc +FILE: ../../../third_party/dart/runtime/vm/zone.h +FILE: ../../../third_party/dart/runtime/vm/zone_test.cc +FILE: ../../../third_party/dart/samples/build_dart/bin/test.dart +FILE: ../../../third_party/dart/samples/build_dart/build.dart +FILE: ../../../third_party/dart/samples/build_dart_simple/build.dart +FILE: ../../../third_party/dart/samples/build_dart_simple/test.dart +FILE: ../../../third_party/dart/samples/sample_extension/sample_asynchronous_extension.dart +FILE: ../../../third_party/dart/samples/sample_extension/sample_extension.cc +FILE: ../../../third_party/dart/samples/sample_extension/sample_extension_dllmain_win.cc +FILE: ../../../third_party/dart/samples/sample_extension/sample_synchronous_extension.dart +FILE: ../../../third_party/dart/samples/sample_extension/test_sample_asynchronous_extension.dart +FILE: ../../../third_party/dart/samples/sample_extension/test_sample_synchronous_extension.dart +FILE: ../../../third_party/dart/samples/samples.status +FILE: ../../../third_party/dart/sdk/lib/_http/crypto.dart +FILE: ../../../third_party/dart/sdk/lib/_http/http_date.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/async_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/constant_map.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/core_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/foreign_helper.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/interceptors.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_array.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_number.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_string.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/math_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/mirrors_patch.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/native_helper.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/regexp_helper.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/string_helper.dart +FILE: ../../../third_party/dart/sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart +FILE: ../../../third_party/dart/sdk/lib/async/async.dart +FILE: ../../../third_party/dart/sdk/lib/async/async_error.dart +FILE: ../../../third_party/dart/sdk/lib/async/broadcast_stream_controller.dart +FILE: ../../../third_party/dart/sdk/lib/async/future.dart +FILE: ../../../third_party/dart/sdk/lib/async/future_impl.dart +FILE: ../../../third_party/dart/sdk/lib/async/stream_controller.dart +FILE: ../../../third_party/dart/sdk/lib/async/stream_impl.dart +FILE: ../../../third_party/dart/sdk/lib/async/stream_pipe.dart +FILE: ../../../third_party/dart/sdk/lib/async/timer.dart +FILE: ../../../third_party/dart/sdk/lib/collection/collection.dart +FILE: ../../../third_party/dart/sdk/lib/collection/iterable.dart +FILE: ../../../third_party/dart/sdk/lib/collection/iterator.dart +FILE: ../../../third_party/dart/sdk/lib/collection/maps.dart +FILE: ../../../third_party/dart/sdk/lib/collection/splay_tree.dart +FILE: ../../../third_party/dart/sdk/lib/core/bool.dart +FILE: ../../../third_party/dart/sdk/lib/core/core.dart +FILE: ../../../third_party/dart/sdk/lib/core/double.dart +FILE: ../../../third_party/dart/sdk/lib/core/errors.dart +FILE: ../../../third_party/dart/sdk/lib/core/exceptions.dart +FILE: ../../../third_party/dart/sdk/lib/core/expando.dart +FILE: ../../../third_party/dart/sdk/lib/core/identical.dart +FILE: ../../../third_party/dart/sdk/lib/core/int.dart +FILE: ../../../third_party/dart/sdk/lib/core/invocation.dart +FILE: ../../../third_party/dart/sdk/lib/core/iterator.dart +FILE: ../../../third_party/dart/sdk/lib/core/list.dart +FILE: ../../../third_party/dart/sdk/lib/core/num.dart +FILE: ../../../third_party/dart/sdk/lib/core/object.dart +FILE: ../../../third_party/dart/sdk/lib/core/print.dart +FILE: ../../../third_party/dart/sdk/lib/core/regexp.dart +FILE: ../../../third_party/dart/sdk/lib/core/string.dart +FILE: ../../../third_party/dart/sdk/lib/core/type.dart +FILE: ../../../third_party/dart/sdk/lib/core/uri.dart +FILE: ../../../third_party/dart/sdk/lib/html/dart2js/html_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/css_class_set.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/metadata.dart +FILE: ../../../third_party/dart/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/internal/internal.dart +FILE: ../../../third_party/dart/sdk/lib/io/common.dart +FILE: ../../../third_party/dart/sdk/lib/io/directory.dart +FILE: ../../../third_party/dart/sdk/lib/io/directory_impl.dart +FILE: ../../../third_party/dart/sdk/lib/io/eventhandler.dart +FILE: ../../../third_party/dart/sdk/lib/io/io.dart +FILE: ../../../third_party/dart/sdk/lib/io/platform.dart +FILE: ../../../third_party/dart/sdk/lib/io/platform_impl.dart +FILE: ../../../third_party/dart/sdk/lib/io/secure_server_socket.dart +FILE: ../../../third_party/dart/sdk/lib/isolate/isolate.dart +FILE: ../../../third_party/dart/sdk/lib/math/math.dart +FILE: ../../../third_party/dart/sdk/lib/math/random.dart +FILE: ../../../third_party/dart/sdk/lib/svg/dart2js/svg_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/svg/dart2js/svg_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/svg/dart2js/svg_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/svg/dart2js/svg_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. - "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. +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. +==================================================================================================== - "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). +==================================================================================================== +LIBRARY: dart +ORIGIN: ../../../third_party/dart/runtime/bin/crypto_fuchsia.cc + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/.packages +FILE: ../../../third_party/dart/runtime/bin/crypto_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/crypto_test.cc +FILE: ../../../third_party/dart/runtime/bin/directory_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/directory_test.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/eventhandler_fuchsia.h +FILE: ../../../third_party/dart/runtime/bin/extensions_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/file_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/file_support.cc +FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/loader.cc +FILE: ../../../third_party/dart/runtime/bin/loader.h +FILE: ../../../third_party/dart/runtime/bin/log_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/platform_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/process_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/reference_counting.h +FILE: ../../../third_party/dart/runtime/bin/root_certificates_unsupported.cc +FILE: ../../../third_party/dart/runtime/bin/socket_base_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/socket_base_fuchsia.h +FILE: ../../../third_party/dart/runtime/bin/socket_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/stdio_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/thread_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/thread_fuchsia.h +FILE: ../../../third_party/dart/runtime/bin/utils_fuchsia.cc +FILE: ../../../third_party/dart/runtime/lib/stacktrace.h +FILE: ../../../third_party/dart/runtime/observatory/lib/event.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/models.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/repositories.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/notification.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_allocation_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/containers/virtual_collection.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/containers/virtual_tree.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/error_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/general_error.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/nav_bar.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/nav_menu.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/rendering_queue.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/tag.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/uris.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/inbound_references.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/counter_chart.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/location.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/run_state.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/shared_summary.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/summary.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/metric/details.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/metric/graph.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/class_menu.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/isolate_menu.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/library_menu.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/menu_item.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/notify.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/notify_event.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/notify_exception.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/refresh.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/top_menu.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/vm_menu.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/retaining_path.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/source_link.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/strongly_reachable_instances.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/top_retaining_instances.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_connect_target.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/heap_snapshot/heap_snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/exceptions.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/allocation_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/breakpoint.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/class.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/code.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/context.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/error.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/event.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/extension_data.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/field.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/flag.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/frame.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/function.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/guarded.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/heap_snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/heap_space.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/icdata.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/inbound_references.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/instance.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/isolate.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/library.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/local_var_descriptors.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/map_association.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/megamorphiccache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/metric.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/notification.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/object.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/objectpool.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/objectstore.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/pc_descriptors.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/persistent_handles.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/ports.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/retaining_path.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/sample_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/script.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/sentinel.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/source_location.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/target.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/thread.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/timeline_event.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/token_stream.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/type_arguments.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/unknown.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/vm.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/zone.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/allocation_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/breakpoint.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/class.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/context.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/editor.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/eval.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/event.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/field.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/flag.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/function.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/heap_snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/icdata.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/inbound_references.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/instance.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/isolate.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/library.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/megamorphiccache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/metric.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/notification.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/object.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/objectpool.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/objectstore.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/persistent_handles.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/ports.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/reachable_size.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/retained_size.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/retaining_path.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/sample_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/script.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/strongly_reachable_instances.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/target.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/top_retaining_instances.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/type_arguments.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/allocation_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/breakpoint.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/class.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/context.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/editor.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/eval.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/event.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/field.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/flag.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/function.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/heap_snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/icdata.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/inbound_references.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/instance.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/isolate.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/library.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/megamorphiccache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/metric.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/notification.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/object.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/objectpool.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/objectstore.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/persistent_handles.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/ports.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/reachable_size.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/retained_size.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/retaining_path.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/sample_profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/script.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/settings.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/strongly_reachable_instances.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/target.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/top_retaining_instances.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/type_arguments.dart +FILE: ../../../third_party/dart/runtime/observatory/web/timeline_message_handler.js +FILE: ../../../third_party/dart/runtime/platform/utils_fuchsia.h +FILE: ../../../third_party/dart/runtime/vm/atomic_fuchsia.h +FILE: ../../../third_party/dart/runtime/vm/become.cc +FILE: ../../../third_party/dart/runtime/vm/become.h +FILE: ../../../third_party/dart/runtime/vm/clustered_snapshot.cc +FILE: ../../../third_party/dart/runtime/vm/clustered_snapshot.h +FILE: ../../../third_party/dart/runtime/vm/code_patcher_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_dbc.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_dbc_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/branch_optimizer.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/branch_optimizer.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/redundancy_elimination.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/redundancy_elimination.h +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/flow_graph_builder_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_binary_flowgraph.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_to_il.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_to_il.h +FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/constants_dbc.h +FILE: ../../../third_party/dart/runtime/vm/cpu_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/cpu_dbc.h +FILE: ../../../third_party/dart/runtime/vm/cpuinfo_fuchsia.cc +FILE: ../../../third_party/dart/runtime/vm/dart_api_state.cc +FILE: ../../../third_party/dart/runtime/vm/debugger_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/instructions_dbc.h +FILE: ../../../third_party/dart/runtime/vm/isolate_reload.cc +FILE: ../../../third_party/dart/runtime/vm/isolate_reload.h +FILE: ../../../third_party/dart/runtime/vm/isolate_reload_test.cc +FILE: ../../../third_party/dart/runtime/vm/json_parser.h +FILE: ../../../third_party/dart/runtime/vm/kernel.cc +FILE: ../../../third_party/dart/runtime/vm/kernel.h +FILE: ../../../third_party/dart/runtime/vm/kernel_binary.cc +FILE: ../../../third_party/dart/runtime/vm/kernel_isolate.cc +FILE: ../../../third_party/dart/runtime/vm/kernel_isolate.h +FILE: ../../../third_party/dart/runtime/vm/kernel_loader.cc +FILE: ../../../third_party/dart/runtime/vm/kernel_loader.h +FILE: ../../../third_party/dart/runtime/vm/lockers.cc +FILE: ../../../third_party/dart/runtime/vm/native_symbol_fuchsia.cc +FILE: ../../../third_party/dart/runtime/vm/object_dbc_test.cc +FILE: ../../../third_party/dart/runtime/vm/object_reload.cc +FILE: ../../../third_party/dart/runtime/vm/object_service.cc +FILE: ../../../third_party/dart/runtime/vm/os_fuchsia.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread_fuchsia.cc +FILE: ../../../third_party/dart/runtime/vm/os_thread_fuchsia.h +FILE: ../../../third_party/dart/runtime/vm/runtime_entry_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/safepoint.cc +FILE: ../../../third_party/dart/runtime/vm/safepoint.h +FILE: ../../../third_party/dart/runtime/vm/signal_handler_fuchsia.cc +FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.h +FILE: ../../../third_party/dart/runtime/vm/stack_frame_dbc.h +FILE: ../../../third_party/dart/runtime/vm/stub_code_dbc.cc +FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_fuchsia.cc +FILE: ../../../third_party/dart/runtime/vm/token_position.cc +FILE: ../../../third_party/dart/runtime/vm/token_position.h +FILE: ../../../third_party/dart/runtime/vm/type_table.h +FILE: ../../../third_party/dart/runtime/vm/uri.cc +FILE: ../../../third_party/dart/runtime/vm/uri.h +FILE: ../../../third_party/dart/runtime/vm/uri_test.cc +FILE: ../../../third_party/dart/runtime/vm/virtual_memory_fuchsia.cc +FILE: ../../../third_party/dart/sdk/lib/developer/service.dart +FILE: ../../../third_party/dart/sdk/lib/js_util/dart2js/js_util_dart2js.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/devfs.dart +FILE: ../../../third_party/dart/utils/kernel-service/kernel-service.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. - "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. +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. +==================================================================================================== - "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." +==================================================================================================== +LIBRARY: dart +ORIGIN: ../../../third_party/dart/runtime/bin/dfe.cc + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/bin/dfe.cc +FILE: ../../../third_party/dart/runtime/bin/dfe.h +FILE: ../../../third_party/dart/runtime/bin/error_exit.cc +FILE: ../../../third_party/dart/runtime/bin/error_exit.h +FILE: ../../../third_party/dart/runtime/bin/gzip.cc +FILE: ../../../third_party/dart/runtime/bin/gzip.h +FILE: ../../../third_party/dart/runtime/bin/isolate_data.cc +FILE: ../../../third_party/dart/runtime/bin/main_options.cc +FILE: ../../../third_party/dart/runtime/bin/main_options.h +FILE: ../../../third_party/dart/runtime/bin/namespace.cc +FILE: ../../../third_party/dart/runtime/bin/namespace.h +FILE: ../../../third_party/dart/runtime/bin/namespace_android.cc +FILE: ../../../third_party/dart/runtime/bin/namespace_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/namespace_linux.cc +FILE: ../../../third_party/dart/runtime/bin/namespace_macos.cc +FILE: ../../../third_party/dart/runtime/bin/namespace_patch.dart +FILE: ../../../third_party/dart/runtime/bin/namespace_win.cc +FILE: ../../../third_party/dart/runtime/bin/options.cc +FILE: ../../../third_party/dart/runtime/bin/options.h +FILE: ../../../third_party/dart/runtime/bin/secure_socket_filter.cc +FILE: ../../../third_party/dart/runtime/bin/secure_socket_filter.h +FILE: ../../../third_party/dart/runtime/bin/secure_socket_utils.cc +FILE: ../../../third_party/dart/runtime/bin/secure_socket_utils.h +FILE: ../../../third_party/dart/runtime/bin/security_context.cc +FILE: ../../../third_party/dart/runtime/bin/security_context.h +FILE: ../../../third_party/dart/runtime/bin/security_context_android.cc +FILE: ../../../third_party/dart/runtime/bin/security_context_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/security_context_linux.cc +FILE: ../../../third_party/dart/runtime/bin/security_context_macos.cc +FILE: ../../../third_party/dart/runtime/bin/security_context_win.cc +FILE: ../../../third_party/dart/runtime/bin/snapshot_utils.cc +FILE: ../../../third_party/dart/runtime/bin/snapshot_utils.h +FILE: ../../../third_party/dart/runtime/bin/socket_base.cc +FILE: ../../../third_party/dart/runtime/bin/socket_base.h +FILE: ../../../third_party/dart/runtime/bin/sync_socket.cc +FILE: ../../../third_party/dart/runtime/bin/sync_socket.h +FILE: ../../../third_party/dart/runtime/bin/sync_socket_android.cc +FILE: ../../../third_party/dart/runtime/bin/sync_socket_fuchsia.cc +FILE: ../../../third_party/dart/runtime/bin/sync_socket_linux.cc +FILE: ../../../third_party/dart/runtime/bin/sync_socket_macos.cc +FILE: ../../../third_party/dart/runtime/bin/sync_socket_patch.dart +FILE: ../../../third_party/dart/runtime/bin/sync_socket_win.cc +FILE: ../../../third_party/dart/runtime/lib/async.cc +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/containers/search_bar.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/allocations.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/dashboard.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/graph.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/profile.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/memory/snapshot.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/reload.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/singletargetcache_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/singletargetcache_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/subtypetestcache_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/subtypetestcache_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/timeline/dashboard.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/unlinkedcall_ref.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/unlinkedcall_view.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/service.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/single_target_cache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/subtype_test_cache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/timeline.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/unlinked_call.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/single_target_cache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/subtype_test_cache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/timeline.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/unlinked_call.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/vm.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/single_target_cache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/subtype_test_cache.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/timeline.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/unlinked_call.dart +FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/vm.dart +FILE: ../../../third_party/dart/runtime/platform/allocation.h +FILE: ../../../third_party/dart/runtime/platform/growable_array.h +FILE: ../../../third_party/dart/runtime/vm/compilation_trace.cc +FILE: ../../../third_party/dart/runtime/vm/compilation_trace.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations_helpers.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations_helpers_arm.h +FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations_helpers_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/call_specializer.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/call_specializer.h +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_binary_flowgraph.h +FILE: ../../../third_party/dart/runtime/vm/compiler/jit/jit_call_specializer.h +FILE: ../../../third_party/dart/runtime/vm/debugger_api_impl_test.h +FILE: ../../../third_party/dart/runtime/vm/dwarf.cc +FILE: ../../../third_party/dart/runtime/vm/dwarf.h +FILE: ../../../third_party/dart/runtime/vm/fixed_cache.h +FILE: ../../../third_party/dart/runtime/vm/fixed_cache_test.cc +FILE: ../../../third_party/dart/runtime/vm/gdb_helpers.cc +FILE: ../../../third_party/dart/runtime/vm/kernel_binary.h +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks.h +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_arm.cc +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_arm64.cc +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_jemalloc.cc +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_tcmalloc.cc +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_test.cc +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_unsupported.cc +FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_x64.cc +FILE: ../../../third_party/dart/runtime/vm/stack_trace.cc +FILE: ../../../third_party/dart/runtime/vm/stack_trace.h +FILE: ../../../third_party/dart/runtime/vm/timeline_android.cc +FILE: ../../../third_party/dart/runtime/vm/timeline_fuchsia.cc +FILE: ../../../third_party/dart/runtime/vm/timeline_linux.cc +FILE: ../../../third_party/dart/runtime/vm/timeline_macos.cc +FILE: ../../../third_party/dart/runtime/vm/timeline_win.cc +FILE: ../../../third_party/dart/runtime/vm/zone_text_buffer.cc +FILE: ../../../third_party/dart/runtime/vm/zone_text_buffer.h +FILE: ../../../third_party/dart/sdk/lib/_http/overrides.dart +FILE: ../../../third_party/dart/sdk/lib/internal/linked_list.dart +FILE: ../../../third_party/dart/sdk/lib/io/embedder_config.dart +FILE: ../../../third_party/dart/sdk/lib/io/namespace_impl.dart +FILE: ../../../third_party/dart/sdk/lib/io/overrides.dart +FILE: ../../../third_party/dart/sdk/lib/io/sync_socket.dart +FILE: ../../../third_party/dart/sdk/lib/vmservice/named_lookup.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. - "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. +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. +==================================================================================================== -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, +==================================================================================================== +LIBRARY: dart +ORIGIN: ../../../third_party/dart/runtime/bin/process_test.cc + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/bin/process_test.cc +FILE: ../../../third_party/dart/runtime/bin/snapshot_empty.cc +FILE: ../../../third_party/dart/runtime/bin/snapshot_in.cc +FILE: ../../../third_party/dart/runtime/include/dart_tools_api.h +FILE: ../../../third_party/dart/runtime/lib/double.cc +FILE: ../../../third_party/dart/runtime/lib/math.cc +FILE: ../../../third_party/dart/runtime/lib/mirrors.h +FILE: ../../../third_party/dart/runtime/lib/object.cc +FILE: ../../../third_party/dart/runtime/lib/string.cc +FILE: ../../../third_party/dart/runtime/platform/c99_support_win.h +FILE: ../../../third_party/dart/runtime/platform/inttypes_support_win.h +FILE: ../../../third_party/dart/runtime/vm/ast.cc +FILE: ../../../third_party/dart/runtime/vm/ast_printer.cc +FILE: ../../../third_party/dart/runtime/vm/ast_printer.h +FILE: ../../../third_party/dart/runtime/vm/bitfield.h +FILE: ../../../third_party/dart/runtime/vm/code_patcher_ia32_test.cc +FILE: ../../../third_party/dart/runtime/vm/code_patcher_x64_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler.h +FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_test.cc +FILE: ../../../third_party/dart/runtime/vm/compiler_stats.cc +FILE: ../../../third_party/dart/runtime/vm/compiler_stats.h +FILE: ../../../third_party/dart/runtime/vm/cpu_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/custom_isolate_test.cc +FILE: ../../../third_party/dart/runtime/vm/dart.h +FILE: ../../../third_party/dart/runtime/vm/dart_api_impl.h +FILE: ../../../third_party/dart/runtime/vm/dart_entry.cc +FILE: ../../../third_party/dart/runtime/vm/dart_entry.h +FILE: ../../../third_party/dart/runtime/vm/debugger_arm.cc +FILE: ../../../third_party/dart/runtime/vm/debugger_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/debugger_x64.cc +FILE: ../../../third_party/dart/runtime/vm/double_conversion.cc +FILE: ../../../third_party/dart/runtime/vm/double_conversion.h +FILE: ../../../third_party/dart/runtime/vm/exceptions.cc +FILE: ../../../third_party/dart/runtime/vm/exceptions.h +FILE: ../../../third_party/dart/runtime/vm/freelist.cc +FILE: ../../../third_party/dart/runtime/vm/gc_marker.cc +FILE: ../../../third_party/dart/runtime/vm/gc_marker.h +FILE: ../../../third_party/dart/runtime/vm/gc_sweeper.cc +FILE: ../../../third_party/dart/runtime/vm/gc_sweeper.h +FILE: ../../../third_party/dart/runtime/vm/handles.h +FILE: ../../../third_party/dart/runtime/vm/longjump.cc +FILE: ../../../third_party/dart/runtime/vm/longjump.h +FILE: ../../../third_party/dart/runtime/vm/longjump_test.cc +FILE: ../../../third_party/dart/runtime/vm/memory_region.cc +FILE: ../../../third_party/dart/runtime/vm/message.cc +FILE: ../../../third_party/dart/runtime/vm/message.h +FILE: ../../../third_party/dart/runtime/vm/message_handler.cc +FILE: ../../../third_party/dart/runtime/vm/message_handler.h +FILE: ../../../third_party/dart/runtime/vm/native_entry.cc +FILE: ../../../third_party/dart/runtime/vm/native_entry.h +FILE: ../../../third_party/dart/runtime/vm/native_entry_test.cc +FILE: ../../../third_party/dart/runtime/vm/native_entry_test.h +FILE: ../../../third_party/dart/runtime/vm/object_store_test.cc +FILE: ../../../third_party/dart/runtime/vm/os.h +FILE: ../../../third_party/dart/runtime/vm/pages.h +FILE: ../../../third_party/dart/runtime/vm/parser_test.cc +FILE: ../../../third_party/dart/runtime/vm/port.h +FILE: ../../../third_party/dart/runtime/vm/resolver.cc +FILE: ../../../third_party/dart/runtime/vm/resolver.h +FILE: ../../../third_party/dart/runtime/vm/runtime_entry.cc +FILE: ../../../third_party/dart/runtime/vm/runtime_entry.h +FILE: ../../../third_party/dart/runtime/vm/runtime_entry_arm.cc +FILE: ../../../third_party/dart/runtime/vm/runtime_entry_ia32.cc +FILE: ../../../third_party/dart/runtime/vm/runtime_entry_list.h +FILE: ../../../third_party/dart/runtime/vm/runtime_entry_x64.cc +FILE: ../../../third_party/dart/runtime/vm/scanner.h +FILE: ../../../third_party/dart/runtime/vm/scavenger.cc +FILE: ../../../third_party/dart/runtime/vm/stack_frame.h +FILE: ../../../third_party/dart/runtime/vm/stub_code.h +FILE: ../../../third_party/dart/runtime/vm/stub_code_ia32_test.cc +FILE: ../../../third_party/dart/runtime/vm/stub_code_x64_test.cc +FILE: ../../../third_party/dart/runtime/vm/timer.cc +FILE: ../../../third_party/dart/runtime/vm/timer.h +FILE: ../../../third_party/dart/runtime/vm/token.cc +FILE: ../../../third_party/dart/runtime/vm/unicode_data.cc +FILE: ../../../third_party/dart/runtime/vm/unicode_test.cc +FILE: ../../../third_party/dart/runtime/vm/unit_test.h +FILE: ../../../third_party/dart/runtime/vm/verifier.h +FILE: ../../../third_party/dart/runtime/vm/visitor.h +FILE: ../../../third_party/dart/sdk/lib/collection/queue.dart +FILE: ../../../third_party/dart/sdk/lib/core/comparable.dart +FILE: ../../../third_party/dart/sdk/lib/core/date_time.dart +FILE: ../../../third_party/dart/sdk/lib/core/duration.dart +FILE: ../../../third_party/dart/sdk/lib/core/function.dart +FILE: ../../../third_party/dart/sdk/lib/core/iterable.dart +FILE: ../../../third_party/dart/sdk/lib/core/map.dart +FILE: ../../../third_party/dart/sdk/lib/core/pattern.dart +FILE: ../../../third_party/dart/sdk/lib/core/set.dart +FILE: ../../../third_party/dart/sdk/lib/core/stopwatch.dart +FILE: ../../../third_party/dart/sdk/lib/core/string_buffer.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/device.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/filtered_element_list.dart +FILE: ../../../third_party/dart/sdk/lib/html/html_common/lists.dart +FILE: ../../../third_party/dart/sdk/lib/internal/iterable.dart +FILE: ../../../third_party/dart/sdk/lib/internal/sort.dart +FILE: ../../../third_party/dart/utils/peg/pegparser.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. 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: dart +ORIGIN: ../../../third_party/dart/runtime/lib/bigint.dart +TYPE: LicenseType.mit +FILE: ../../../third_party/dart/runtime/lib/bigint.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +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" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +In addition, the following condition applies: + +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +==================================================================================================== + +==================================================================================================== +LIBRARY: dart +ORIGIN: ../../../third_party/dart/runtime/lib/bigint.dart + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/lib/bigint.dart +---------------------------------------------------------------------------------------------------- +Copyright 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. +==================================================================================================== + +==================================================================================================== +LIBRARY: double-conversion +ORIGIN: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum-dtoa.cc +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum-dtoa.cc +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum-dtoa.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum.cc +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/cached-powers.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/diy-fp.cc +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/diy-fp.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/double-conversion.cc +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fast-dtoa.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fixed-dtoa.cc +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fixed-dtoa.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/strtod.cc +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/strtod.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/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: double-conversion +ORIGIN: ../../../third_party/dart/runtime/third_party/double-conversion/src/cached-powers.cc +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/cached-powers.cc +---------------------------------------------------------------------------------------------------- +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: double-conversion +ORIGIN: ../../../third_party/dart/runtime/third_party/double-conversion/src/double-conversion.h +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/double-conversion.h +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fast-dtoa.cc +FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/ieee.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: etc1 +LIBRARY: observatory_pub_packages +LIBRARY: skia +LIBRARY: vulkan +ORIGIN: ../../../flutter/third_party/txt/LICENSE +TYPE: LicenseType.apache +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/async.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/cache.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/check.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/collection.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/core.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/iterables.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/mirrors.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/pattern.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/collect.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/concat.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/countdown_timer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/enumerate.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/future_group.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/future_stream.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/iteration.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/metronome.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/stream_buffer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/stream_router.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/cache/cache.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/cache/map_cache.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/bimap.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/iterable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/list.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/queue.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/lru_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/multimap.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/treeset.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/core/hash.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/core/optional.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/concat.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/count.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/cycle.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/enumerate.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/generating_iterable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/infinite_iterable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/merge.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/min_max.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/partition.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/range.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/zip.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/pattern/glob.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/time/clock.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/time/duration_unit_constants.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/strings.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/time.dart +FILE: ../../../third_party/skia/src/images/SkWebpEncoder.cpp +FILE: ../../../third_party/skia/third_party/etc1/etc1.cpp +FILE: ../../../third_party/skia/third_party/etc1/etc1.h +FILE: ../../../third_party/skia/third_party/vulkan/vulkan/vk_platform.h +FILE: ../../../third_party/skia/third_party/vulkan/vulkan/vulkan.h +FILE: ../../../third_party/vulkan/src/vulkan/vk_platform.h +FILE: ../../../third_party/vulkan/src/vulkan/vulkan.h +---------------------------------------------------------------------------------------------------- +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. @@ -13058,7 +15024,1611 @@ FILE: ../../../third_party/skia/src/utils/SkOSPath.h FILE: ../../../third_party/skia/src/views/ios/SkOSWindow_iOS.mm FILE: ../../../third_party/skia/third_party/libsdl/SDL_config_premake.h ---------------------------------------------------------------------------------------------------- -Copyright 2016 Google Inc. +Copyright 2016 Google Inc. + +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: observatory_pub_packages +LIBRARY: pkg +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/instrumentation/file_instrumentation.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/instrumentation/file_instrumentation.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/command_line.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/options.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/resolver_provider.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/task.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/analysis_options_provider.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/embedder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/error_processor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/path_filter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/sdk_ext.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/cache.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/context.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/source.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/type_system.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/visitors.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/command_line_plugin.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/engine_plugin.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/options_plugin.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/plugin/plugin_configuration.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/services/lint.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/format.fbs +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/idl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/public_namespace_computer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/resynthesize.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summarize_elements.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summary_sdk.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/dart.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/dart_work_manager.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/driver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/general.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/html.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/html_work_manager.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/incremental_element_builder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/inputs.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/manager.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/model.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/options.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/options_work_manager.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/strong/checker.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/strong_mode.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/absolute_path.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/asserts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/glob.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/lru_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/yaml.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/dart.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/general.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/html.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/model.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/check_test.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/generate.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/idl_model.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/task_dependency_graph/check_test.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/task_dependency_graph/generate.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/task_dependency_graph/tasks.dot +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/async_memoizer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/cancelable_operation.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/event_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/future.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream_consumer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream_subscription.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/future_group.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/lazy_stream.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/restartable_timer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result/future.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_completer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_group.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_queue.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_splitter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/subscription_stream.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charcode/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/cli_util/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/cli_util/lib/cli_util.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/comparators.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/convert.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/hex.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/hex/decoder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/hex/encoder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/percent.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/percent/decoder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/percent/encoder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/example/hash.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/digest.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/digest_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/hash.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/bin/format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/example/format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/fast_hash.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/line_splitter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/rule_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/solve_state.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_splitting/solve_state_queue.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/nesting_builder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/nesting_level.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/argument.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/combinator.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/metadata.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/rule.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/rule/type_argument.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/tool/grind.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/build/initializer_plugin.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/build/loader_replacer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/initialize.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/src/init_method.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/src/initialize_tracker.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/src/initializer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/src/mirror_loader.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/src/static_loader.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/lib/transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/test_package/lib/bar.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/test_package/lib/foo.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/example/http_server.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/example/runner_pool.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/isolate.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/isolate_runner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/load_balancer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/ports.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/registry.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/runner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/src/errors.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/src/lists.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/isolate/lib/src/raw_receive_port_multiplexer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/package_config/lib/discovery.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/package_config/lib/discovery_analysis.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/package_config/lib/packages.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/package_config/lib/packages_file.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/package_config/lib/src/packages_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/package_config/lib/src/packages_io_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/package_config/lib/src/util.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/plugin/lib/manager.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/plugin/lib/plugin.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/plugin/lib/src/plugin_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/location_mixin.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/unparsed_frame.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/eager_span_scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/expected_function.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/group_context.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/example/example.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/example/example.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/shared.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/benchmark/path_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/file_watcher.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/file_watcher/native.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/file_watcher/polling.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/benchmark/benchmark.dart +FILE: ../../../third_party/pkg/when/lib/when.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/viz.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/web_app.dart.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/doc/tasks.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/package_bundle_reader.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/build_sdk_summaries.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/aggregate_transformer/lib/recipes-grammas/banana-pudding-recipe.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/aggregate_transformer/lib/recipes-grammas/winter-squash-pie-recipe.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/markdown_converter/lib/images/bison.jpg +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/markdown_converter/lib/index.markdown +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/example/call_parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/example/call_parser.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/af.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/am.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ar.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/az.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/be.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bg.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/br.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bs.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ca.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/chr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/cs.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/cy.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/da.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de_AT.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de_CH.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/el.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_AU.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_CA.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_GB.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_IE.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_IN.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_ISO.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_SG.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_US.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_ZA.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_419.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_ES.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_MX.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_US.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/et.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/eu.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fa.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fi.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fil.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fr_CA.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ga.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gsw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gu.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/haw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/he.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hi.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hu.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hy.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/id.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/in.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/is.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/it.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/iw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ja.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ka.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/kk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/km.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/kn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ko.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ky.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ln.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lo.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lt.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lv.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ml.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mo.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ms.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mt.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/my.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/nb.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ne.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/nl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/no.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/no_NO.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/or.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pa.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt_BR.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt_PT.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ro.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ru.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sh.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/si.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sq.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sr_Latn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sv.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ta.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/te.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/th.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/tl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/tr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/uk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ur.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/uz.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/vi.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_CN.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_HK.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_TW.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zu.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/af.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/am.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ar.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/az.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/be.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bg.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/br.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bs.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ca.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/chr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/cs.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/cy.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/da.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de_AT.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de_CH.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/el.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_AU.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_CA.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_GB.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_IE.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_IN.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_ISO.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_SG.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_US.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_ZA.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_419.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_ES.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_MX.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_US.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/et.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/eu.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fa.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fi.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fil.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fr_CA.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ga.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gsw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gu.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/haw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/he.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hi.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hu.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hy.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/id.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/in.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/is.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/it.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/iw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ja.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ka.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/kk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/km.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/kn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ko.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ky.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ln.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lo.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lt.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lv.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ml.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ms.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mt.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/my.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/nb.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ne.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/nl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/no.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/no_NO.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/or.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pa.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt_BR.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt_PT.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ro.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ru.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/si.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sq.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sr_Latn.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sv.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sw.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ta.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/te.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/th.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/tl.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/tr.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/uk.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ur.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/uz.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/vi.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_CN.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_HK.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_TW.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zu.json +---------------------------------------------------------------------------------------------------- +Copyright 2013, the Dart 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/benchmark/errors_in_all_libraries.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/benchmark/errors_in_all_libraries.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/ast_factory.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/resolution_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/standard_ast_factory.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/standard_resolution_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/syntactic_entity.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/plugin/embedded_resolver_provider.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/config.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/custom_resolver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/context/builder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/ast_factory.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/resolution_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/resolver/inheritance_manager.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/sdk/sdk.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/error/pending_error.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/bazel.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/package.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/source/source_resource.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/api_signature.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/bazel_summary.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/flat_buffers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/link.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/name_filter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/prelink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/pub_summary.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summarize_ast.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summarize_const_expr.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/summary_file_builder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/strong/ast_properties.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/task/yaml.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/fast_uri.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/task/yaml.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/dump_inferred_types.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/inspect.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/tool/summary/stats.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/arg_parser_exception.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/delegate/stream.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/null_stream_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result/capture_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result/capture_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result/error.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result/release_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result/release_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/result/value.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/single_subscription_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_completer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer/handler_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer/stream_transformer_wrapper.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_sink_transformer/typed.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_subscription_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/stream_zip.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/typed/future.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/typed/stream.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/typed/stream_subscription.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/typed_stream_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/empty_unmodifiable_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/functions.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/typed_wrappers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/union_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/union_set_controller.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/accumulator_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/byte_accumulator_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/lib/src/string_accumulator_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/tool/node_format_service.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/compact_number_format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/plural_rules.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/order_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/meta/lib/meta.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/observable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/change_record.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/list_diff.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable_list.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/property_change_record.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/to_observable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/relative_span_scanner.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/dart.js + ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/doc/support/dart.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/example/parser_driver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/example/resolver_driver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/example/scanner_driver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/analyzer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/error.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/string_source.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/args.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/usage.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/async.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/result.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/stream_zip.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/barback.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_forwarder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_id.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_node.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_node_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/asset_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/asset/internal_asset.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/barback.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/build_result.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/errors.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/asset_cascade.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/group_runner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/package_graph.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/phase.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/phase_forwarder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/phase_output.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/transform_node.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/log.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/package_provider.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/serialize.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/barback_settings.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transform_logger.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transformer_group.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/cancelable_future.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/file_pool.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/multiset.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/stream_pool.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/utils/stream_replayer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/lib/dart.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/lib/interop.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/messages/build_logger.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/algorithms.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/collection.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/equality.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/iterable_zip.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/algorithms.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/iterable_zip.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/unmodifiable_wrappers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/wrappers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/wrappers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/css.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/css_printer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/polyfill.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tree_printer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/glob/lib/src/stream_pool.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/pretty_print.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/context.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/parsed_path.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/path_exception.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style/posix.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style/url.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style/windows.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/builder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/printer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/refactor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/source_maps.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/src/vlq.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/chain.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/frame.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/lazy_trace.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/stack_zone_specification.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/trace.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/vm_trace.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/stack_trace.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/typed_data/lib/typed_buffers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/typed_data/lib/typed_data.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/compact_vm_config.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/html_config.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/html_enhanced_config.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/html_individual_config.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/configuration.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/pretty_print.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/simple_configuration.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/test_case.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/unittest.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/vm_config.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf_stream.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/example/watch.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/async_queue.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/constructable_file_system_event.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/linux.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/mac_os.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/polling.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/path_set.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/resubscribable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/stat.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/watch_event.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/watcher.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_exception.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/context/declared_variables.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/context/declared_variables.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/ast.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/token.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/ast/visitor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/constant/value.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/element/element.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/element/type.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/dart/element/visitor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/error/error.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/error/listener.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/exception/exception.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/file_system/file_system.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/file_system/memory_file_system.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/file_system/physical_file_system.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/instrumentation/instrumentation.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/package_map_provider.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/package_map_resolver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/source/pub_package_map_provider.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/cancelable_future.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/codegen/html.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/codegen/text_formatter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/codegen/tools.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/ast.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/token.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/ast/utilities.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/constant/evaluation.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/constant/utilities.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/constant/value.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/builder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/element.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/handle.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/member.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/type.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/element/utilities.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/error/syntactic_errors.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/resolver/scope.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/scanner/reader.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/dart/scanner/scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/error/codes.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/ast.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/constant.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/element.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/element_handle.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/element_resolver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/engine.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/error.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/error_verifier.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/incremental_logger.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/incremental_resolution_validator.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/incremental_resolver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/interner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_core.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_engine.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_engine_io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/java_io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/resolver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/sdk.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/sdk_io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/source.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/source_io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/static_type_analyzer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/utilities_collection.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/utilities_dart.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/generated/utilities_general.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/summary/base.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/lib/src/util/utilities_timing.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/command_runner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/arg_parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/arg_results.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/help_command.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/option.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/usage_exception.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/aggregate_transformer/lib/transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/lazy_transformer/lib/transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/markdown_converter/lib/transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/node_status.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/node_streams.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/static_asset_cascade.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/graph/transformer_classifier.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/internal_asset.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/aggregate_transform.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/aggregate_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/base_transform.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_aggregate_transform.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_aggregate_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_transform.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/declaring_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/lazy_aggregate_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/lazy_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/transform.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/lib/src/transformer/wrapping_aggregate_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charcode/lib/ascii.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charcode/lib/charcode.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charcode/lib/html_entity.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/assets.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/benchmarks.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/messages/messages.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/resolver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/async_benchmark_base.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/dart_sdk.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/delete_file.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/entry_point.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/messages.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/remove_sourcemap_comment.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/resolver.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/resolver_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/lib/src/resolvers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/priority_queue.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/canonicalized_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/priority_queue.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/queue_list.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/benchmark/benchmark.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/dart_style.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/argument_list_visitor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/call_chain_visitor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/chunk.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/chunk_builder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/dart_formatter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/debug.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/error_listener.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/formatter_exception.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/formatter_options.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/line_writer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/source_code.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/source_visitor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/lib/src/whitespace.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/glob/lib/glob.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/glob/lib/src/ast.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/glob/lib/src/list_tree.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/glob/lib/src/parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/glob/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_time_patterns.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/logging/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/matcher.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/mirror_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/util.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/benchmark/benchmark.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/characters.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/internal_style.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/pool/lib/pool.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/lib/src/source_map_span.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/source_span.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/colors.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/file.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/location.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span_exception.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span_mixin.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/span_with_context.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/exception.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/line_scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/span_scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/string_scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/lib/string_scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/.status +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/internal_test_case.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/prints_matcher.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/throws_matcher.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/throws_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/util.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/test_environment.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/example/ga.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl_html.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl_io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/src/uuid.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/usage.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/usage_html.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/usage_io.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/tool/grind.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/lib/src/directory_watcher/windows.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/equality.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/event.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/loader.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/null_span.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/scanner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/style.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/token.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_document.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_node_wrapper.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/example/test_runner.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/args/example/test_runner.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/barback/example/simple_transformer/lib/transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/crypto.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/hash_sink.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/hmac.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/md5.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/sha1.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/lib/src/sha256.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/bin/css.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/analyzer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/messages.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/options.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/property.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/token.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tokenizer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tokenizer_base.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tokenkind.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tree.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/tree_base.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/src/validate.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/csslib/lib/visitor.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_file.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_http_request.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbols.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/intl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/intl_browser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/intl_standalone.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/message_lookup_by_library.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/number_symbols.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/locale_list.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/date_format_internal.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/file_data_reader.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/http_request_data_reader.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/bidi_formatter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/bidi_utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format_field.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format_helpers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/number_format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl_helpers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/lazy_locale_data.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/tool/generate_locale_data_files.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/logging/lib/logging.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/core_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/description.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/error_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/interfaces.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/iterable_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/map_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/numeric_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/operator_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/string_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/path.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/core_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/description.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/error_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/expect.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/future_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/interfaces.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/iterable_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/map_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/numeric_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/operator_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/string_matchers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/constants.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/list_range.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf16.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf32.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf8.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/utf_16_code_unit_decoder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/src/util.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/lib/utf.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/src/yaml_node.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/lib/yaml.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/convert/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/crypto/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/initialize/tool/rename_build_outputs.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/typed_data/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/utf/.test_config +---------------------------------------------------------------------------------------------------- +Copyright 2015, the Dart 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/async_cache.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/async_cache.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/async/lib/src/byte_collector.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/cli_util/example/main.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/cli_util/lib/cli_logging.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/cli_util/lib/src/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_iterable.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_list.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_map.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/lazy_chain.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charcode/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/code_transformers/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/dist/dart-style.d.ts +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/web/index.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_style/web/main.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/glob/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/pool/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_maps/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/source_span/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/string_scanner/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/watcher/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/benchmark/output.json +---------------------------------------------------------------------------------------------------- +Copyright 2014, the Dart 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/charted-demo-screenshot.png +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_chartstate.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_chartstate.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_charts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_interactive.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_bar_charts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_bar_charts.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_cartesian_renderers.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_combo_charts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_combo_charts.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_line_charts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_line_charts.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_pie_charts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_pie_charts.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_stacked_bar_charts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_stacked_bar_charts.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/index.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/layout/treemap_demo.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/selection/transitions_demo.html +---------------------------------------------------------------------------------------------------- +Copyright (c) 2014, Michael Bostock and 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 MICHAEL BOSTOCK 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.dart +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_interactive.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_cartesian_renderers.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/layout/treemap_demo.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/selection/transitions_demo.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charted.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/axis_label_tooltip.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/chart_tooltip.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/hovercard.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/line_marker.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/mouse_tracker.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/bar_chart_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/bubble_chart_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/cartesian_base_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/line_chart_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/stackedbar_chart_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/stackedline_chart_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_area.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_config.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_data.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_events.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_legend.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_series.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_state.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_theme.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/charts.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation_item.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/filter_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/transpose_transformer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/layout_renderers/layout_base_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/layout_renderers/pie_chart_renderer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/cartesian_area_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_axis_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_config_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_data_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_events_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_legend_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_series_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_state_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/layout_area_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/themes/quantum_theme.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators/easing.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators/interpolators.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/linear_scale.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/log_scale.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/ordinal_scale.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/time_scale.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation_data.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation_utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/time_interval.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/timer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/bidi_formatter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/color.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/disposer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/lists.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/math.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/namespace.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/object_factory.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/rect.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/layout.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/hierarchy_layout.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/pie_layout.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/treemap_layout.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format/number_format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format/time_format.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/languages/en_us.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/locale.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/selection.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/selection_scope.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/src/selection_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/src/transition_impl.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/transition.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/axis.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/arc.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/area.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/line.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/rect.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/tool/build_unicode_segmentation_data.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/tool/build_unicode_segmentation_data.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/tool/hop_runner.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 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 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/COPYRIGHT_TRANSFER +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/docs.yml +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/example/index.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/example/test.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/lib/dart_to_js_script_rewriter.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter/tool/dev.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2014 Seth Ladd. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/LICENSE +TYPE: LicenseType.mit +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/dom.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/dom_parsing.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/parser_console.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/char_encodings.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/constants.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/encoding_parser.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/inputstream.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/list_proxy.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/query_selector.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/token.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/tokenizer.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/treebuilder.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/html/lib/src/utils.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2006-2012 The Authors + +Contributors: +James Graham - jg307@cam.ac.uk +Anne van Kesteren - annevankesteren@gmail.com +Lachlan Hunt - lachlan.hunt@lachy.id.au +Matt McDonald - kanashii@kanashii.ca +Sam Ruby - rubys@intertwingly.net +Ian Hickson (Google) - ian@hixie.ch +Thomas Broyer - t.broyer@ltgt.net +Jacques Distler - distler@golem.ph.utexas.edu +Henri Sivonen - hsivonen@iki.fi +Adam Barth - abarth@webkit.org +Eric Seidel - eric@webkit.org +The Mozilla Foundation (contributions from Henri Sivonen since 2008) +David Flanagan (Mozilla) - dflanagan@mozilla.com +Google Inc. (contributed the Dart port) - misc@dartlang.org + +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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_local.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/analyzer/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_local.dart +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/number_symbols_data.dart +---------------------------------------------------------------------------------------------------- +Copyright (c) 2014, the Dart project authors. +Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/meta/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/.analysis_options +---------------------------------------------------------------------------------------------------- +Copyright 2016, the Dart 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/coverage_controller.js + ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/coverage_controller.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/test_controller.js +---------------------------------------------------------------------------------------------------- +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/e2e_test/html_imports/lib/theme.html +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/bower.json +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/package.json +---------------------------------------------------------------------------------------------------- +Copyright (c) 2012 The Polymer Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -13088,18 +16658,62 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== ==================================================================================================== -LIBRARY: pkg -ORIGIN: ../../../third_party/pkg/when/lib/when.dart + ../../../dart/third_party/observatory_pub_packages/packages/async/LICENSE +LIBRARY: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/CustomElements.js TYPE: LicenseType.bsd -FILE: ../../../third_party/pkg/when/lib/when.dart ----------------------------------------------------------------------------------------------------- -Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/CustomElements.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/CustomElements.min.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/HTMLImports.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/HTMLImports.min.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/MutationObserver.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/MutationObserver.min.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/ShadowDOM.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/ShadowDOM.min.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents-lite.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents-lite.min.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents.js +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/webcomponents.min.js +---------------------------------------------------------------------------------------------------- +Copyright (c) 2014 The Polymer 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: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/interop_support.html + ../../../third_party/dart/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/web_components/lib/interop_support.html +---------------------------------------------------------------------------------------------------- +Copyright 2014 The Dart 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 @@ -13109,7 +16723,6 @@ met: * 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 @@ -13123,6 +16736,35 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: observatory_pub_packages +ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/libyaml-license.txt +TYPE: LicenseType.mit +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/.analysis_options +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/.test_config +FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/yaml/benchmark/output.json +---------------------------------------------------------------------------------------------------- +Copyright (c) 2006 Kirill Simonov + +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: ../../../third_party/rapidjson/rapidjson/error/en.h @@ -17511,6 +21153,79 @@ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Materials. ==================================================================================================== +==================================================================================================== +LIBRARY: tcmalloc +ORIGIN: ../../../third_party/dart/third_party/tcmalloc/COPYING +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/tcmalloc/configure_command +FILE: ../../../third_party/dart/third_party/tcmalloc/include/config.h +---------------------------------------------------------------------------------------------------- +Copyright (c) 2005, 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. +==================================================================================================== + +==================================================================================================== +LIBRARY: tcmalloc +ORIGIN: ../../../third_party/dart/third_party/tcmalloc/include/gperftools/tcmalloc.h +TYPE: LicenseType.bsd +FILE: ../../../third_party/dart/third_party/tcmalloc/include/gperftools/tcmalloc.h +---------------------------------------------------------------------------------------------------- +Copyright (c) 2003, 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. +==================================================================================================== + ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../third_party/zlib/LICENSE @@ -18246,4 +21961,4 @@ freely, subject to the following restrictions: misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. ==================================================================================================== -Total license count: 279 +Total license count: 313 diff --git a/travis/licenses_golden/licenses_topaz b/travis/licenses_golden/licenses_topaz index 70bc640fe0f7c..cc350a4183d22 100644 --- a/travis/licenses_golden/licenses_topaz +++ b/travis/licenses_golden/licenses_topaz @@ -1,4 +1,4 @@ -Signature: cee11298a626058031cb28def5209b01 +Signature: 35d3f6005ca741ef2a4dcc8260335281 UNUSED LICENSES: @@ -44,7 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: topaz -ORIGIN: ../../../topaz/lib/tonic/LICENSE +ORIGIN: ../../../lib/ftl/LICENSE TYPE: LicenseType.bsd FILE: ../../../topaz/lib/tonic/converter/dart_converter.cc FILE: ../../../topaz/lib/tonic/converter/dart_converter.h @@ -54,8 +54,6 @@ FILE: ../../../topaz/lib/tonic/dart_microtask_queue.cc FILE: ../../../topaz/lib/tonic/dart_microtask_queue.h FILE: ../../../topaz/lib/tonic/dart_sticky_error.cc FILE: ../../../topaz/lib/tonic/dart_sticky_error.h -FILE: ../../../topaz/lib/tonic/debugger/dart_debugger.cc -FILE: ../../../topaz/lib/tonic/debugger/dart_debugger.h FILE: ../../../topaz/lib/tonic/file_loader/file_loader.cc FILE: ../../../topaz/lib/tonic/file_loader/file_loader.h FILE: ../../../topaz/lib/tonic/logging/dart_error.cc @@ -102,7 +100,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: topaz -ORIGIN: ../../../topaz/lib/tonic/typed_data/dart_byte_data.cc + ../../../topaz/lib/tonic/LICENSE +ORIGIN: ../../../topaz/lib/tonic/typed_data/dart_byte_data.cc + ../../../lib/ftl/LICENSE TYPE: LicenseType.bsd FILE: ../../../topaz/lib/tonic/dart_args.h FILE: ../../../topaz/lib/tonic/dart_binding_macros.h