text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; class SurfaceScene implements ui.Scene { /// This class is created by the engine...
engine/lib/web_ui/lib/src/engine/html/scene.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/scene.dart", "repo_id": "engine", "token_count": 770 }
400
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @JS() library js_promise; import 'dart:js_interop'; import 'package:js/js_util.dart' as js_util; import '../util.dart'; extension CallExtension on JSFu...
engine/lib/web_ui/lib/src/engine/js_interop/js_promise.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/js_interop/js_promise.dart", "repo_id": "engine", "token_count": 344 }
401
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // TODO(yjbanov): The code in this file was temporarily moved to lib/web_ui/lib/ui.dart // during the NNBD migration so that `dart:ui` does ...
engine/lib/web_ui/lib/src/engine/platform_views.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/platform_views.dart", "repo_id": "engine", "token_count": 166 }
402
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. export 'semantics/accessibility.dart'; export 'semantics/checkable.dart'; export 'semantics/focusable.dart'; export 'semantics/image.dart'; export 'semanti...
engine/lib/web_ui/lib/src/engine/semantics.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/semantics.dart", "repo_id": "engine", "token_count": 219 }
403
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert'; import 'dart:ffi'; import 'dart:js_interop'; import 'package:ui/src/engine.dart'; import 'package:ui/src/engine/skwasm/skwasm_impl....
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/paragraph.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/paragraph.dart", "repo_id": "engine", "token_count": 13025 }
404
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @DefaultAsset('skwasm') library skwasm_impl; import 'dart:convert'; import 'dart:ffi'; final class RawSkString extends Opaque {} typedef SkStringHandle =...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_skstring.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_skstring.dart", "repo_id": "engine", "token_count": 662 }
405
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:math' as math; import 'dart:typed_data'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; import ...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_stub/renderer.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_stub/renderer.dart", "repo_id": "engine", "token_count": 2686 }
406
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:web_unicode/web_unicode.dart'; import 'unicode_range.dart'; export 'package:web_unicode/web_unicode.dart' show WordCharProperty; Unicod...
engine/lib/web_ui/lib/src/engine/text/word_break_properties.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/text/word_break_properties.dart", "repo_id": "engine", "token_count": 165 }
407
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:ui/src/engine/dom.dart'; import '../hot_restart_cache_handler.dart' show registerElementForCleanup; import 'embedding_strategy.dart'; ///...
engine/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/custom_element_embedding_strategy.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/view_embedder/embedding_strategy/custom_element_embedding_strategy.dart", "repo_id": "engine", "token_count": 431 }
408
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; /// Bootstraps the Flutter Web engine and app. /// /// If the app uses plugins, th...
engine/lib/web_ui/lib/ui_web/src/ui_web/initialization.dart/0
{ "file_path": "engine/lib/web_ui/lib/ui_web/src/ui_web/initialization.dart", "repo_id": "engine", "token_count": 717 }
409
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "export.h" #include "skwasm_support.h" #include "surface.h" #include "wrappers.h" #include "third_party/skia/include/core/SkColorSpace.h" #includ...
engine/lib/web_ui/skwasm/image.cpp/0
{ "file_path": "engine/lib/web_ui/skwasm/image.cpp", "repo_id": "engine", "token_count": 2694 }
410
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "export.h" #include "third_party/skia/include/core/SkVertices.h" SKWASM_EXPORT SkVertices* vertices_create(SkVertices::VertexMode vertexMode, ...
engine/lib/web_ui/skwasm/vertices.cpp/0
{ "file_path": "engine/lib/web_ui/skwasm/vertices.cpp", "repo_id": "engine", "token_count": 492 }
411
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engin...
engine/lib/web_ui/test/canvaskit/image_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/image_golden_test.dart", "repo_id": "engine", "token_count": 13897 }
412
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; im...
engine/lib/web_ui/test/canvaskit/scene_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/scene_test.dart", "repo_id": "engine", "token_count": 701 }
413
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart' as engine; import 'package:ui/src/engine/initialization.dart'; i...
engine/lib/web_ui/test/common/test_initialization.dart/0
{ "file_path": "engine/lib/web_ui/test/common/test_initialization.dart", "repo_id": "engine", "token_count": 867 }
414
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/ui.dart'; // The biggest integer value that can be repre...
engine/lib/web_ui/test/engine/hash_codes_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/hash_codes_test.dart", "repo_id": "engine", "token_count": 1803 }
415
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; impo...
engine/lib/web_ui/test/engine/platform_dispatcher/system_ui_overlay_style_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/platform_dispatcher/system_ui_overlay_style_test.dart", "repo_id": "engine", "token_count": 586 }
416
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import '../../c...
engine/lib/web_ui/test/engine/semantics/semantics_auto_enable_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/semantics/semantics_auto_enable_test.dart", "repo_id": "engine", "token_count": 493 }
417
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart'; import '....
engine/lib/web_ui/test/engine/surface/surface_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/surface/surface_test.dart", "repo_id": "engine", "token_count": 6664 }
418
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @TestOn('browser') library; import 'dart:js_interop'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/s...
engine/lib/web_ui/test/engine/view_embedder/hot_restart_cache_handler_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/view_embedder/hot_restart_cache_handler_test.dart", "repo_id": "engine", "token_count": 1074 }
419
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart'; import 'p...
engine/lib/web_ui/test/html/compositing/color_filter_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/compositing/color_filter_golden_test.dart", "repo_id": "engine", "token_count": 1646 }
420
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'pack...
engine/lib/web_ui/test/html/image_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/image_test.dart", "repo_id": "engine", "token_count": 2402 }
421
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'pa...
engine/lib/web_ui/test/html/path_transform_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/path_transform_golden_test.dart", "repo_id": "engine", "token_count": 2887 }
422
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart'; import '....
engine/lib/web_ui/test/html/text/layout_fragmenter_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/text/layout_fragmenter_test.dart", "repo_id": "engine", "token_count": 5091 }
423
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/ui...
engine/lib/web_ui/test/ui/draw_atlas_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/draw_atlas_golden_test.dart", "repo_id": "engine", "token_count": 2941 }
424
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:u...
engine/lib/web_ui/test/ui/platform_view_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/platform_view_test.dart", "repo_id": "engine", "token_count": 1991 }
425
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_RUNTIME_DART_ISOLATE_GROUP_DATA_H_ #define FLUTTER_RUNTIME_DART_ISOLATE_GROUP_DATA_H_ #include <map> #include <mutex> #include <string> #...
engine/runtime/dart_isolate_group_data.h/0
{ "file_path": "engine/runtime/dart_isolate_group_data.h", "repo_id": "engine", "token_count": 1129 }
426
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_RUNTIME_DART_VM_DATA_H_ #define FLUTTER_RUNTIME_DART_VM_DATA_H_ #include "flutter/fml/macros.h" #include "flutter/runtime/dart_snapshot.h"...
engine/runtime/dart_vm_data.h/0
{ "file_path": "engine/runtime/dart_vm_data.h", "repo_id": "engine", "token_count": 1420 }
427
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_RUNTIME_PLATFORM_DATA_H_ #define FLUTTER_RUNTIME_PLATFORM_DATA_H_ #include <memory> #include <string> #include <vector> #include "flutter...
engine/runtime/platform_data.h/0
{ "file_path": "engine/runtime/platform_data.h", "repo_id": "engine", "token_count": 487 }
428
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/runtime/dart_vm_lifecycle.h" #include "flutter/testing/dart_isolate_runner.h" #include "flutter/testing/fixture_test.h" #include "flutter...
engine/runtime/type_conversions_unittests.cc/0
{ "file_path": "engine/runtime/type_conversions_unittests.cc", "repo_id": "engine", "token_count": 2397 }
429
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_DISPLAY_MANAGER_H_ #define FLUTTER_SHELL_COMMON_DISPLAY_MANAGER_H_ #include <mutex> #include <vector> #include "flutter/shel...
engine/shell/common/display_manager.h/0
{ "file_path": "engine/shell/common/display_manager.h", "repo_id": "engine", "token_count": 358 }
430
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ #define FLUTTER_SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ #include <memory> #include "flutter/fml...
engine/shell/common/platform_message_handler.h/0
{ "file_path": "engine/shell/common/platform_message_handler.h", "repo_id": "engine", "token_count": 482 }
431
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_SHELL_H_ #define FLUTTER_SHELL_COMMON_SHELL_H_ #include <functional> #include <mutex> #include <string_view> #include <unorde...
engine/shell/common/shell.h/0
{ "file_path": "engine/shell/common/shell.h", "repo_id": "engine", "token_count": 11690 }
432
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/common/shell_test_platform_view_vulkan.h" #include <utility> #include "flutter/common/graphics/persistent_cache.h" #include "flut...
engine/shell/common/shell_test_platform_view_vulkan.cc/0
{ "file_path": "engine/shell/common/shell_test_platform_view_vulkan.cc", "repo_id": "engine", "token_count": 2813 }
433
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_THREAD_HOST_H_ #define FLUTTER_SHELL_COMMON_THREAD_HOST_H_ #include <memory> #include <optional> #include <string> #include ...
engine/shell/common/thread_host.h/0
{ "file_path": "engine/shell/common/thread_host.h", "repo_id": "engine", "token_count": 1131 }
434
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_GL_DELEGATE_H_ #define FLUTTER_SHELL_GPU_GPU_SURFACE_GL_DELEGATE_H_ #include <optional> #include "flutter/common/gr...
engine/shell/gpu/gpu_surface_gl_delegate.h/0
{ "file_path": "engine/shell/gpu/gpu_surface_gl_delegate.h", "repo_id": "engine", "token_count": 1216 }
435
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/gpu/gpu_surface_vulkan.h" #include "flutter/fml/logging.h" #include "flutter/fml/trace_event.h" #include "third_party/skia/includ...
engine/shell/gpu/gpu_surface_vulkan.cc/0
{ "file_path": "engine/shell/gpu/gpu_surface_vulkan.cc", "repo_id": "engine", "token_count": 2176 }
436
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #define FML_USED_ON_EMBEDDER #include <memory> #include "flutter/shell/common/thread_host.h" #include "flutter/shell/platform/android/android_context_gl_s...
engine/shell/platform/android/android_context_gl_unittests.cc/0
{ "file_path": "engine/shell/platform/android/android_context_gl_unittests.cc", "repo_id": "engine", "token_count": 3222 }
437
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_GL_IMPELLER_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_GL_IMPELLER_H_ #include "flut...
engine/shell/platform/android/android_surface_gl_impeller.h/0
{ "file_path": "engine/shell/platform/android/android_surface_gl_impeller.h", "repo_id": "engine", "token_count": 1002 }
438
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_EXTERNAL_VIEW_EMBEDDER_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_EXTER...
engine/shell/platform/android/external_view_embedder/external_view_embedder.h/0
{ "file_path": "engine/shell/platform/android/external_view_embedder/external_view_embedder.h", "repo_id": "engine", "token_count": 1929 }
439
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_IMAGE_LRU_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_IMAGE_LRU_H_ #include <array> #include <cstddef> #include "dis...
engine/shell/platform/android/image_lru.h/0
{ "file_path": "engine/shell/platform/android/image_lru.h", "repo_id": "engine", "token_count": 584 }
440
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.android; import static android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW; import static io.flutter.embedding.androi...
engine/shell/platform/android/io/flutter/embedding/android/FlutterActivityAndFragmentDelegate.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/FlutterActivityAndFragmentDelegate.java", "repo_id": "engine", "token_count": 16180 }
441
package io.flutter.embedding.android; import android.util.LongSparseArray; import android.view.MotionEvent; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import java.util.PriorityQueue; import java.util.concurrent.atomic.AtomicLong; /** Tracks the motion events received by the FlutterView. ...
engine/shell/platform/android/io/flutter/embedding/android/MotionEventTracker.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/MotionEventTracker.java", "repo_id": "engine", "token_count": 929 }
442
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine.deferredcomponents; import io.flutter.embedding.engine.FlutterJNI; import io.flutter.embedding.engine.systemchannels.D...
engine/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/DeferredComponentManager.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/DeferredComponentManager.java", "repo_id": "engine", "token_count": 3776 }
443
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine.plugins.contentprovider; import androidx.annotation.NonNull; /** * A {@link io.flutter.embedding.engine.plugins.Flut...
engine/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderAware.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderAware.java", "repo_id": "engine", "token_count": 291 }
444
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine.systemchannels; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.Vi...
engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/DeferredComponentChannel.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/DeferredComponentChannel.java", "repo_id": "engine", "token_count": 1816 }
445
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.plugin.common; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.UiThread; import io....
engine/shell/platform/android/io/flutter/plugin/common/BasicMessageChannel.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/common/BasicMessageChannel.java", "repo_id": "engine", "token_count": 3305 }
446
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.plugin.common; import androidx.annotation.Nullable; import java.nio.ByteBuffer; import java.nio.charset.Charset; /** * A {@link Messa...
engine/shell/platform/android/io/flutter/plugin/common/StringCodec.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/common/StringCodec.java", "repo_id": "engine", "token_count": 572 }
447
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.plugin.platform; import androidx.annotation.NonNull; /** * Registry for platform view factories. * * <p>Plugins can register factor...
engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistry.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistry.java", "repo_id": "engine", "token_count": 209 }
448
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.util; import androidx.annotation.Nullable; /** * Static convenience methods that help a method or constructor check whether it was in...
engine/shell/platform/android/io/flutter/util/Preconditions.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/util/Preconditions.java", "repo_id": "engine", "token_count": 526 }
449
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//flutter/shell/config.gni") source_set("surface") { sources = [ "android_surface.cc", "android_surface.h", "snapshot_surface_producer....
engine/shell/platform/android/surface/BUILD.gn/0
{ "file_path": "engine/shell/platform/android/surface/BUILD.gn", "repo_id": "engine", "token_count": 532 }
450
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter; import static org.junit.Assert.assertEquals; import java.io.PrintWriter; import java.io.StringWriter; import org.junit.Test; import o...
engine/shell/platform/android/test/io/flutter/LogTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/LogTest.java", "repo_id": "engine", "token_count": 286 }
451
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static org.mockito.Moc...
engine/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupComponentTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupComponentTest.java", "repo_id": "engine", "token_count": 5315 }
452
package io.flutter.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import android.annotation.TargetApi; import io.flutter.embedding.engine.FlutterJNI; import io.flutter.embedding.engine.dart.DartExecutor; imp...
engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/AccessibilityChannelTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/AccessibilityChannelTest.java", "repo_id": "engine", "token_count": 625 }
453
package io.flutter.plugin.editing; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static org.mockito.Mockito.mock; import android.content.Context; import android.text.Editable; import android.text.Selection; import android.vie...
engine/shell/platform/android/test/io/flutter/plugin/editing/ListenableEditingStateTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/plugin/editing/ListenableEditingStateTest.java", "repo_id": "engine", "token_count": 5125 }
454
package io.flutter.plugins; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.VisibleForTesting; import io.flutter.embedding.engine.FlutterEngine; import java.util.ArrayList; import java.util.List; /** * A fake of the {@code GeneratedPluginRegistrant} normally built ...
engine/shell/platform/android/test/io/flutter/plugins/GeneratedPluginRegistrant.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/plugins/GeneratedPluginRegistrant.java", "repo_id": "engine", "token_count": 540 }
455
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//flutter/common/config.gni") import("//flutter/testing/testing.gni") config("desktop_library_implementation") { defines = [ "FLUTTER_DESKTOP_LIBRA...
engine/shell/platform/common/BUILD.gn/0
{ "file_path": "engine/shell/platform/common/BUILD.gn", "repo_id": "engine", "token_count": 2071 }
456
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/common/client_wrapper/include/flutter/event_channel.h" #include <memory> #include <string> #include "flutter/shell/platf...
engine/shell/platform/common/client_wrapper/event_channel_unittests.cc/0
{ "file_path": "engine/shell/platform/common/client_wrapper/event_channel_unittests.cc", "repo_id": "engine", "token_count": 4013 }
457
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_PLUGIN_REGISTRAR_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTT...
engine/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h", "repo_id": "engine", "token_count": 1430 }
458
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_TESTING_STUB_FLUTTER_API_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_TESTING_STUB_FLUTTER_...
engine/shell/platform/common/client_wrapper/testing/stub_flutter_api.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/testing/stub_flutter_api.h", "repo_id": "engine", "token_count": 1368 }
459
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/common/json_message_codec.h" #include <iostream> #include <string> #include "rapidjson/error/en.h" #include "rapidjson/s...
engine/shell/platform/common/json_message_codec.cc/0
{ "file_path": "engine/shell/platform/common/json_message_codec.cc", "repo_id": "engine", "token_count": 566 }
460
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_TEST_ACCESSIBILITY_BRIDGE_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_TEST_ACCESSIBILITY_BRIDGE_H_ #include "accessibil...
engine/shell/platform/common/test_accessibility_bridge.h/0
{ "file_path": "engine/shell/platform/common/test_accessibility_bridge.h", "repo_id": "engine", "token_count": 393 }
461
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_BUFFER_CONVERSIONS_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_BUFFER_CONVERSIONS_H_ #include <Foundation...
engine/shell/platform/darwin/common/buffer_conversions.h/0
{ "file_path": "engine/shell/platform/darwin/common/buffer_conversions.h", "repo_id": "engine", "token_count": 279 }
462
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERNSBUNDLEUTILS_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTER...
engine/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h", "repo_id": "engine", "token_count": 730 }
463
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h" #include "flutter/common/graphics/persistent_cache.h" #include "flutter/f...
engine/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm/0
{ "file_path": "engine/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm", "repo_id": "engine", "token_count": 1613 }
464
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>NSPrivacyTracking</key> <false/> <key>NSPrivacyTrackingDomains</key> <array/> <key>NSPrivacyCollectedDataTypes</key> <array/> <key>NSPriv...
engine/shell/platform/darwin/ios/framework/PrivacyInfo.xcprivacy/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/PrivacyInfo.xcprivacy", "repo_id": "engine", "token_count": 398 }
465
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Foundation/Foundation.h> #import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #include <_types/_uint64_t.h> #import "flutter/shell/platform/darwin...
engine/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponderTest.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponderTest.mm", "repo_id": "engine", "token_count": 17276 }
466
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Foundation/Foundation.h> #import <OCMock/OCMock.h> #import <UIKit/UIKit.h> #import <XCTest/XCTest.h> #include <_types/_uint32_t.h> #include "flut...
engine/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManagerTest.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManagerTest.mm", "repo_id": "engine", "token_count": 5406 }
467
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERRESTORATIONPLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERRE...
engine/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h", "repo_id": "engine", "token_count": 345 }
468
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUIPRESSPROXY_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUIPRESS...
engine/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h", "repo_id": "engine", "token_count": 393 }
469
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEYCODEMAP_INTERNAL_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEYCODEMAP_INT...
engine/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h", "repo_id": "engine", "token_count": 1615 }
470
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_CONNECTION_COLLECTION_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_CONNECTION_C...
engine/shell/platform/darwin/ios/framework/Source/connection_collection.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/connection_collection.h", "repo_id": "engine", "token_count": 352 }
471
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_SOFTWARE_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_SOFTWARE_H_ #include "flutter/fml/...
engine/shell/platform/darwin/ios/ios_context_software.h/0
{ "file_path": "engine/shell/platform/darwin/ios/ios_context_software.h", "repo_id": "engine", "token_count": 400 }
472
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <XCTest/XCTest.h> #import "flutter/shell/platform/darwin/ios/platform_message_handler_ios.h" #import "flutter/common/task_runners.h" #import "flu...
engine/shell/platform/darwin/ios/platform_message_handler_ios_test.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/platform_message_handler_ios_test.mm", "repo_id": "engine", "token_count": 1936 }
473
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSIBILITYBRIDGEMAC_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSI...
engine/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h", "repo_id": "engine", "token_count": 1540 }
474
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h" #import "flutter/shell/platform/darwin/macos/framework/Source/Flutter...
engine/shell/platform/darwin/macos/framework/Source/FlutterDartProject.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterDartProject.mm", "repo_id": "engine", "token_count": 1728 }
475
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERKEYPRIMARYRESPONDER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLU...
engine/shell/platform/darwin/macos/framework/Source/FlutterKeyPrimaryResponder.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterKeyPrimaryResponder.h", "repo_id": "engine", "token_count": 569 }
476
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/testing/testing.h" #import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h" #import "flutter/shell/platform/darwin...
engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMacTest.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMacTest.mm", "repo_id": "engine", "token_count": 4277 }
477
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterViewController.h" #import "flutter/shell/platform/darwin/macos/framework/Source/Flutt...
engine/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObjectTest.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObjectTest.mm", "repo_id": "engine", "token_count": 1317 }
478
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLERTESTUTILS_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE...
engine/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.h", "repo_id": "engine", "token_count": 316 }
479
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/toolchain/clang.gni") import("//flutter/build/zip_bundle.gni") import("//flutter/common/config.gni") import("//flutter/impeller/tools/impeller...
engine/shell/platform/embedder/BUILD.gn/0
{ "file_path": "engine/shell/platform/embedder/BUILD.gn", "repo_id": "engine", "token_count": 7606 }
480
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_EXTERNAL_VIEW_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_EXTERNAL_VIEW_H_ #include <optional> #i...
engine/shell/platform/embedder/embedder_external_view.h/0
{ "file_path": "engine/shell/platform/embedder/embedder_external_view.h", "repo_id": "engine", "token_count": 1636 }
481
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_RENDER_TARGET_SKIA_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_RENDER_TARGET_SKIA_H_ #include "fl...
engine/shell/platform/embedder/embedder_render_target_skia.h/0
{ "file_path": "engine/shell/platform/embedder/embedder_render_target_skia.h", "repo_id": "engine", "token_count": 493 }
482
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/embedder_surface_vulkan.h" #include <utility> #include "flutter/flutter_vma/flutter_skia_vma.h" #include "flutt...
engine/shell/platform/embedder/embedder_surface_vulkan.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_surface_vulkan.cc", "repo_id": "engine", "token_count": 2439 }
483
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_PLATFORM_VIEW_EMBEDDER_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_PLATFORM_VIEW_EMBEDDER_H_ #include <functional> ...
engine/shell/platform/embedder/platform_view_embedder.h/0
{ "file_path": "engine/shell/platform/embedder/platform_view_embedder.h", "repo_id": "engine", "token_count": 1885 }
484
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/tests/embedder_test_compositor.h" #include <utility> #include "flutter/fml/logging.h" #include "flutter/shell/p...
engine/shell/platform/embedder/tests/embedder_test_compositor.cc/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_compositor.cc", "repo_id": "engine", "token_count": 1595 }
485
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/tests/embedder_test_context_software.h" #include <utility> #include "flutter/fml/make_copyable.h" #include "flu...
engine/shell/platform/embedder/tests/embedder_test_context_software.cc/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_context_software.cc", "repo_id": "engine", "token_count": 560 }
486
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_EXT_HANDLE_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_EXT_HANDLE_H_ #include...
engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.h", "repo_id": "engine", "token_count": 1151 }
487
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "dart_component_controller.h" #include <fcntl.h> #include <lib/async-loop/loop.h> #include <lib/async/cpp/task.h> #include <lib/async/default.h> ...
engine/shell/platform/fuchsia/dart_runner/dart_component_controller.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/dart_component_controller.cc", "repo_id": "engine", "token_count": 8589 }
488
{ "comment:0": "NOTE: THIS FILE IS GENERATED. DO NOT EDIT.", "comment:1": "Instead modify 'flutter/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml' and follow the instructions therein.", "dart_runner": { "include": [ { "path": "../../../../../../third_party/dart/sdk/lib/libraries.json",...
engine/shell/platform/fuchsia/dart_runner/kernel/libraries.json/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/kernel/libraries.json", "repo_id": "engine", "token_count": 375 }
489
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. { include: [ "sys/testing/gtest_runner.shard.cml", "sys/component/realm_builder_absolute.shard.cml", // This test needs both t...
engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_aot_runner/meta/dart-aot-runner-integration-test.cml/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_aot_runner/meta/dart-aot-runner-integration-test.cml", "repo_id": "engine", "token_count": 835 }
490
Flutter Application Runner ========================== Implements the `fuchsia::component::runner::ComponentRunner` FIDL interface to launch and run multiple Flutter applications within the same process in Fuchsia.
engine/shell/platform/fuchsia/flutter/README.md/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/README.md", "repo_id": "engine", "token_count": 49 }
491
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "file_in_namespace_buffer.h" #include <fuchsia/io/cpp/fidl.h> #include <lib/fdio/directory.h> #include <zircon/status.h> #include "flutter/fml/t...
engine/shell/platform/fuchsia/flutter/file_in_namespace_buffer.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/file_in_namespace_buffer.cc", "repo_id": "engine", "token_count": 1427 }
492
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. include: ../../../tools/analysis_options.yaml analyzer: errors: avoid_catches_without_on_clauses: ignore cascade_invocations: ignore only_throw_...
engine/shell/platform/fuchsia/flutter/kernel/analysis_options.yaml/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/kernel/analysis_options.yaml", "repo_id": "engine", "token_count": 142 }
493
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PLATFORM_VIEW_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PLATFORM_VIEW_H_ #include <fuchsia/ui/compo...
engine/shell/platform/fuchsia/flutter/platform_view.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/platform_view.h", "repo_id": "engine", "token_count": 3780 }
494
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "software_surface.h" #include <lib/async/default.h> #include <zircon/rights.h> #include <zircon/status.h> #include <zircon/types.h> #include <cm...
engine/shell/platform/fuchsia/flutter/software_surface.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/software_surface.cc", "repo_id": "engine", "token_count": 5324 }
495
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_PLATFORM_MESSAGE_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_PLATFORM_MESSAGE_...
engine/shell/platform/fuchsia/flutter/tests/fakes/platform_message.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/fakes/platform_message.h", "repo_id": "engine", "token_count": 765 }
496
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. { include: [ "sys/testing/gtest_runner.shard.cml", "sys/component/realm_builder_absolute.shard.cml", // This test needs both th...
engine/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml", "repo_id": "engine", "token_count": 1420 }
497
# Timezone data for testing This directory contains the fixed timezone data version 2019a for testing. It is used in the runner tests to show that loading these files from a specified location results in the TZ data version "2019a" becoming available to the binaries.
engine/shell/platform/fuchsia/flutter/tests/tzdata/README.md/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/tzdata/README.md", "repo_id": "engine", "token_count": 62 }
498
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // On Fuchsia, in lieu of the ELF dynamic symbol table consumed through dladdr, // the Dart VM profiler consumes symbols produced by this tool, which have ...
engine/shell/platform/fuchsia/runtime/dart/profiler_symbols/dart_profiler_symbols.dart/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/profiler_symbols/dart_profiler_symbols.dart", "repo_id": "engine", "token_count": 1497 }
499