Searched refs:isIOS (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 43 static inline bool isARMArea1Register(unsigned Reg, bool isIOS) { in isARMArea1Register() argument 53 return !isIOS; in isARMArea1Register() 59 static inline bool isARMArea2Register(unsigned Reg, bool isIOS) { in isARMArea2Register() argument 65 return isIOS; in isARMArea2Register() 71 static inline bool isARMArea3Register(unsigned Reg, bool isIOS) { in isARMArea3Register() argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcode_emulation.py | 171 self.isIOS = False 185 self.isIOS = True 230 default = "binary" if self.isIOS else "xml" 235 return self.spec["type"] == "shared_library" and self._IsBundle() and self.isIOS 309 if self.isIOS: 324 if self.isIOS: 332 if self.spec["type"] in ("shared_library") or self.isIOS: 1131 self.isIOS 1321 if self.isIOS: 1341 if self.isIOS:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcode_emulation.py | 167 self.isIOS = False 180 self.isIOS = True 223 default = "binary" if self.isIOS else "xml" 290 if self.isIOS: 304 if self.isIOS: 362 if self.spec['type'] in ('shared_library') or self.isIOS: 993 if not (self.isIOS and self.spec['type'] == 'executable'): 1106 if self.isIOS: 1119 if self.isIOS:
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | _platform_io.dart | 12 if (Platform.isIOS) {
|
/third_party/flutter/flutter/examples/platform_view/lib/ |
D | main.dart | 76 child: Platform.isIOS
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 170 bool isIOS() { return Platform::kIOS == fPlatform; } in isIOS() function
|
D | GrMtlCaps.mm | 375 (this->isIOS() && ((1 == fFamilyGroup && 4 == fVersion) || 384 if (this->isIOS()) {
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | video_demo.dart | 347 return Platform.isIOS && !(await deviceInfoPlugin.iosInfo).isPhysicalDevice;
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | text_input.dart | 840 if (Platform.isIOS) {
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 505 if (this->isIOS()) {
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | ninja.py | 1668 if spec["type"] == "shared_library" and self.xcode_settings.isIOS:
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | focus_manager.dart | 1131 …_lastInteractionWasTouch ??= Platform.isAndroid || Platform.isIOS || !WidgetsBinding.instance.mous…
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 1758 dart:io,Platform,get:isIOS
|
/third_party/typescript/tests/baselines/reference/ |
D | fixSignatureCaching.errors.txt | 644 // isIOS() / os('iOS')
|
D | fixSignatureCaching.types | 5 …/ '$1' // , self::VERSION_TYPE_FLOAT / (nothing) // isIOS() / os('iOS') … 6 …/ '$1' // , self::VERSION_TYPE_FLOAT / (nothing) // isIOS() / os('iOS') … 7 …/ '$1' // , self::VERSION_TYPE_FLOAT / (nothing) // isIOS() / os('iOS') … 12 …/ '$1' // , self::VERSION_TYPE_FLOAT / (nothing) // isIOS() / os('iOS') … 14 …/ '$1' // , self::VERSION_TYPE_FLOAT / (nothing) // isIOS() / os('iOS') … 2070 …/ '$1' // , self::VERSION_TYPE_FLOAT / (nothing) // isIOS() / os('iOS') … 2074 …/ '$1' // , self::VERSION_TYPE_FLOAT / (nothing) // isIOS() / os('iOS') … 2083 // isIOS() / os('iOS')
|
D | fixSignatureCaching.symbols | 1389 // isIOS() / os('iOS')
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 2023 dart:io,Platform,get:isIOS 2029 dart:io,Platform,init:isIOS
|