| /third_party/typescript/tests/baselines/reference/ |
| D | moduleResolutionWithSuffixes_one_externalModule_withPaths.symbols | 1 === /node_modules/some-library/lib/index.ios.js === 4 >exports.__esModule : Symbol(__esModule, Decl(index.ios.js, 0, 13)) 5 >exports : Symbol(__esModule, Decl(index.ios.js, 0, 13)) 6 >__esModule : Symbol(__esModule, Decl(index.ios.js, 0, 13)) 8 function ios() {} 9 >ios : Symbol(ios, Decl(index.ios.js, 1, 26)) 11 exports.ios = ios; 12 >exports.ios : Symbol(ios, Decl(index.ios.js, 2, 17)) 13 >exports : Symbol(ios, Decl(index.ios.js, 2, 17)) 14 >ios : Symbol(ios, Decl(index.ios.js, 2, 17)) [all …]
|
| D | moduleResolutionWithSuffixes_one_externalModule.symbols | 1 === /node_modules/some-library/index.ios.js === 4 >exports.__esModule : Symbol(__esModule, Decl(index.ios.js, 0, 13)) 5 >exports : Symbol(__esModule, Decl(index.ios.js, 0, 13)) 6 >__esModule : Symbol(__esModule, Decl(index.ios.js, 0, 13)) 8 function ios() {} 9 >ios : Symbol(ios, Decl(index.ios.js, 1, 26)) 11 exports.ios = ios; 12 >exports.ios : Symbol(ios, Decl(index.ios.js, 2, 17)) 13 >exports : Symbol(ios, Decl(index.ios.js, 2, 17)) 14 >ios : Symbol(ios, Decl(index.ios.js, 2, 17)) [all …]
|
| D | moduleResolutionWithSuffixes_one_jsModule.symbols | 2 import { ios } from "./foo.js"; 3 >ios : Symbol(ios, Decl(index.ts, 0, 8)) 5 === /foo.ios.js === 8 >exports.__esModule : Symbol(__esModule, Decl(foo.ios.js, 0, 13)) 9 >exports : Symbol(__esModule, Decl(foo.ios.js, 0, 13)) 10 >__esModule : Symbol(__esModule, Decl(foo.ios.js, 0, 13)) 12 function ios() {} 13 >ios : Symbol(ios, Decl(foo.ios.js, 1, 26)) 15 exports.ios = ios; 16 >exports.ios : Symbol(ios, Decl(foo.ios.js, 2, 17)) [all …]
|
| D | moduleResolutionWithSuffixes_one_externalModule_withPaths.types | 1 === /node_modules/some-library/lib/index.ios.js === 8 >exports : typeof import("/node_modules/some-library/lib/index.ios") 12 function ios() {} 13 >ios : () => void 15 exports.ios = ios; 16 >exports.ios = ios : () => void 17 >exports.ios : () => void 18 >exports : typeof import("/node_modules/some-library/lib/index.ios") 19 >ios : () => void 20 >ios : () => void [all …]
|
| D | moduleResolutionWithSuffixes_one_jsonModule.types | 3 >foo : { ios: string; } 5 console.log(foo.ios); 6 >console.log(foo.ios) : void 10 >foo.ios : string 11 >foo : { ios: string; } 12 >ios : string 14 === /foo.ios.json === 16 >{ "ios": "platform ios"} : { ios: string; } 18 "ios": "platform ios" 19 >"ios" : string [all …]
|
| D | moduleResolutionWithSuffixes_one_externalModule.types | 1 === /node_modules/some-library/index.ios.js === 8 >exports : typeof import("/node_modules/some-library/index.ios") 12 function ios() {} 13 >ios : () => void 15 exports.ios = ios; 16 >exports.ios = ios : () => void 17 >exports.ios : () => void 18 >exports : typeof import("/node_modules/some-library/index.ios") 19 >ios : () => void 20 >ios : () => void [all …]
|
| D | moduleResolutionWithSuffixes_one_jsModule.types | 2 import { ios } from "./foo.js"; 3 >ios : () => void 5 === /foo.ios.js === 12 >exports : typeof import("/foo.ios") 16 function ios() {} 17 >ios : () => void 19 exports.ios = ios; 20 >exports.ios = ios : () => void 21 >exports.ios : () => void 22 >exports : typeof import("/foo.ios") [all …]
|
| D | moduleResolutionWithSuffixes_one_jsonModule.symbols | 5 console.log(foo.ios); 9 >foo.ios : Symbol("ios", Decl(foo.ios.json, 0, 1)) 11 >ios : Symbol("ios", Decl(foo.ios.json, 0, 1)) 13 === /foo.ios.json === 15 "ios": "platform ios" 16 >"ios" : Symbol("ios", Decl(foo.ios.json, 0, 1))
|
| D | moduleResolutionWithSuffixes_one_jsModule.trace.json | 5 "File '/foo.js.ios.ts' does not exist.", 6 "File '/foo.js.ios.tsx' does not exist.", 7 "File '/foo.js.ios.d.ts' does not exist.", 8 "File '/foo.js.ios.ets' does not exist.", 9 "File '/foo.js.d.ios.ets' does not exist.", 11 "File '/foo.ios.ts' does not exist.", 12 "File '/foo.ios.tsx' does not exist.", 13 "File '/foo.ios.d.ts' does not exist.", 14 "File '/foo.ios.ets' does not exist.", 15 "File '/foo.d.ios.ets' does not exist.", [all …]
|
| D | moduleResolutionWithSuffixes_one_externalModule_withPaths.trace.json | 9 "File '/node_modules/some-library/lib.ios.ts' does not exist.", 10 "File '/node_modules/some-library/lib.ios.tsx' does not exist.", 11 "File '/node_modules/some-library/lib.ios.d.ts' does not exist.", 12 "File '/node_modules/some-library/lib.ios.ets' does not exist.", 13 "File '/node_modules/some-library/lib.d.ios.ets' does not exist.", 15 "File '/node_modules/some-library/lib/index.ios.ts' does not exist.", 16 "File '/node_modules/some-library/lib/index.ios.tsx' does not exist.", 17 …"File '/node_modules/some-library/lib/index.ios.d.ts' exist - use it as a name resolution result.", 18 …e-library' was successfully resolved to '/node_modules/some-library/lib/index.ios.d.ts'. ========", 26 "File '/node_modules/some-library/lib/index.ios.ts' does not exist.", [all …]
|
| D | moduleResolutionWithSuffixes_one_externalModule_withPaths.js | 3 //// [index.ios.js] 6 function ios() {} function 7 exports.ios = ios; 8 //// [index.ios.d.ts] 9 export declare function ios(): void; 19 import { ios } from "some-library"; 20 import { ios as ios2 } from "some-library/index"; 21 import { ios as ios3 } from "some-library/index.js"; 24 //// [/bin/node_modules/some-library/lib/index.ios.js] 27 function ios() { } [all …]
|
| D | moduleResolutionWithSuffixes_one_externalModule.js | 3 //// [index.ios.js] 6 function ios() {} function 7 exports.ios = ios; 8 //// [index.ios.d.ts] 9 export declare function ios(): void; 19 import { ios } from "some-library"; 22 //// [/bin/node_modules/some-library/index.ios.js] 25 function ios() { } 26 exports.ios = ios;
|
| D | moduleResolutionWithSuffixes_one_externalModule.trace.json | 6 "File '/node_modules/some-library.ios.ts' does not exist.", 7 "File '/node_modules/some-library.ios.tsx' does not exist.", 8 "File '/node_modules/some-library.ios.d.ts' does not exist.", 9 "File '/node_modules/some-library.ios.ets' does not exist.", 10 "File '/node_modules/some-library.d.ios.ets' does not exist.", 11 "File '/node_modules/some-library/index.ios.ts' does not exist.", 12 "File '/node_modules/some-library/index.ios.tsx' does not exist.", 13 "File '/node_modules/some-library/index.ios.d.ts' exist - use it as a name resolution result.", 14 … real path for '/node_modules/some-library/index.ios.d.ts', result '/node_modules/some-library/ind… 15 … 'some-library' was successfully resolved to '/node_modules/some-library/index.ios.d.ts'. ========"
|
| /third_party/rust/crates/rustix/src/termios/ |
| D | mod.rs | 18 target_os = "ios", 30 target_os = "ios", 42 target_os = "ios", 54 target_os = "ios", 68 target_os = "ios", 82 target_os = "ios", 96 target_os = "ios", 110 target_os = "ios", 121 target_os = "ios", 132 target_os = "ios", [all …]
|
| D | constants.rs | 6 target_os = "ios", 17 target_os = "ios", 28 target_os = "ios", 39 target_os = "ios", 52 target_os = "ios", 65 target_os = "ios", 78 target_os = "ios", 91 target_os = "ios", 101 target_os = "ios", 111 target_os = "ios", [all …]
|
| /third_party/notofonts/docs/ |
| D | versions.json | 39 "iOS 16.1": "2.000", 54 "iOS 16.1": "3.000", 77 "iOS 16.1": "2.040", 84 "iOS 16.1": "2.000", 96 "iOS 16.1": "2.000", 102 "iOS 16.1": "2.000", 109 "iOS 16.1": "2.000", 125 "iOS 16.1": "2.000", 132 "iOS 16.1": "2.000", 139 "iOS 16.1": "2.000", [all …]
|
| /third_party/zlib/contrib/iostream/ |
| D | zfstream.cpp | 27 if ( io_mode & ios::in ) { in open() 28 mode = ios::in; in open() 30 } else if ( io_mode & ios::app ) { in open() 31 mode = ios::app; in open() 34 mode = ios::out; in open() 38 if ( io_mode & ios::binary ) { in open() 39 mode |= ios::binary; in open() 44 if ( io_mode & (ios::out|ios::app )) { in open() 69 if ( io_mode & ios::in ) { in attach() 70 mode = ios::in; in attach() [all …]
|
| /third_party/rust/crates/rustix/src/backend/libc/termios/ |
| D | types.rs | 100 target_os = "ios", 140 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 144 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 148 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 152 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 156 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 160 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 164 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 168 #[cfg(not(any(target_os = "ios", target_os = "macos")))] 172 #[cfg(not(any(target_os = "ios", target_os = "macos")))] [all …]
|
| /third_party/rust/crates/rustix/examples/ |
| D | stdio.rs | 69 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 73 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 77 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 81 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 85 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 89 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 93 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 97 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 101 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 115 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() [all …]
|
| /third_party/vk-gl-cts/framework/delibs/cmake/ |
| D | toolchain-ios.cmake | 3 # It has been altered for iOS development 26 set (IOS True) variable 29 set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FOR… 31 # Determine the cmake host system version so we know where to find the iOS SDKs 38 # Force the compilers to gcc for iOS 47 # All iOS/Darwin specific settings - some may be redundant 60 # Hidden visibilty is required for cxx on iOS 82 # Setup iOS platform unless specified manually with IOS_PLATFORM 86 set (IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform") 103 # Setup iOS developer location unless specified manually with CMAKE_IOS_DEVELOPER_ROOT [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/cmake/ |
| D | iOS.cmake | 1 # iOS.cmake 17 # altered for iOS development. 63 # iOS environment. Thanks to the `android-cmake' project for providing 72 set(IOS True) variable 76 CACHE STRING "Force unset of the deployment target for iOS" FORCE 79 # determine the cmake host system version so we know where to find the iOS 92 # all iOS/Darwin specific settings - some may be redundant 109 # hidden visibility is required for cxx on iOS 141 # set up iOS platform unless specified manually with IOS_PLATFORM 146 set(IOS_PLATFORM ${IOS_PLATFORM} CACHE STRING "Type of iOS Platform") [all …]
|
| /third_party/rust/crates/nix/src/sys/ |
| D | event.rs | 24 target_os = "ios", 49 target_os = "ios", 54 #[cfg(any(target_os = "ios", target_os = "macos"))] 71 target_os = "ios", 74 #[cfg(any(target_os = "ios", target_os = "macos"))] 85 target_os = "ios", 99 target_os = "ios", target_os = "macos", 107 #[cfg(any(target_os = "macos", target_os = "ios"))] 113 #[cfg(any(target_os = "macos", target_os = "ios"))] 115 #[cfg(any(target_os = "macos", target_os = "ios"))] [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | iOS.cmake | 3 # It has been altered for iOS development 21 # IOS_BITCODE = 1/0: Enable bitcode or not. Only iOS >= 6.0 device build can enable bitcode. Defaul… 30 # A macro used to find executable programs on the host system, not within the iOS environment. 39 set (IOS TRUE) variable 47 set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FOR… 49 # Determine the cmake host system version so we know where to find the iOS SDKs 56 # Force the compilers to gcc for iOS 66 # All iOS/Darwin specific settings - some may be redundant 85 # Hidden visibilty is required for cxx on iOS 107 # Setup iOS platform unless specified manually with IOS_PLATFORM [all …]
|
| /third_party/skia/m133/site/docs/dev/testing/ |
| D | ios.md | 2 title: 'Testing on iOS' 3 linkTitle: 'Testing on iOS' 8 mainstream iOS tool chain. See the 9 [quick start guide for ios](/docs/user/build/). 11 iOS doesn't lend itself well to compiling and running from the command line. 15 <https://github.com/google/skia/tree/main/platform_tools/ios/bin>. 24 - ios-deploy <https://github.com/phonegap/ios-deploy> 32 the application directory on an iOS device). 42 - Install node.js and ios-deploy 47 $ npm install ios-deploy
|
| /third_party/skia/site/docs/dev/testing/ |
| D | ios.md | 2 title: 'Testing on iOS' 3 linkTitle: 'Testing on iOS' 8 mainstream iOS tool chain. See the 9 [quick start guide for ios](/docs/user/build/). 11 iOS doesn't lend itself well to compiling and running from the command line. 15 <https://github.com/google/skia/tree/main/platform_tools/ios/bin>. 24 - ios-deploy <https://github.com/phonegap/ios-deploy> 32 the application directory on an iOS device). 42 - Install node.js and ios-deploy 47 $ npm install ios-deploy
|