/external/clang/include/clang/Basic/ |
D | ObjCRuntime.h | 42 iOS, enumerator 83 case iOS: return true; in isNonFragile() 112 case iOS: in isGNUFamily() 134 case iOS: return true; in allowsARC() 151 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC() 165 case iOS: in hasOptimizedSetter() 195 case iOS: return getVersion() >= VersionTuple(6); in hasSubscripting() 222 case iOS: in allowsPointerArithmetic() 243 case iOS: return getVersion() >= VersionTuple(5); in hasTerminate() 255 case iOS: return true; in hasWeakClassImport() [all …]
|
D | TargetCXXABI.h | 64 iOS, enumerator 107 case iOS: in isItaniumFamily() 122 case iOS: in isMicrosoft() 202 case iOS: // old iOS compilers did not follow this rule in canKeyFunctionBeInline() 248 case iOS: in getTailPaddingUseRules()
|
/external/clang/test/SemaObjC/ |
D | property-deprecated-warning.m | 35 …elf dep_target]]; // expected-warning {{'dep_target' is deprecated: first deprecated in iOS 3.0}} \ 36 … // expected-warning {{'setDep_target:' is deprecated: first deprecated in iOS 3.0}} 48 … setTarget: (id)0]; // expected-warning {{'setTarget:' is deprecated: first deprecated in iOS 3.0}} 49 …elf dep_target]]; // expected-warning {{'dep_target' is deprecated: first deprecated in iOS 3.0}} \ 50 … // expected-warning {{'setDep_target:' is deprecated: first deprecated in iOS 3.0}} 64 …if ([obj isEnabled]) // expected-warning {{'isEnabled' is deprecated: first deprecated in iOS 3.0}} 65 …ewDelegate:0]; // expected-warning {{'setNewDelegate:' is deprecated: first deprecated in iOS 3.0}} 79 …return [obj2 ptarget]; // expected-warning {{'ptarget' is deprecated: first deprecated in iOS 3.…
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | README | 2 webrtc::PeerConnection API. This can be built for Mac or iOS. This 6 - Make sure gclient is checking out tools necessary to target iOS: your 14 up for building for iOS-device, iOS-simulator, and Mac (resp) are: 50 - To build & launch the sample app on the iOS simulator: 54 - To build & sign the sample app for an iOS device: 57 - To install the sample app on an iOS device: 73 - Tap AppRTCDemo on the iOS device's home screen (might have to scroll to find it).
|
/external/chromium_org/build/ios/ |
D | mac_build.gypi | 5 # Xcode throws an error if an iOS target depends on a Mac OS X target. So 49 # set by the iOS build don't pollute the Mac build. 62 # Don't use anything set for the iOS side of things. 68 # nacl isn't in the iOS checkout, make sure it's turned off
|
D | chrome_ios.croc | 2 # Crocodile config file for Chromium iOS. 4 # Note that Chromium iOS also uses the config file at src/build/common.croc.
|
/external/chromium_org/ui/snapshot/ |
D | snapshot_ios.mm | 14 // TODO(bajones): Implement iOS snapshot functionality 21 // TODO(bajones): Implement iOS snapshot functionality
|
/external/chromium_org/third_party/icu/patches/ |
D | ios_timezone.patch | 10 + * Add a second platform define to handle differences between Mac OS X and iOS 25 +/* The iOS version of timezone is busted (at least in the simulator, it is 58 + /* On iOS the calculated tdiff is correct so and doesn't need this dst
|
/external/chromium_org/components/dom_distiller/webui/ |
D | DEPS | 5 # also supposed to be working on iOS, and there is currently no concrete plan 6 # yet for extracting webui as something that is reusable across iOS and other
|
/external/clang/lib/Basic/ |
D | ObjCRuntime.cpp | 32 case ObjCRuntime::iOS: out << "ios"; break; in operator <<() 64 kind = ObjCRuntime::iOS; in tryParse()
|
/external/chromium_org/ui/ |
D | ui_unittests.gyp | 41 # None of the sources in this target are built on iOS, resulting in 44 # to have sources that are built on iOS, the target should be changed 47 # The cocoa files don't apply to iOS. 98 # iOS uses a small subset of ui. common_sources are the only files that 99 # are built on iOS. 351 # Pull in specific Mac files for iOS (which have been filtered out
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
D | builders_unittest.jsonp | 56 "iOS Simulator (dbg)" 69 "iOS Simulator (dbg)"
|
/external/chromium_org/components/translate/ |
D | DEPS | 2 # translate is used on iOS, which cannot depend on content.
|
/external/chromium_org/testing/iossim/ |
D | iossim.mm | 11 // An executable (iossim) that runs an app in the iOS Simulator. 14 // For best results, the iOS Simulator application should not be running when 58 // This timeout must allow time to start up iOS Simulator, install the app 140 // from iOS Simulator, issues like I/O buffering and interleaved output 141 // between iOS Simulator and the app would cause iossim to display things out 171 // method blocks, so it should be called in a separate thread. The iOS 232 // unless the iOS Simulator application is killed altogether. 287 // status code. iOS Simluator handles things a bit differently depending on 288 // the version, so first determine the iOS version being used. 295 // In iOS 6 and before, logging from the simulated apps went to the main [all …]
|
/external/chromium_org/ui/gfx/ |
D | screen_ios.mm | 79 // no display change on iOS. 83 // no display change on iOS.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/ |
D | README | 1 This directory contains an example iOS client for http://apprtc.appspot.com
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
D | DEPS | 2 # OmniboxEditModel can't use WebContents, since it is used by iOS.
|
/external/chromium_org/chrome/browser/google/ |
D | DEPS | 2 # GoogleURLTracker can't use WebContents, since it is used by iOS.
|
/external/chromium_org/ui/message_center/ |
D | dummy_message_center.cc | 14 #error This file should only be used in Android or iOS builds.
|
/external/llvm/test/Object/ARM/ |
D | macho-data-in-code.test | 1 RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thum…
|
/external/chromium_org/third_party/ocmock/ |
D | Changes.txt | 31 * Updated example to work with iOS 4.2. 53 * Changed OCMOCK_VALUE macro to be iOS compatible (thanks to Derek Clarkson) 58 * Added a new target to build a static library for iOS use 59 * Created an example showing how to use OCMock in an iOS project
|
/external/compiler-rt/SDKs/darwin/ |
D | README.txt | 3 diverge between OS X and iOS.
|
/external/compiler-rt/make/ |
D | AppleBI.mk | 18 INSTALL_TARGET = install-iOS 78 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \
|
/external/chromium_org/ios/ |
D | README.txt | 1 This directory holds code related to the iOS port of Chromium. See
|
/external/chromium_org/components/webdata/ |
D | README | 1 WebData is not allowed to depend on content/, because it is used by iOS.
|