Searched full:_engine (Results 1 – 17 of 17) sorted by relevance
| /third_party/skia/infra/bots/ |
| D | README.recipes.md | 56 …_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe… 82 …_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe… 116 …_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/path][recipe_engine/recipe_modul… 129 …_modules/doxygen/__init__.py#7): [recipe\_engine/context][recipe_engine/recipe_modules/context], [… 138 [DEPS](/infra/bots/recipe_modules/env/__init__.py#7): [recipe\_engine/context][recipe_engine/recipe… 145 …_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe… 180 [DEPS](/infra/bots/recipe_modules/git/__init__.py#7): [recipe\_engine/path][recipe_engine/recipe_mo… 194 …_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe… 206 …: [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/python][recipe_e… 232 …_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe… [all …]
|
| /third_party/gn/infra/ |
| D | README.recipes.md | 19 …_engine/cipd][recipe_engine/recipe_modules/cipd], [recipe\_engine/context][recipe_engine/recipe_mo… 69 [DEPS](/infra/recipe_modules/target/__init__.py#7): [recipe\_engine/platform][recipe_engine/recipe_… 78 …_engine/cipd][recipe_engine/recipe_modules/cipd], [recipe\_engine/context][recipe_engine/recipe_mo… 98 …_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/cas][recipe_engine… 107 …cipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_… 114 …cipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_… 121 …cipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_…
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
| D | FlutterViewController.mm | 51 fml::scoped_nsobject<FlutterEngine> _engine; 78 _engine.reset([engine retain]); 80 _flutterView.reset([[FlutterView alloc] initWithDelegate:_engine opaque:self.isViewOpaque]); 97 _engine.reset([[FlutterEngine alloc] initWithName:@"io.flutter" 100 _flutterView.reset([[FlutterView alloc] initWithDelegate:_engine opaque:self.isViewOpaque]); 101 [_engine.get() createShell:nil libraryURI:nil]; 113 flutter::Shell& shell = [_engine.get() shell]; 162 return _engine.get(); 223 [[_engine.get() navigationChannel] invokeMethod:@"setInitialRoute" arguments:route]; 227 [[_engine.get() navigationChannel] invokeMethod:@"popRoute" arguments:nil]; [all …]
|
| D | FlutterPlatformPlugin.mm | 37 fml::WeakPtr<FlutterEngine> _engine; 51 _engine = engine; 207 auto engineViewController = static_cast<UIViewController*>([_engine.get() viewController]);
|
| /third_party/flutter/flutter/dev/integration_tests/ios_add2app/ios_add2app/ |
| D | AppDelegate.m | 17 FlutterEngine *_engine; field 22 return _engine; 39 _engine = [[FlutterEngine alloc] initWithName:@"test" project:nil]; 40 [_engine runWithEntrypoint:nil]; 44 binaryMessenger:_engine.binaryMessenger
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/ |
| D | FlutterEngine.mm | 126 FLUTTER_API_SYMBOL(FlutterEngine) _engine; 195 FLUTTER_ENGINE_VERSION, &rendererConfig, &flutterArguments, (__bridge void*)(self), &_engine); 222 return _engine != nullptr; 237 if (!_engine) { 250 FlutterEngineSendWindowMetricsEvent(_engine, &event); 254 FlutterEngineSendPointerEvent(_engine, &event, 1); 300 FlutterEngineSendPlatformMessageResponse(self->_engine, responseHandle, 323 if (_engine) { 324 FlutterEngineResult result = FlutterEngineShutdown(_engine); 329 _engine = nullptr; [all …]
|
| D | FlutterViewController.mm | 176 controller->_engine = [[FlutterEngine alloc] initWithName:@"io.flutter" 209 NSOpenGLContext* resourceContext = _engine.resourceContext; 225 if (!_engine.running) { 231 _engine.viewController = nil; 264 _engine.viewController = self; 265 if (![_engine runWithEntrypoint:nil]) { 307 binaryMessenger:_engine.binaryMessenger 311 binaryMessenger:_engine.binaryMessenger 315 binaryMessenger:_engine.binaryMessenger 382 [_engine sendPointerEvent:flutterEvent]; [all …]
|
| /third_party/python/Tools/msi/bundle/bootstrap/ |
| D | PythonBootstrapperApplication.cpp | 287 hr = _engine->SetVariableNumeric(L"CompileAll", installAllUsers); in OnCommand() 336 _engine->SetVariableNumeric(L"InstallLauncherAllUsers", checked); in OnCommand() 343 _engine->SetVariableNumeric(L"InstallLauncherAllUsers", checked); in OnCommand() 350 _engine->SetVariableNumeric(L"InstallAllUsers", checked); in OnCommand() 355 _engine->SetVariableNumeric(L"CompileAll", 1); in OnCommand() 412 _engine->SetVariableString(L"InstallAllUsersState", L"disable"); in OnCommand() 413 _engine->SetVariableString(L"InstallLauncherAllUsersState", L"disable"); in OnCommand() 414 _engine->SetVariableString(L"TargetDirState", L"disable"); in OnCommand() 415 _engine->SetVariableString(L"CustomBrowseButtonState", L"disable"); in OnCommand() 723 …auto hr = LoadAssociateFilesStateFromKey(_engine, fPerMachine ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_… in OnDetectRelatedMsiPackage() [all …]
|
| /third_party/flutter/engine/flutter/web_sdk/ |
| D | sdk_rewriter.dart | 25 import 'dart:_engine' as engine; 34 export 'dart:_engine' show persistedPictureFactory, houdiniPictureFactory, webOnlyInitializeEngine; 40 <String>['library engine;', 'library dart._engine;'], 41 <String>['part of engine;', 'part of dart._engine;'],
|
| D | libraries.yaml | 128 _engine: 129 uri: "lib/_engine/engine.dart" 136 _engine: 137 uri: "lib/_engine/engine.dart"
|
| D | libraries.json | 54 "_engine": { object 55 "uri": "lib/_engine/engine.dart" 169 "_engine": { object 170 "uri": "lib/_engine/engine.dart"
|
| D | BUILD.gn | 67 output_dir = rebase_path("$root_out_dir/flutter_web_sdk/lib/_engine/")
|
| D | flutter_kernel_sdk.dart | 132 'dart:_engine',
|
| /third_party/jerryscript/docs/ |
| D | 15.MODULE-SYSTEM.md | 71 var _engine = "JerryScript"; 72 export _engine as engine;
|
| /third_party/flutter/flutter/packages/flutter_test/lib/src/ |
| D | test_compat.dart | 337 /// The size of `_engine.passed` last time a progress notification was 341 /// The size of `_engine.skipped` last time a progress notification was 345 /// The size of `_engine.failed` last time a progress notification was
|
| /third_party/boost/libs/random/test/ |
| D | test_qrng_functions.hpp | 260 typedef boost::random::QRNG##_engine<IntType, w> type; \
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/ |
| D | build_script.dart | 63 '_engine',
|