/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 55 /// The iOS ABI is a partial implementation of the ARM ABI. 57 /// in the compilers that iOS was launched with. 59 /// Essentially, the iOS ABI includes the ARM changes to: 64 iOS, 66 /// The iOS 64-bit ABI is follows ARM's published 64-bit ABI more 74 /// WatchOS is a modernisation of the iOS ABI, which roughly means it's 141 case iOS: 160 case iOS: 194 case iOS: 277 case iOS: // old iOS compilers did not follow this rul [all...] |
ObjCRuntime.h | 39 /// 'ios' is the Apple-provided NeXT-derived runtime on iOS or the iOS 41 /// version of iOS. 42 iOS, 44 /// 'watchos' is a variant of iOS for Apple's watchOS. The version 87 case iOS: return true; 121 case iOS: 146 case iOS: return true; 164 case iOS: return getVersion() >= VersionTuple(5) [all...] |
/external/clang/lib/Basic/ |
ObjCRuntime.cpp | 32 case ObjCRuntime::iOS: out << "ios"; break; 64 } else if (runtimeName == "ios") { 65 kind = ObjCRuntime::iOS;
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
cthread.go | 35 t.Skip("the iOS exec wrapper is unable to properly handle the panic from Add")
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
cthread.go | 35 t.Skip("the iOS exec wrapper is unable to properly handle the panic from Add")
|
/external/compiler-rt/make/ |
AppleBI.mk | 19 INSTALL_TARGET = install-iOS 21 INSTALL_TARGET = install-iOS-Simulator 82 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \ 118 install-iOS-Simulator: $(SYMROOT)/libcompiler_rt_sim.dylib \
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_ios.go | 27 // On iOS we only have the zip file.
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_ios.go | 27 // On iOS we only have the zip file.
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_darwin_arm_gen.go | 9 // As of iOS 8, there is no API for querying the system trusted X.509 root 14 // Apple publishes the list of trusted root certificates for iOS on 135 // fetchCertIDs fetches IDs of iOS X509 certificates from apple.com.
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
root_darwin_arm_gen.go | 9 // As of iOS 8, there is no API for querying the system trusted X.509 root 14 // Apple publishes the list of trusted root certificates for iOS on 135 // fetchCertIDs fetches IDs of iOS X509 certificates from apple.com.
|
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 12 ## This script generates 'VPX.framework'. An iOS app can encode and decode VPx 228 cat "${SCRIPT_DIR}/ios-Info.plist" \ 272 --enable-shared: Build a dynamic framework for use on iOS 8 or later. 276 instead of iOS.
|
/external/protobuf/objectivec/DevTools/ |
full_mac_build.sh | 37 Skip the invoke of Xcode to test the runtime on both iOS and OS X. 38 --skip-xcode-ios 39 Skip the invoke of Xcode to test the runtime on iOS. 106 --skip-xcode-ios ) 219 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit 220 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.0" # 64bit 221 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit 222 -destination "platform=iOS Simulator,name=iPad Air,OS=9.0" # 64bit 227 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit 228 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" # 64bi [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
test.go | 131 if t.iOS() { 135 // we run tests). It is disabled by default because iOS 240 if t.iOS() { 486 if t.cgoEnabled && !t.iOS() { 487 // Disabled on iOS. golang.org/issue/15919 573 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" { 583 if t.hasBash() && t.goos != "nacl" && t.goos != "android" && !t.iOS() && os.Getenv("GO_BUILDER_NAME") != "" { 589 if t.goos != "android" && !t.iOS() { 592 if t.goos != "android" && !t.iOS() { 603 if t.goos != "nacl" && t.goos != "android" && !t.iOS() { [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
test.go | 131 if t.iOS() { 135 // we run tests). It is disabled by default because iOS 240 if t.iOS() { 486 if t.cgoEnabled && !t.iOS() { 487 // Disabled on iOS. golang.org/issue/15919 573 if t.hasBash() && t.goos != "android" && !t.iOS() && t.gohostos != "windows" { 583 if t.hasBash() && t.goos != "nacl" && t.goos != "android" && !t.iOS() && os.Getenv("GO_BUILDER_NAME") != "" { 589 if t.goos != "android" && !t.iOS() { 592 if t.goos != "android" && !t.iOS() { 603 if t.goos != "nacl" && t.goos != "android" && !t.iOS() { [all...] |
/external/libvncserver/webclients/novnc/ |
README.md | 47 * Supports all modern browsers including mobile (iOS, Android) 69 * HTML5 Canvas (with createImageData): Chrome, Firefox 3.6+, iOS 75 a WebSockets emulator using Adobe Flash. iOS 4.2+ has built-in
|
/prebuilts/go/darwin-x86/misc/ios/ |
go_darwin_arm_exec.go | 6 // It executes binaries on an iOS device using the XCode toolchain 7 // and the ios-deploy program: https://github.com/phonegap/ios-deploy 19 // $GOROOT/misc/ios contains a script, detect.go, that attempts to autodetect these. 53 // lock is a file lock to serialize iOS runs. It is global to avoid the 85 // This wrapper uses complicated machinery to run iOS binaries. It 126 log.Fatalf("%s not set\nrun $GOROOT/misc/ios/detect.go to attempt to autodetect", envvar) 201 defer exec.Command("killall", "ios-deploy").Run() // cleanup 202 exec.Command("killall", "ios-deploy").Run() 208 // first argument to the test. For iOS, cmd/go generate [all...] |
/prebuilts/go/linux-x86/misc/ios/ |
go_darwin_arm_exec.go | 6 // It executes binaries on an iOS device using the XCode toolchain 7 // and the ios-deploy program: https://github.com/phonegap/ios-deploy 19 // $GOROOT/misc/ios contains a script, detect.go, that attempts to autodetect these. 53 // lock is a file lock to serialize iOS runs. It is global to avoid the 85 // This wrapper uses complicated machinery to run iOS binaries. It 126 log.Fatalf("%s not set\nrun $GOROOT/misc/ios/detect.go to attempt to autodetect", envvar) 201 defer exec.Command("killall", "ios-deploy").Run() // cleanup 202 exec.Command("killall", "ios-deploy").Run() 208 // first argument to the test. For iOS, cmd/go generate [all...] |
/prebuilts/go/darwin-x86/src/net/ |
platform_test.go | 39 // iOS does not support unix, unixgram.
|
/prebuilts/go/linux-x86/src/net/ |
platform_test.go | 39 // iOS does not support unix, unixgram.
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 85 # Configuration for targeting iOS for a couple of functions that didn't 87 Configs += ios 88 UniversalArchs.ios := $(call CheckArches,i386 x86_64,ios,$(IOSSIM_SDK)) 89 UniversalArchs.ios += $(call CheckArches,armv7 arm64,ios,$(IOS_SDK)) 100 # Configuration for use with iOS kernel/kexts 109 UniversalArchs.ios := $(filter-out armv7, $(UniversalArchs.ios)) 158 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS [all...] |
/external/skia/infra/bots/ |
gen_tasks.go | 103 } else if task_os == "iOS" { 147 "iOS": "iOS-9.3.1", 166 } else if strings.Contains(parts["os"], "iOS") {
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
config.go | 176 return true, "iOS"
|
macho.go | 586 // (could be iOS or WatchOS instead). 587 // Go on iOS uses linkmode=external, and linkmode=external
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
config.go | 176 return true, "iOS"
|
/prebuilts/go/darwin-x86/src/go/build/ |
deps_test.go | 476 iOS := runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") 477 if runtime.GOOS == "nacl" || iOS {
|