Searched refs:Simulator (Results 1 – 25 of 38) sorted by relevance
12
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | emulator_test.dart | 53 _MockEmulator('iOS Simulator', 'iOS Simulator', 'Apple'); 70 await expectEmulator('iOS Simulator', <Emulator>[emulator3]);
|
/third_party/skia/infra/bots/assets/text_blob_traces/ |
D | README.md | 32 Run Bench and Simulator
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/ |
D | ios_emulators.dart | 31 String get name => 'iOS Simulator';
|
/third_party/mesa3d/src/util/ |
D | 00-mesa-defaults.conf | 392 <application name="American Truck Simulator" executable="amtrucks"> 395 <application name="Euro Truck Simulator 2" executable="eurotrucks2"> 715 <application name="American Truck Simulator" executable="amtrucks">
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 218 Simulator, // Simulator variants of other systems, e.g., Apple's iOS enumerator 487 return getEnvironment() == Triple::Simulator; in isSimulatorEnvironment()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/ |
D | xcode.dart | 118 fs.path.join(xcodeSelectPath, 'Applications', 'Simulator.app'),
|
/third_party/skia/third_party/externals/libwebp/ |
D | xcframeworkbuild.sh | 146 [[ "${PLATFORM}" == *Simulator* ]] && CFLAGS+="-simulator"
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | emulators.dart | 41 (platform.isMacOS ? 'or an iOS Simulator ' : '') +
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/ |
D | README | 43 … demos you must first build SDL as a static library for BOTH the iPhone Simulator and the iPhone i…
|
/third_party/protobuf/objectivec/DevTools/ |
D | full_mac_build.sh | 315 killall Simulator 2> /dev/null || true
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterObservatoryPublisher.mm | 10 // queries on the Simulator. We can work around this by using the lower level C API, but that's
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_iosurface_client_buffer.txt | 102 EGL_IOSURFACE_WRITE_HINT_ANGLE. On the iOS Simulator platform, where
|
/third_party/ejdb/ |
D | ios-tc.cmake | 58 # SIMULATOR = Build for x86 i386 iphoneOS Simulator. 59 # SIMULATOR64 = Build for x86_64 iphoneOS Simulator. 62 # SIMULATOR_TVOS = Build for x86_64 tvOS Simulator. 65 # SIMULATOR_WATCHOS = Build for x86_64 for watchOS Simulator.
|
/third_party/vk-gl-cts/framework/delibs/cmake/ |
D | toolchain-ios.cmake | 10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | video_demo.dart | 429 'Video playback not supported on the iOS Simulator.',
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitopengles.m | 59 * -Looking for the path to the OpenGL Library seems not to work in the iOS Simulator.
|
/third_party/mesa3d/docs/gallium/ |
D | buffermapping.rst | 142 Euro Truck Simulator 276 Tabletop Simulator
|
/third_party/skia/third_party/externals/freetype/builds/cmake/ |
D | iOS.cmake | 30 # SIMULATOR - used to build for the Simulator platforms, which have an
|
/third_party/freetype/builds/cmake/ |
D | iOS.cmake | 30 # SIMULATOR - used to build for the Simulator platforms, which have an
|
/third_party/flutter/skia/third_party/externals/freetype/builds/cmake/ |
D | iOS.cmake | 30 # SIMULATOR - used to build for the Simulator platforms, which have an
|
/third_party/libwebsockets/contrib/ |
D | iOS.cmake | 10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | IOSurfaceSurfaceEAGL.mm | 383 ERR() << "IOSurfaces with OpenGL ES not supported on iOS Simulator";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Triple.cpp | 243 case Simulator: return "simulator"; in getEnvironmentTypeName() 545 .StartsWith("simulator", Triple::Simulator) in parseEnvironment()
|
/third_party/cJSON/tests/unity/docs/ |
D | UnityGettingStartedGuide.md | 176 the advantages of being faster and easier to set up. Simulator apps have the
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | switch.dart | 200 // Opacity of a disabled switch, as eye-balled from iOS Simulator on Mac.
|
12