Home
last modified time | relevance | path

Searched full:_engine (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/infra/bots/
DREADME.recipes.md56_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/
DREADME.recipes.md19_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/
DFlutterViewController.mm51 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 …]
DFlutterPlatformPlugin.mm37 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/
DAppDelegate.m17 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/
DFlutterEngine.mm126 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 …]
DFlutterViewController.mm176 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/
DPythonBootstrapperApplication.cpp287 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/
Dsdk_rewriter.dart25 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;'],
Dlibraries.yaml128 _engine:
129 uri: "lib/_engine/engine.dart"
136 _engine:
137 uri: "lib/_engine/engine.dart"
Dlibraries.json54 "_engine": { object
55 "uri": "lib/_engine/engine.dart"
169 "_engine": { object
170 "uri": "lib/_engine/engine.dart"
DBUILD.gn67 output_dir = rebase_path("$root_out_dir/flutter_web_sdk/lib/_engine/")
Dflutter_kernel_sdk.dart132 'dart:_engine',
/third_party/jerryscript/docs/
D15.MODULE-SYSTEM.md71 var _engine = "JerryScript";
72 export _engine as engine;
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dtest_compat.dart337 /// 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/
Dtest_qrng_functions.hpp260 typedef boost::random::QRNG##_engine<IntType, w> type; \
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dbuild_script.dart63 '_engine',