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. // ignore_for_file: public_member_api_docs part of flutter_gpu; /// A handle to a graphics context. Used to create and manage GPU resources. /// /// To o...
engine/lib/gpu/lib/src/context.dart/0
{ "file_path": "engine/lib/gpu/lib/src/context.dart", "repo_id": "engine", "token_count": 1429 }
250
// 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_LIB_GPU_SHADER_LIBRARY_H_ #define FLUTTER_LIB_GPU_SHADER_LIBRARY_H_ #include <memory> #include <string> #include <unordered_map> #include...
engine/lib/gpu/shader_library.h/0
{ "file_path": "engine/lib/gpu/shader_library.h", "repo_id": "engine", "token_count": 893 }
251
// 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. part of dart.ui; /// Annotation to keep [Object.toString] overrides as-is instead of removing /// them for size optimization purposes. /// /// For certain...
engine/lib/ui/annotations.dart/0
{ "file_path": "engine/lib/ui/annotations.dart", "repo_id": "engine", "token_count": 432 }
252
#version 320 es // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. precision highp float; layout(location = 0) out vec4 fragColor; layout(location = 0) uniform float a; void main() { fragColor = vec4(...
engine/lib/ui/fixtures/shaders/supported_glsl_op_shaders/68_cross.frag/0
{ "file_path": "engine/lib/ui/fixtures/shaders/supported_glsl_op_shaders/68_cross.frag", "repo_id": "engine", "token_count": 216 }
253
// 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_LIB_UI_ISOLATE_NAME_SERVER_ISOLATE_NAME_SERVER_H_ #define FLUTTER_LIB_UI_ISOLATE_NAME_SERVER_ISOLATE_NAME_SERVER_H_ #include <map> #includ...
engine/lib/ui/isolate_name_server/isolate_name_server.h/0
{ "file_path": "engine/lib/ui/isolate_name_server/isolate_name_server.h", "repo_id": "engine", "token_count": 479 }
254
// 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/lib/ui/painting/display_list_deferred_image_gpu_skia.h" #include "flutter/fml/make_copyable.h" #include "third_party/skia/include/core/S...
engine/lib/ui/painting/display_list_deferred_image_gpu_skia.cc/0
{ "file_path": "engine/lib/ui/painting/display_list_deferred_image_gpu_skia.cc", "repo_id": "engine", "token_count": 3623 }
255
// 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/lib/ui/painting/image_decoder_impeller.h" #include <memory> #include "flutter/fml/closure.h" #include "flutter/fml/make_copyable.h" #in...
engine/lib/ui/painting/image_decoder_impeller.cc/0
{ "file_path": "engine/lib/ui/painting/image_decoder_impeller.cc", "repo_id": "engine", "token_count": 9293 }
256
// 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_LIB_UI_PAINTING_IMAGE_ENCODING_SKIA_H_ #define FLUTTER_LIB_UI_PAINTING_IMAGE_ENCODING_SKIA_H_ #include "flutter/common/task_runners.h" #in...
engine/lib/ui/painting/image_encoding_skia.h/0
{ "file_path": "engine/lib/ui/painting/image_encoding_skia.h", "repo_id": "engine", "token_count": 390 }
257
// 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_LIB_UI_PAINTING_MATRIX_H_ #define FLUTTER_LIB_UI_PAINTING_MATRIX_H_ #include "third_party/skia/include/core/SkM44.h" #include "third_party...
engine/lib/ui/painting/matrix.h/0
{ "file_path": "engine/lib/ui/painting/matrix.h", "repo_id": "engine", "token_count": 249 }
258
// 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_LIB_UI_PAINTING_RRECT_H_ #define FLUTTER_LIB_UI_PAINTING_RRECT_H_ #include "third_party/dart/runtime/include/dart_api.h" #include "third_p...
engine/lib/ui/painting/rrect.h/0
{ "file_path": "engine/lib/ui/painting/rrect.h", "repo_id": "engine", "token_count": 523 }
259
// 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_LIB_UI_PLUGINS_CALLBACK_CACHE_H_ #define FLUTTER_LIB_UI_PLUGINS_CALLBACK_CACHE_H_ #include <map> #include <memory> #include <mutex> #inclu...
engine/lib/ui/plugins/callback_cache.h/0
{ "file_path": "engine/lib/ui/plugins/callback_cache.h", "repo_id": "engine", "token_count": 631 }
260
// 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. part of dart.ui; /// Whether to use the italic type variation of glyphs in the font. /// /// Some modern fonts allow this to be selected in a more fine-gra...
engine/lib/ui/text.dart/0
{ "file_path": "engine/lib/ui/text.dart", "repo_id": "engine", "token_count": 46277 }
261
// 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/lib/ui/window/key_data.h" #include <cstring> namespace flutter { static_assert(sizeof(KeyData) == kBytesPerKeyField * kKeyDataFieldCou...
engine/lib/ui/window/key_data.cc/0
{ "file_path": "engine/lib/ui/window/key_data.cc", "repo_id": "engine", "token_count": 156 }
262
// 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_LIB_UI_WINDOW_PLATFORM_MESSAGE_RESPONSE_DART_PORT_H_ #define FLUTTER_LIB_UI_WINDOW_PLATFORM_MESSAGE_RESPONSE_DART_PORT_H_ #include "flutte...
engine/lib/ui/window/platform_message_response_dart_port.h/0
{ "file_path": "engine/lib/ui/window/platform_message_response_dart_port.h", "repo_id": "engine", "token_count": 470 }
263
# Web-specific analysis options. # # As of today the web code contains quite a few deviations from the repo-wide # analysis options due to having been migrated from google3. The ultimate goal # is to clean up our code and delete this file. include: ../../analysis_options.yaml linter: rules: avoid_dynamic_calls:...
engine/lib/web_ui/analysis_options.yaml/0
{ "file_path": "engine/lib/web_ui/analysis_options.yaml", "repo_id": "engine", "token_count": 197 }
264
// 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:ffi' as ffi; import 'dart:io' as io; import 'package:path/path.dart' as pathlib; import 'exceptions.dart'; /// Contains various environment...
engine/lib/web_ui/dev/environment.dart/0
{ "file_path": "engine/lib/web_ui/dev/environment.dart", "repo_id": "engine", "token_count": 2536 }
265
// 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:io' as io; import 'package:path/path.dart' as pathlib; import 'package:pool/pool.dart'; import '../environment.dart';...
engine/lib/web_ui/dev/steps/compile_bundle_step.dart/0
{ "file_path": "engine/lib/web_ui/dev/steps/compile_bundle_step.dart", "repo_id": "engine", "token_count": 3911 }
266
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This is a little helper function that helps us start the fetch and compilation // of an emscripten wasm module in parallel with the fetch of its script....
engine/lib/web_ui/flutter_js/src/instantiate_wasm.js/0
{ "file_path": "engine/lib/web_ui/flutter_js/src/instantiate_wasm.js", "repo_id": "engine", "token_count": 201 }
267
// 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. part of ui; // ignore_for_file: avoid_classes_with_only_static_members /// Helper functions for Dart Plugin Registrants. class DartPluginRegistrant { /...
engine/lib/web_ui/lib/natives.dart/0
{ "file_path": "engine/lib/web_ui/lib/natives.dart", "repo_id": "engine", "token_count": 181 }
268
// 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:ui/src/engine/vector_math.dart'; import 'package:ui/ui.dart' as ui; import '../color_filter.dart'; import '../u...
engine/lib/web_ui/lib/src/engine/canvaskit/color_filter.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/canvaskit/color_filter.dart", "repo_id": "engine", "token_count": 2774 }
269
// 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:meta/meta.dart'; import 'package:ui/src/engine/util.dart'; import 'package:ui/ui.dart' as ui; import '../../engine.dart' show PlatformView...
engine/lib/web_ui/lib/src/engine/canvaskit/overlay_scene_optimizer.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/canvaskit/overlay_scene_optimizer.dart", "repo_id": "engine", "token_count": 2411 }
270
// 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:ui/ui.dart' as ui; import 'canvaskit_api.dart'; import 'native_memory.dart'; class CkVertices implements ui.Ve...
engine/lib/web_ui/lib/src/engine/canvaskit/vertices.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/canvaskit/vertices.dart", "repo_id": "engine", "token_count": 1206 }
271
// 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/ui.dart' as ui; import '../dom.dart'; import '../svg.dart'; import '../util.dart'; import 'path_to_svg_clip.dart'; import 'surface.dart...
engine/lib/web_ui/lib/src/engine/html/clip.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/clip.dart", "repo_id": "engine", "token_count": 2751 }
272
// 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 'conic.dart'; import 'cubic.dart'; import 'path_iterator.dart'; import 'path_ref.dart'; impor...
engine/lib/web_ui/lib/src/engine/html/path/path_windings.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/path/path_windings.dart", "repo_id": "engine", "token_count": 4665 }
273
// 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:ui/ui.dart' as ui; import '../../browser_detection.dart'; import 'shader_builder.dart'; /// Provides common sh...
engine/lib/web_ui/lib/src/engine/html/shaders/vertex_shaders.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/html/shaders/vertex_shaders.dart", "repo_id": "engine", "token_count": 1659 }
274
// 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 '../dom.dart'; /// Listener for DOM events that prevents the default browser behavior. final DomEventListener preventDefaultListener = createDomEve...
engine/lib/web_ui/lib/src/engine/mouse/prevent_default.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/mouse/prevent_default.dart", "repo_id": "engine", "token_count": 95 }
275
// 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/ui.dart' as ui; import 'initialization.dart'; const bool _debugLogPointerConverter = false; /// The state of the pointer of a specifi...
engine/lib/web_ui/lib/src/engine/pointer_converter.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/pointer_converter.dart", "repo_id": "engine", "token_count": 13710 }
276
// 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 '../dom.dart'; import 'semantics.dart'; /// The method used to represend a label of a leaf node in the DOM. /// /// This is required by some screen...
engine/lib/web_ui/lib/src/engine/semantics/label_and_value.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/semantics/label_and_value.dart", "repo_id": "engine", "token_count": 1338 }
277
// 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') // The web_sdk/sdk_rewriter.dart uses this directive. // ignore: unnecessary_library_directive library skwasm_impl; import 'dart:f...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl.dart", "repo_id": "engine", "token_count": 777 }
278
// 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:ffi'; typedef RawRect = Pointer<Float>; typedef RawIRect = Pointer<Int32>; typedef RawRRect = Pointer<Float>; typedef RawPointArray = Pointer...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_geometry.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_geometry.dart", "repo_id": "engine", "token_count": 169 }
279
// 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:ffi'; import 'package:ui/src/engine/skwasm/skwasm_impl.dart'; final class RawParagraphStyle ex...
engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph_style.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/text/raw_paragraph_style.dart", "repo_id": "engine", "token_count": 751 }
280
// 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:meta/meta.dart'; import 'package:ui/ui.dart' as ui; import '../dom.dart'; import 'canvas_paragraph.dart'; imp...
engine/lib/web_ui/lib/src/engine/text/layout_service.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/text/layout_service.dart", "repo_id": "engine", "token_count": 12974 }
281
// 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:meta/meta.dart'; import 'package:ui/ui.dart' as ui; import '.....
engine/lib/web_ui/lib/src/engine/text_editing/text_editing.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/text_editing/text_editing.dart", "repo_id": "engine", "token_count": 29399 }
282
// 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:meta/meta.dart'; import 'package:ui/ui.dart' as ui; import 'package:ui/ui_web/src/ui_web.da...
engine/lib/web_ui/lib/src/engine/window.dart/0
{ "file_path": "engine/lib/web_ui/lib/src/engine/window.dart", "repo_id": "engine", "token_count": 10211 }
283
name: ui publish_to: none # Keep the SDK version range in sync with pubspecs under web_sdk environment: sdk: '>=3.2.0-0 <4.0.0' dependencies: js: 0.6.4 meta: ^1.7.0 web_locale_keymap: path: ../../third_party/web_locale_keymap web_unicode: path: ../../third_party/web_unicode web_test_fonts: p...
engine/lib/web_ui/pubspec.yaml/0
{ "file_path": "engine/lib/web_ui/pubspec.yaml", "repo_id": "engine", "token_count": 533 }
284
// 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/SkString.h" SKWASM_EXPORT SkString* skString_allocate(size_t length) { return new SkString(...
engine/lib/web_ui/skwasm/string.cpp/0
{ "file_path": "engine/lib/web_ui/skwasm/string.cpp", "repo_id": "engine", "token_count": 299 }
285
// 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; imp...
engine/lib/web_ui/test/canvaskit/color_filter_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/color_filter_golden_test.dart", "repo_id": "engine", "token_count": 2339 }
286
// 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/canvaskit/multi_view_test.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/multi_view_test.dart", "repo_id": "engine", "token_count": 1371 }
287
// 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'; /// A 1x1 fully transparent PNG image. final Uint8List kTransparentImage = Uint8List.fromList(<int>[ 0x89, 0x50, 0x4e, 0x47, 0...
engine/lib/web_ui/test/canvaskit/test_data.dart/0
{ "file_path": "engine/lib/web_ui/test/canvaskit/test_data.dart", "repo_id": "engine", "token_count": 1285 }
288
// 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/engine/clipboard_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/clipboard_test.dart", "repo_id": "engine", "token_count": 1898 }
289
// 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:meta/meta.dart' show isTest; import 'package:quiver/testing/async.dart'; import 'package:test/bootstrap/browser.dart'; import 'package:test...
engine/lib/web_ui/test/engine/keyboard_converter_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/keyboard_converter_test.dart", "repo_id": "engine", "token_count": 16688 }
290
// 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:js_interop'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'pack...
engine/lib/web_ui/test/engine/profiler_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/profiler_test.dart", "repo_id": "engine", "token_count": 2561 }
291
// 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('chrome || safari || firefox') library; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; ...
engine/lib/web_ui/test/engine/semantics/text_field_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/semantics/text_field_test.dart", "repo_id": "engine", "token_count": 13054 }
292
// 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/engine/view_embedder/dimensions_provider/full_page_dimensions_provider_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/view_embedder/dimensions_provider/full_page_dimensions_provider_test.dart", "repo_id": "engine", "token_count": 1131 }
293
// 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' as engine; import 'package:ui/ui.dart' h...
engine/lib/web_ui/test/html/canvas_context_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/canvas_context_golden_test.dart", "repo_id": "engine", "token_count": 1015 }
294
// 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/drawing/canvas_draw_picture_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/drawing/canvas_draw_picture_golden_test.dart", "repo_id": "engine", "token_count": 1831 }
295
// 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' hide window...
engine/lib/web_ui/test/html/paragraph/shadows_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/paragraph/shadows_golden_test.dart", "repo_id": "engine", "token_count": 694 }
296
// 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/shaders/linear_gradient_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/shaders/linear_gradient_golden_test.dart", "repo_id": "engine", "token_count": 2567 }
297
// 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/text_direction_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/text/text_direction_test.dart", "repo_id": "engine", "token_count": 2955 }
298
// 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'; import '../common/test_initialization.dart'; ...
engine/lib/web_ui/test/ui/gradient_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/gradient_test.dart", "repo_id": "engine", "token_count": 1026 }
299
// 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' as ui; import '../common/test_initialization.da...
engine/lib/web_ui/test/ui/text_style_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/text_style_test.dart", "repo_id": "engine", "token_count": 4444 }
300
// 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_SERVICE_ISOLATE_H_ #define FLUTTER_RUNTIME_DART_SERVICE_ISOLATE_H_ #include <functional> #include <mutex> #include <set> #inc...
engine/runtime/dart_service_isolate.h/0
{ "file_path": "engine/runtime/dart_service_isolate.h", "repo_id": "engine", "token_count": 1764 }
301
// 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_EMBEDDER_RESOURCES_H_ #define FLUTTER_RUNTIME_EMBEDDER_RESOURCES_H_ namespace flutter { namespace runtime { struct ResourcesEntry...
engine/runtime/embedder_resources.h/0
{ "file_path": "engine/runtime/embedder_resources.h", "repo_id": "engine", "token_count": 283 }
302
// 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_RUNTIME_CONTROLLER_H_ #define FLUTTER_RUNTIME_RUNTIME_CONTROLLER_H_ #include <memory> #include <vector> #include "flutter/assets/...
engine/runtime/runtime_controller.h/0
{ "file_path": "engine/runtime/runtime_controller.h", "repo_id": "engine", "token_count": 11982 }
303
// 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_BASE64_H_ #define FLUTTER_SHELL_COMMON_BASE64_H_ #include <cstddef> namespace flutter { struct Base64 { public: enum cla...
engine/shell/common/base64.h/0
{ "file_path": "engine/shell/common/base64.h", "repo_id": "engine", "token_count": 626 }
304
// 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/engine.h" #include <cstring> #include "flutter/runtime/dart_vm_lifecycle.h" #include "flutter/shell/common/thread_host.h" ...
engine/shell/common/engine_unittests.cc/0
{ "file_path": "engine/shell/common/engine_unittests.cc", "repo_id": "engine", "token_count": 8702 }
305
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #define FML_USED_ON_EMBEDDER #include "flutter/shell/common/rasterizer.h" #include <memory> #include <optional> #include "flutter/flow/frame_timings.h" ...
engine/shell/common/rasterizer_unittests.cc/0
{ "file_path": "engine/shell/common/rasterizer_unittests.cc", "repo_id": "engine", "token_count": 25863 }
306
// 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_TEST_H_ #define FLUTTER_SHELL_COMMON_SHELL_TEST_H_ #include "flutter/shell/common/shell.h" #include <memory> #include...
engine/shell/common/shell_test.h/0
{ "file_path": "engine/shell/common/shell_test.h", "repo_id": "engine", "token_count": 2181 }
307
// 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/snapshot_controller_impeller.h" #include <algorithm> #include "flutter/flow/surface.h" #include "flutter/fml/trace_event.h...
engine/shell/common/snapshot_controller_impeller.cc/0
{ "file_path": "engine/shell/common/snapshot_controller_impeller.cc", "repo_id": "engine", "token_count": 1066 }
308
// 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/vsync_waiter_fallback.h" #include <memory> #include "flutter/fml/logging.h" #include "flutter/fml/message_loop.h" #include...
engine/shell/common/vsync_waiter_fallback.cc/0
{ "file_path": "engine/shell/common/vsync_waiter_fallback.cc", "repo_id": "engine", "token_count": 918 }
309
// 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_METAL_IMPELLER_H_ #define FLUTTER_SHELL_GPU_GPU_SURFACE_METAL_IMPELLER_H_ #include <Metal/Metal.h> #include "flutte...
engine/shell/gpu/gpu_surface_metal_impeller.h/0
{ "file_path": "engine/shell/gpu/gpu_surface_metal_impeller.h", "repo_id": "engine", "token_count": 1058 }
310
// 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/android/android_environment_gl.h" namespace flutter { AndroidEnvironmentGL::AndroidEnvironmentGL() : display_(EGL_NO_DIS...
engine/shell/platform/android/android_environment_gl.cc/0
{ "file_path": "engine/shell/platform/android/android_environment_gl.cc", "repo_id": "engine", "token_count": 300 }
311
// 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/android/apk_asset_provider.h" #include <unistd.h> #include <algorithm> #include <sstream> #include <utility> #include "...
engine/shell/platform/android/apk_asset_provider.cc/0
{ "file_path": "engine/shell/platform/android/apk_asset_provider.cc", "repo_id": "engine", "token_count": 1355 }
312
// 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.app; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.app.Activity; import android.a...
engine/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/app/FlutterActivityDelegate.java", "repo_id": "engine", "token_count": 6106 }
313
// 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 androidx.annotation.CallSuper; import com.google.android.play.core.splitcompat.SplitCompatApplication; import...
engine/shell/platform/android/io/flutter/embedding/android/FlutterPlayStoreSplitApplication.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/FlutterPlayStoreSplitApplication.java", "repo_id": "engine", "token_count": 667 }
314
// 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 android.content.Context; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import andro...
engine/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java", "repo_id": "engine", "token_count": 4652 }
315
// 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.mutatorsstack; import android.graphics.Matrix; import android.graphics.Path; import android.graphics.Rect; import andr...
engine/shell/platform/android/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorsStack.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorsStack.java", "repo_id": "engine", "token_count": 2354 }
316
// 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.shim; import androidx.annotation.NonNull; import io.flutter.Log; import io.flutter.embedding.engine.FlutterEng...
engine/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistry.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistry.java", "repo_id": "engine", "token_count": 1924 }
317
// 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 android.content.pm.ActivityInfo; import androidx.annotation.NonNull; import androidx.annotation...
engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/PlatformChannel.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/PlatformChannel.java", "repo_id": "engine", "token_count": 12203 }
318
// 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 java.nio.ByteBuffer; import org.json.JSO...
engine/shell/platform/android/io/flutter/plugin/common/JSONMethodCodec.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/common/JSONMethodCodec.java", "repo_id": "engine", "token_count": 1507 }
319
// 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.editing; import static io.flutter.Build.API_LEVELS; import android.annotation.SuppressLint; import android.content.Context; imp...
engine/shell/platform/android/io/flutter/plugin/editing/TextInputPlugin.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/editing/TextInputPlugin.java", "repo_id": "engine", "token_count": 11655 }
320
// 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 static android.content.Context.WINDOW_SERVICE; import static android.view.View.OnFocusChangeListener; import a...
engine/shell/platform/android/io/flutter/plugin/platform/SingleViewPresentation.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/platform/SingleViewPresentation.java", "repo_id": "engine", "token_count": 4017 }
321
// 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.view; import android.content.Context; import android.os.Handler; import androidx.annotation.NonNull; import androidx.annotation.Nullabl...
engine/shell/platform/android/io/flutter/view/FlutterMain.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/view/FlutterMain.java", "repo_id": "engine", "token_count": 1369 }
322
// 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/android/platform_view_android.h" #include <android/api-level.h> #include <memory> #include <utility> #include "flutter/c...
engine/shell/platform/android/platform_view_android.cc/0
{ "file_path": "engine/shell/platform/android/platform_view_android.cc", "repo_id": "engine", "token_count": 6916 }
323
// 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/android/surface/snapshot_surface_producer.h" namespace flutter { AndroidSnapshotSurfaceProducer::AndroidSnapshotSurfaceP...
engine/shell/platform/android/surface/snapshot_surface_producer.cc/0
{ "file_path": "engine/shell/platform/android/surface/snapshot_surface_producer.cc", "repo_id": "engine", "token_count": 168 }
324
package io.flutter.embedding.android; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import sta...
engine/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentTest.java", "repo_id": "engine", "token_count": 5592 }
325
package io.flutter.embedding.engine.dart; import static android.os.Looper.getMainLooper; import static junit.framework.TestCase.assertEquals; import static junit.framework.TestCase.assertNotNull; import static junit.framework.TestCase.assertTrue; import static org.junit.Assert.assertArrayEquals; import static org.mock...
engine/shell/platform/android/test/io/flutter/embedding/engine/dart/DartMessengerTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/dart/DartMessengerTest.java", "repo_id": "engine", "token_count": 4920 }
326
package io.flutter.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS; import static junit.framework.TestCase.assertEquals; import static org.mockito.Mockito.eq; import static org.mockito.Mockito.isNull; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import a...
engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/SettingsChannelTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/SettingsChannelTest.java", "repo_id": "engine", "token_count": 1077 }
327
// 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 static android.os.Looper.getMainLooper; import static io.flutter.Build.API_LEVELS; import static org.junit.Asse...
engine/shell/platform/android/test/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTargetTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTargetTest.java", "repo_id": "engine", "token_count": 1215 }
328
// 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.view; import static io.flutter.Build.API_LEVELS; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFals...
engine/shell/platform/android/test/io/flutter/view/AccessibilityBridgeTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/view/AccessibilityBridgeTest.java", "repo_id": "engine", "token_count": 35120 }
329
# 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/testing/testing.gni") import("core_wrapper_files.gni") # Client library build for internal use by the shell implementation. source_set("cli...
engine/shell/platform/common/client_wrapper/BUILD.gn/0
{ "file_path": "engine/shell/platform/common/client_wrapper/BUILD.gn", "repo_id": "engine", "token_count": 760 }
330
// 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_EVENT_SINK_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_EVE...
engine/shell/platform/common/client_wrapper/include/flutter/event_sink.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/event_sink.h", "repo_id": "engine", "token_count": 722 }
331
// 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/method_channel.h" #include <memory> #include <string> #include "flutter/shell/plat...
engine/shell/platform/common/client_wrapper/method_channel_unittests.cc/0
{ "file_path": "engine/shell/platform/common/client_wrapper/method_channel_unittests.cc", "repo_id": "engine", "token_count": 2890 }
332
// 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/engine_switches.h" #include "gtest/gtest.h" namespace flutter { namespace { // Sets |key=value| in the environme...
engine/shell/platform/common/engine_switches_unittests.cc/0
{ "file_path": "engine/shell/platform/common/engine_switches_unittests.cc", "repo_id": "engine", "token_count": 1012 }
333
// 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_PATH_UTILS_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_PATH_UTILS_H_ #include <filesystem> namespace flutter { // Ret...
engine/shell/platform/common/path_utils.h/0
{ "file_path": "engine/shell/platform/common/path_utils.h", "repo_id": "engine", "token_count": 180 }
334
// 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_TEXT_RANGE_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_TEXT_RANGE_H_ #include <algorithm> #include "flutter/fml/loggin...
engine/shell/platform/common/text_range.h/0
{ "file_path": "engine/shell/platform/common/text_range.h", "repo_id": "engine", "token_count": 957 }
335
// 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_HEADERS_FLUTTERDARTPROJECT_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTER...
engine/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h", "repo_id": "engine", "token_count": 1199 }
336
// 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/Source/FlutterTestUtils.h" #import "flutter/shell/platform/darwin/common/framework/Headers/Flutter...
engine/shell/platform/darwin/common/framework/Source/FlutterTestUtils.mm/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Source/FlutterTestUtils.mm", "repo_id": "engine", "token_count": 166 }
337
// 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_HEADERS_FLUTTERCALLBACKCACHE_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERCALL...
engine/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h", "repo_id": "engine", "token_count": 532 }
338
// 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/ios/framework/Source/FlutterChannelKeyResponder.h" #import <objc/message.h> #include <sys/types.h> #include "fml/me...
engine/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.mm", "repo_id": "engine", "token_count": 3620 }
339
// 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_FLUTTERENGINE_TEST_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERENGINE_T...
engine/shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h", "repo_id": "engine", "token_count": 809 }
340
// 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/ios/framework/Source/FlutterPlatformPlugin.h" #import <AudioToolbox/AudioToolbox.h> #import <Foundation/Foundation....
engine/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm", "repo_id": "engine", "token_count": 5905 }
341
// 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/ios/framework/Source/FlutterSpellCheckPlugin.h" #import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #pragma mark -...
engine/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPluginTest.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPluginTest.mm", "repo_id": "engine", "token_count": 7171 }
342
// 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_FLUTTERVIEW_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_ #inclu...
engine/shell/platform/darwin/ios/framework/Source/FlutterView.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterView.h", "repo_id": "engine", "token_count": 783 }
343
// 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/common/framework/Headers/FlutterMacros.h" #import "flutter/shell/platform/darwin/ios/fram...
engine/shell/platform/darwin/ios/framework/Source/UIViewController_FlutterScreenAndSceneIfLoadedTest.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/UIViewController_FlutterScreenAndSceneIfLoadedTest.mm", "repo_id": "engine", "token_count": 1202 }
344
// 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_VSYNC_WAITER_IOS_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_VSYNC_WAITER_IOS_...
engine/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h", "repo_id": "engine", "token_count": 1012 }
345
// 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/ios/ios_surface.h" #import "flutter/shell/platform/darwin/ios/ios_surface_software.h" #include "flutter/shell/plat...
engine/shell/platform/darwin/ios/ios_surface.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/ios_surface.mm", "repo_id": "engine", "token_count": 1032 }
346
// 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_HEADERS_FLUTTERAPPDELEGATE_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAP...
engine/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h", "repo_id": "engine", "token_count": 826 }
347
// 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/FlutterAppLifecycleDelegate.h" #import "flutter/testing/testing.h" #include "third_party/go...
engine/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegateTest.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegateTest.mm", "repo_id": "engine", "token_count": 3052 }
348
// 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 <objc/message.h> #include <memory> #import "FlutterEmbedderKeyResponder.h" #import "KeyCodeMap_Internal.h" #import "flutter/shell/platform/darwin/...
engine/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponder.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterEmbedderKeyResponder.mm", "repo_id": "engine", "token_count": 10471 }
349