| /third_party/rust/crates/libc/ci/ios/ |
| D | deploy_and_run_on_ios_simulator.rs | 1 // This is a script to deploy and execute a binary on an iOS simulator. 2 // The primary use of this is to be able to run unit tests on the simulator and 25 println!("Packaging simulator app"); in package_as_simulator_app() 48 // Step two: Start the iOS simulator 50 println!("Looking for iOS simulator"); in start_simulator() 70 println!("Creating iOS simulator"); in start_simulator() 79 println!("Shutting down already-booted simulator"); in start_simulator() 87 println!("Starting iOS simulator"); in start_simulator() 89 // simulator isn't completely booted; just erase the simulator instead. in start_simulator() 96 println!("Installing app to simulator"); in install_app_to_simulator() [all …]
|
| /third_party/cJSON/tests/unity/extras/fixture/ |
| D | rakefile_helper.rb | 102 return nil if $cfg['simulator'].nil? 103 command = if $cfg['simulator']['path'].nil? 106 (tackit($cfg['simulator']['path']) + ' ') 108 pre_support = if $cfg['simulator']['pre_support'].nil? 111 squash('', $cfg['simulator']['pre_support']) 113 post_support = if $cfg['simulator']['post_support'].nil? 116 squash('', $cfg['simulator']['post_support']) 162 simulator = build_simulator_fields 164 cmd_str = if simulator.nil? 167 … "#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
|
| /third_party/unity/extras/fixture/ |
| D | rakefile_helper.rb | 104 return nil if $cfg['simulator'].nil? 106 command = if $cfg['simulator']['path'].nil? 109 (tackit($cfg['simulator']['path']) + ' ') 111 pre_support = if $cfg['simulator']['pre_support'].nil? 114 squash('', $cfg['simulator']['pre_support']) 116 post_support = if $cfg['simulator']['post_support'].nil? 119 squash('', $cfg['simulator']['post_support']) 168 simulator = build_simulator_fields 170 cmd_str = if simulator.nil? 173 … "#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
|
| /third_party/unity/extras/memory/ |
| D | rakefile_helper.rb | 109 return nil if $cfg['simulator'].nil? 111 command = if $cfg['simulator']['path'].nil? 114 (tackit($cfg['simulator']['path']) + ' ') 116 pre_support = if $cfg['simulator']['pre_support'].nil? 119 squash('', $cfg['simulator']['pre_support']) 121 post_support = if $cfg['simulator']['post_support'].nil? 124 squash('', $cfg['simulator']['post_support']) 172 simulator = build_simulator_fields 174 cmd_str = if simulator.nil? 177 … "#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
|
| /third_party/cJSON/tests/unity/examples/example_3/ |
| D | rakefile_helper.rb | 120 return nil if $cfg['simulator'].nil? 121 command = if $cfg['simulator']['path'].nil? 124 (tackit($cfg['simulator']['path']) + ' ') 126 pre_support = if $cfg['simulator']['pre_support'].nil? 129 squash('', $cfg['simulator']['pre_support']) 131 post_support = if $cfg['simulator']['post_support'].nil? 134 squash('', $cfg['simulator']['post_support']) 203 simulator = build_simulator_fields 205 cmd_str = if simulator.nil? 208 … "#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
|
| /third_party/unity/examples/example_3/ |
| D | rakefile_helper.rb | 119 return nil if $cfg['simulator'].nil? 121 command = if $cfg['simulator']['path'].nil? 124 (tackit($cfg['simulator']['path']) + ' ') 126 pre_support = if $cfg['simulator']['pre_support'].nil? 129 squash('', $cfg['simulator']['pre_support']) 131 post_support = if $cfg['simulator']['post_support'].nil? 134 squash('', $cfg['simulator']['post_support']) 205 simulator = build_simulator_fields 207 cmd_str = if simulator.nil? 210 … "#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
|
| /third_party/cJSON/tests/unity/test/ |
| D | rakefile_helper.rb | 140 return nil if $cfg['simulator'].nil? 141 command = if $cfg['simulator']['path'].nil? 144 (tackit($cfg['simulator']['path']) + ' ') 146 pre_support = if $cfg['simulator']['pre_support'].nil? 149 squash('', $cfg['simulator']['pre_support']) 151 post_support = if $cfg['simulator']['post_support'].nil? 154 squash('', $cfg['simulator']['post_support']) 242 simulator = build_simulator_fields 244 cmd_str = if simulator.nil? 247 … "#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
|
| /third_party/protobuf/objectivec/DevTools/ |
| D | full_mac_build.sh | 268 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit 269 -destination "platform=iOS Simulator,name=iPhone 7,OS=latest" # 64bit 277 -destination "platform=iOS Simulator,name=iPhone 4s,OS=9.0" # 32bit 278 -destination "platform=iOS Simulator,name=iPhone 7,OS=latest" # 64bit 285 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit 286 -destination "platform=iOS Simulator,name=iPhone 7,OS=latest" # 64bit 295 -destination "platform=iOS Simulator,name=iPhone 8,OS=latest" # 64bit 300 echo "ATTENTION: Time to update the simulator targets for Xcode ${XCODE_VERSION}" 314 # Don't leave the simulator in the developer's face. 315 killall Simulator 2> /dev/null || true [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
| D | build_ios.dart | 26 help: 'Build a debug version of your app (default mode for iOS simulator builds).', 36 ..addFlag('simulator', 37 help: 'Build for the iOS simulator instead of the device.', 59 final bool forSimulator = argResults['simulator']; 80 final String logTarget = forSimulator ? 'simulator' : 'device';
|
| /third_party/vk-gl-cts/framework/delibs/cmake/ |
| D | toolchain-ios.cmake | 7 # IOS_PLATFORM = OS (default) or SIMULATOR 10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch. 94 elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR") 100 message (FATAL_ERROR "Unsupported IOS_PLATFORM value selected. Please choose OS or SIMULATOR") 139 else (${IOS_PLATFORM} STREQUAL "SIMULATOR")
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_simulator.c | 30 * top of the simpenrose software simulator. Generally, VC4 driver BOs have a 31 * GEM-side copy of their contents and a simulator-side memory area that the 33 * the simulator's data is copied back out to the GEM BOs, so that rendering 64 /** Global (across GEM fds) state for the simulator */ 81 /** Per-GEM-fd state for the simulator. */ 95 /** Wrapper for drm_vc4_bo tracking the simulator-specific state. */ 106 * simulator memory. 133 * Allocates space in simulator memory and returns a tracking struct for it 149 /* Allocate space for the buffer in simulator memory. */ in vc4_create_simulator_bo() 170 /* Map the GEM buffer for copy in/out to the simulator. */ in vc4_create_simulator_bo() [all …]
|
| /third_party/ejdb/ |
| D | ios-tc.cmake | 60 # SIMULATOR = Build for x86 i386 iphoneOS Simulator. 61 # SIMULATOR64 = Build for x86_64 iphoneOS Simulator. 62 # SIMULATORARM64 = Build for arm64 iphoneOS Simulator. 65 # SIMULATOR_TVOS = Build for x86_64 tvOS Simulator. 68 # SIMULATOR_WATCHOS = Build for x86_64 for watchOS Simulator. 99 # SIMULATOR = i386 152 "OS" "OS64" "OS64COMBINED" "SIMULATOR" "SIMULATOR64" "SIMULATORARM64" 161 # Check if using a CMake version capable of building combined FAT builds (simulator and target slic… 193 …# Temporarily fix the arm64 issues in CMake install-combined by excluding arm64 for simulator buil… 261 elseif(PLATFORM STREQUAL "SIMULATOR" AND DEPLOYMENT_TARGET VERSION_GREATER_EQUAL 10.3.4) [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | iOS.cmake | 7 # IOS_PLATFORM = OS (default) or OS32 or SIMULATOR or SIMULATOR64 10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch. 130 elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR") 143 message (FATAL_ERROR "Unsupported IOS_PLATFORM value selected. Please choose OS or SIMULATOR") 182 elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR")
|
| /third_party/skia/third_party/externals/freetype/builds/cmake/ |
| D | iOS.cmake | 23 # IOS_PLATFORM = OS | SIMULATOR 30 # SIMULATOR - used to build for the Simulator platforms, which have an 155 elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR") 163 "Unsupported IOS_PLATFORM value selected. Please choose OS or SIMULATOR.")
|
| /third_party/freetype/builds/cmake/ |
| D | iOS.cmake | 23 # IOS_PLATFORM = OS | SIMULATOR 30 # SIMULATOR - used to build for the Simulator platforms, which have an 155 elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR") 163 "Unsupported IOS_PLATFORM value selected. Please choose OS or SIMULATOR.")
|
| /third_party/flutter/skia/third_party/externals/freetype/builds/cmake/ |
| D | iOS.cmake | 23 # IOS_PLATFORM = OS | SIMULATOR 30 # SIMULATOR - used to build for the Simulator platforms, which have an 155 elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR") 163 "Unsupported IOS_PLATFORM value selected. Please choose OS or SIMULATOR.")
|
| /third_party/flutter/engine/flutter/sky/tools/ |
| D | create_ios_framework.py | 19 parser.add_argument('--simulator-out-dir', type=str, required=True) 43 print 'Cannot find iOS simulator Framework at', simulator_framework 55 print 'Cannot find iOS simulator dylib at', simulator_dylib
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | Target.cpp | 33 .Case("ios-simulator", PlatformKind::iOSSimulator) in create() 34 .Case("tvos-simulator", PlatformKind::tvOSSimulator) in create() 35 .Case("watchos-simulator", PlatformKind::watchOSSimulator) in create()
|
| D | Platform.cpp | 81 return "iOS Simulator"; in getPlatformName() 83 return "tvOS Simulator"; in getPlatformName() 85 return "watchOS Simulator"; in getPlatformName()
|
| /third_party/flutter/engine/flutter/tools/ |
| D | gn | 25 if args.simulator: 70 if args.simulator: 72 raise Exception('--simulator is not supported on Android') 75 raise Exception('iOS simulator only supports the debug runtime mode') 141 gn_args['use_ios_simulator'] = args.simulator 166 if args.simulator: 286 parser.add_argument('--simulator', action='store_true', default=False)
|
| /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]); 130 when(mockXcode.getSimulatorPath()).thenAnswer((_) => '/fake/simulator.app'); 133 …if (args.length >= 3 && args[0] == 'open' && args[1] == '-a' && args[2] == '/fake/simulator.app') {
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/ |
| D | ios_workflow.dart | 18 // We need xcode (+simctl) to list simulator devices, and libimobiledevice to list real devices. 22 // We need xcode to launch simulator devices, and ideviceinstaller and ios-deploy
|
| /third_party/mesa3d/src/broadcom/simulator/ |
| D | v3d_simulator.c | 30 * top of the simpenrose software simulator. Generally, V3D driver BOs have a 31 * GEM-side copy of their contents and a simulator-side memory area that the 33 * the simulator's data is copied back out to the GEM BOs, so that rendering 70 /** Global (across GEM fds) state for the simulator */ 106 /** Per-GEM-fd state for the simulator. */ 125 /** Wrapper for drm_v3d_bo tracking the simulator-specific state. */ 206 * Allocates space in simulator memory and returns a tracking struct for it 228 /* Allocate space for the buffer in simulator memory. */ in v3d_create_simulator_bo() 246 /* Map the GEM buffer for copy in/out to the simulator. i915 blocks in v3d_create_simulator_bo_for_gem() 623 /* Free the simulator's internal tracking. */ in v3d_simulator_gem_close_ioctl()
|
| /third_party/mesa3d/src/drm-shim/ |
| D | README.md | 5 simulator-backed GEM devices (for testing against a software simulator
|
| /third_party/cJSON/tests/unity/test/targets/ |
| D | iar_cortexm3_v5.yml | 1 # unit testing under iar compiler / simulator for STM32 Cortex-M3 66 simulator:
|