| /expo/ios/versioned/sdk49/ExpoKeepAwake/ |
| H A D | KeepAwakeModule.swift | 12 if self.activeTags.isEmpty { in definition() 21 if self.activeTags.isEmpty { in definition() 34 if !self.activeTags.isEmpty { in definition() 40 if !self.activeTags.isEmpty { in definition()
|
| /expo/ios/versioned/sdk47/ExpoKeepAwake/ |
| H A D | KeepAwakeModule.swift | 12 if self.activeTags.isEmpty { in definition() 21 if self.activeTags.isEmpty { in definition() 34 if !self.activeTags.isEmpty { in definition() 40 if !self.activeTags.isEmpty { in definition()
|
| /expo/packages/expo-keep-awake/ios/ |
| H A D | KeepAwakeModule.swift | 12 if self.activeTags.isEmpty { in definition() 21 if self.activeTags.isEmpty { in definition() 34 if !self.activeTags.isEmpty { in definition() 40 if !self.activeTags.isEmpty { in definition()
|
| /expo/ios/versioned/sdk48/ExpoKeepAwake/ |
| H A D | KeepAwakeModule.swift | 12 if self.activeTags.isEmpty { in definition() 21 if self.activeTags.isEmpty { in definition() 34 if !self.activeTags.isEmpty { in definition() 40 if !self.activeTags.isEmpty { in definition()
|
| /expo/packages/expo-dev-menu/ios/UITests/ |
| H A D | DevMenuLooper.swift | 12 var isEmpty = false in runMainLoopUntilEmpty() variable 15 isEmpty = true in runMainLoopUntilEmpty() 20 if isEmpty { in runMainLoopUntilEmpty()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 117 return !this->isEmpty(); in set() 140 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 152 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 305 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 322 return this->isEmpty() || rect.isEmpty() || in quickReject() 334 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 117 return !this->isEmpty(); in set() 140 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 152 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 305 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 322 return this->isEmpty() || rect.isEmpty() || in quickReject() 334 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 117 return !this->isEmpty(); in set() 140 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 152 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 305 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 322 return this->isEmpty() || rect.isEmpty() || in quickReject() 334 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 117 return !this->isEmpty(); in set() 140 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 152 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 305 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 322 return this->isEmpty() || rect.isEmpty() || in quickReject() 334 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 116 return !this->isEmpty(); in set() 139 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 151 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 304 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 321 return this->isEmpty() || rect.isEmpty() || in quickReject() 333 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 117 return !this->isEmpty(); in set() 140 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 152 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 305 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 322 return this->isEmpty() || rect.isEmpty() || in quickReject() 334 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 117 return !this->isEmpty(); in set() 140 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 152 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 305 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 322 return this->isEmpty() || rect.isEmpty() || in quickReject() 334 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkRegion.h | 117 return !this->isEmpty(); in set() 140 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function 152 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() 305 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains() 322 return this->isEmpty() || rect.isEmpty() || in quickReject() 334 return this->isEmpty() || rgn.isEmpty() || in quickReject()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 88 if (!TextUtils.isEmpty(name) && TextUtils.isEmpty(this.displayName)) { in fromCursor() 249 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toInsertOperationList() 305 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 347 if (!TextUtils.isEmpty(middleName)) in toMap() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 352 if (!TextUtils.isEmpty(suffix)) in toMap() 354 if (!TextUtils.isEmpty(prefix)) in toMap() 365 if (!TextUtils.isEmpty(company)) in toMap() 367 if (!TextUtils.isEmpty(jobTitle)) in toMap() [all …]
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/ |
| H A D | Contact.java | 88 if (!TextUtils.isEmpty(name) && TextUtils.isEmpty(this.displayName)) { in fromCursor() 249 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toInsertOperationList() 305 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 347 if (!TextUtils.isEmpty(middleName)) in toMap() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 352 if (!TextUtils.isEmpty(suffix)) in toMap() 354 if (!TextUtils.isEmpty(prefix)) in toMap() 365 if (!TextUtils.isEmpty(company)) in toMap() 367 if (!TextUtils.isEmpty(jobTitle)) in toMap() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 88 if (!TextUtils.isEmpty(name) && TextUtils.isEmpty(this.displayName)) { in fromCursor() 249 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toInsertOperationList() 305 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 347 if (!TextUtils.isEmpty(middleName)) in toMap() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 352 if (!TextUtils.isEmpty(suffix)) in toMap() 354 if (!TextUtils.isEmpty(prefix)) in toMap() 365 if (!TextUtils.isEmpty(company)) in toMap() 367 if (!TextUtils.isEmpty(jobTitle)) in toMap() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 88 if (!TextUtils.isEmpty(name) && TextUtils.isEmpty(this.displayName)) { in fromCursor() 249 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toInsertOperationList() 305 if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) { in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 347 if (!TextUtils.isEmpty(middleName)) in toMap() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 352 if (!TextUtils.isEmpty(suffix)) in toMap() 354 if (!TextUtils.isEmpty(prefix)) in toMap() 365 if (!TextUtils.isEmpty(company)) in toMap() 367 if (!TextUtils.isEmpty(jobTitle)) in toMap() [all …]
|
| /expo/packages/expo-screen-orientation/ios/ |
| H A D | ScreenOrientationModule.swift | 17 guard !orientationMask.isEmpty else { in definition() 35 guard !orientationMask.isEmpty else { in definition() 61 if !supportedOrientationMask.isEmpty { in definition() 71 return !orientationMask.isEmpty && orientationMask.isSupportedByDevice() in definition()
|
| /expo/ios/versioned/sdk49/ExpoScreenOrientation/ |
| H A D | ScreenOrientationModule.swift | 17 guard !orientationMask.isEmpty else { in definition() 35 guard !orientationMask.isEmpty else { in definition() 61 if !supportedOrientationMask.isEmpty { in definition() 71 return !orientationMask.isEmpty && orientationMask.isSupportedByDevice() in definition()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 29 if (value.isEmpty()) { in validate() 37 if (value.isEmpty()) { in validate() 45 if (value.isEmpty()) { in validate() 53 if (value.isEmpty()) { in validate() 61 if (value.isEmpty()) { in validate()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 29 if (value.isEmpty()) { in validate() 37 if (value.isEmpty()) { in validate() 45 if (value.isEmpty()) { in validate() 53 if (value.isEmpty()) { in validate() 61 if (value.isEmpty()) { in validate()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 29 if (value.isEmpty()) { in validate() 37 if (value.isEmpty()) { in validate() 45 if (value.isEmpty()) { in validate() 53 if (value.isEmpty()) { in validate() 61 if (value.isEmpty()) { in validate()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 29 if (value.isEmpty()) { in validate() 37 if (value.isEmpty()) { in validate() 45 if (value.isEmpty()) { in validate() 53 if (value.isEmpty()) { in validate() 61 if (value.isEmpty()) { in validate()
|
| /expo/packages/expo-updates/ios/EXUpdates/Database/ |
| H A D | UpdatesDatabaseIntegrityCheck.swift | 20 if !missingAssets.isEmpty { 32 if !updatesToDelete.isEmpty {
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/ |
| H A D | UpdatesDatabaseIntegrityCheck.swift | 20 if !missingAssets.isEmpty { 32 if !updatesToDelete.isEmpty {
|