| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 69 private val max: Int constant in abi48_0_0.expo.modules.kotlin.records.CollectionSizeValidator 72 if (value.size < min || value.size > max) { in validate() 80 private val max: Int constant in abi48_0_0.expo.modules.kotlin.records.IntArraySizeValidator 83 if (value.size < min || value.size > max) { in validate() 91 private val max: Int constant in abi48_0_0.expo.modules.kotlin.records.DoubleArraySizeValidator 94 if (value.size < min || value.size > max) { in validate() 102 private val max: Int constant in abi48_0_0.expo.modules.kotlin.records.FloatArraySizeValidator 105 if (value.size < min || value.size > max) { in validate() 113 private val max: Int constant in abi48_0_0.expo.modules.kotlin.records.ArraySizeValidator 116 if (value.size < min || value.size > max) { in validate() [all …]
|
| H A D | ValidationBinder.kt | 88 …ntArray::class.createType() -> return IntArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 89 …rray::class.createType() -> return DoubleArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 90 …Array::class.createType() -> return FloatArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 96 return StringSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 98 return ArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 101 return CollectionSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 69 private val max: Int constant in expo.modules.kotlin.records.CollectionSizeValidator 72 if (value.size < min || value.size > max) { in validate() 80 private val max: Int constant in expo.modules.kotlin.records.IntArraySizeValidator 83 if (value.size < min || value.size > max) { in validate() 91 private val max: Int constant in expo.modules.kotlin.records.DoubleArraySizeValidator 94 if (value.size < min || value.size > max) { in validate() 102 private val max: Int constant in expo.modules.kotlin.records.FloatArraySizeValidator 105 if (value.size < min || value.size > max) { in validate() 113 private val max: Int constant in expo.modules.kotlin.records.ArraySizeValidator 116 if (value.size < min || value.size > max) { in validate() [all …]
|
| H A D | ValidationBinder.kt | 88 …ntArray::class.createType() -> return IntArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 89 …rray::class.createType() -> return DoubleArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 90 …Array::class.createType() -> return FloatArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 96 return StringSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 98 return ArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 101 return CollectionSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 69 private val max: Int constant in abi47_0_0.expo.modules.kotlin.records.CollectionSizeValidator 72 if (value.size < min || value.size > max) { in validate() 80 private val max: Int constant in abi47_0_0.expo.modules.kotlin.records.IntArraySizeValidator 83 if (value.size < min || value.size > max) { in validate() 91 private val max: Int constant in abi47_0_0.expo.modules.kotlin.records.DoubleArraySizeValidator 94 if (value.size < min || value.size > max) { in validate() 102 private val max: Int constant in abi47_0_0.expo.modules.kotlin.records.FloatArraySizeValidator 105 if (value.size < min || value.size > max) { in validate() 113 private val max: Int constant in abi47_0_0.expo.modules.kotlin.records.ArraySizeValidator 116 if (value.size < min || value.size > max) { in validate() [all …]
|
| H A D | ValidationBinder.kt | 88 …ntArray::class.createType() -> return IntArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 89 …rray::class.createType() -> return DoubleArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 90 …Array::class.createType() -> return FloatArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 96 return StringSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 98 return ArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 101 return CollectionSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/records/ |
| H A D | FieldValidator.kt | 69 private val max: Int constant in abi49_0_0.expo.modules.kotlin.records.CollectionSizeValidator 72 if (value.size < min || value.size > max) { in validate() 80 private val max: Int constant in abi49_0_0.expo.modules.kotlin.records.IntArraySizeValidator 83 if (value.size < min || value.size > max) { in validate() 91 private val max: Int constant in abi49_0_0.expo.modules.kotlin.records.DoubleArraySizeValidator 94 if (value.size < min || value.size > max) { in validate() 102 private val max: Int constant in abi49_0_0.expo.modules.kotlin.records.FloatArraySizeValidator 105 if (value.size < min || value.size > max) { in validate() 113 private val max: Int constant in abi49_0_0.expo.modules.kotlin.records.ArraySizeValidator 116 if (value.size < min || value.size > max) { in validate() [all …]
|
| H A D | ValidationBinder.kt | 88 …ntArray::class.createType() -> return IntArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 89 …rray::class.createType() -> return DoubleArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 90 …Array::class.createType() -> return FloatArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 96 return StringSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 98 return ArraySizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind() 101 return CollectionSizeValidator(sizeAnnotation.min, sizeAnnotation.max) in bind()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkFontParameters.h | 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() 20 tag(tag), min(min), def(def), max(max), flags(hidden ? HIDDEN : 0) {} in Axis() 29 float max; member
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | retry3 | 5 local max=3 10 if [[ $n -lt $max ]]; then 12 echo "Command failed. Attempt $n/$max:"
|
| /expo/packages/expo-image/src/utils/thumbhash/ |
| H A D | thumbhash.ts | 15 const { PI, round, max, cos, abs } = Math; constant 37 const lx = max(1, round((l_limit * w) / max(w, h))); 38 const ly = max(1, round((l_limit * h) / max(w, h))); 72 scale = max(scale, abs(f)); 81 const [l_dc, l_ac, l_scale] = encodeChannel(l, max(3, lx), max(3, ly)); 124 const { PI, min, max, cos, round } = Math; constant 203 rgba[i] = max(0, 255 * min(1, r)); 219 const { min, max } = Math; constant 230 r: max(0, min(1, r)), 231 g: max(0, min(1, g)), [all …]
|
| /expo/packages/expo-image/build/utils/thumbhash/ |
| H A D | thumbhash.js | 14 const { PI, round, max, cos, abs } = Math; 31 const lx = max(1, round((l_limit * w) / max(w, h))); 32 const ly = max(1, round((l_limit * h) / max(w, h))); 65 scale = max(scale, abs(f)); 77 const [l_dc, l_ac, l_scale] = encodeChannel(l, max(3, lx), max(3, ly)); 116 const { PI, min, max, cos, round } = Math; 180 rgba[i] = max(0, 255 * min(1, r)); 195 const { min, max } = Math; 206 r: max(0, min(1, r)), 207 g: max(0, min(1, g)), [all …]
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/records/ |
| H A D | SizeBinderTest.kt | 11 val listValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<List<Int>>()) in should bind the collection type to the collection validator() 12 val mapValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<Map<Int, Int>>()) in should bind the collection type to the collection validator() 21 val intArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<IntArray>()) in should bind the array type to the array validator() 22 … val doubleArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<DoubleArray>()) in should bind the array type to the array validator() 23 val floatArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<FloatArray>()) in should bind the array type to the array validator() 24 …val stringArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<Array<String>>()) in should bind the array type to the array validator() 35 val stringValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<String>()) in should bind the string type to the string validator()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/utils/ |
| H A D | SkRandom.h | 60 float nextRangeF(float min, float max) { in nextRangeF() argument 61 return min + this->nextF() * (max - min); in nextRangeF() 76 uint32_t nextRangeU(uint32_t min, uint32_t max) { in nextRangeU() argument 77 SkASSERT(min <= max); in nextRangeU() 78 uint32_t range = max - min + 1; in nextRangeU() 102 SkScalar nextRangeScalar(SkScalar min, SkScalar max) { in nextRangeScalar() argument 103 return this->nextUScalar1() * (max - min) + min; in nextRangeScalar()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/utils/ |
| H A D | SkRandom.h | 60 float nextRangeF(float min, float max) { in nextRangeF() argument 61 return min + this->nextF() * (max - min); in nextRangeF() 76 uint32_t nextRangeU(uint32_t min, uint32_t max) { in nextRangeU() argument 77 SkASSERT(min <= max); in nextRangeU() 78 uint32_t range = max - min + 1; in nextRangeU() 102 SkScalar nextRangeScalar(SkScalar min, SkScalar max) { in nextRangeScalar() argument 103 return this->nextUScalar1() * (max - min) + min; in nextRangeScalar()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0Rect.h | 61 auto x2 = std::max(getMaxX(), rect.getMaxX()); in unionInPlace() 62 auto y2 = std::max(getMaxY(), rect.getMaxY()); in unionInPlace() 89 rightBottomPoint.x = std::max(rightBottomPoint.x, b.x); in boundingRect() 90 rightBottomPoint.x = std::max(rightBottomPoint.x, c.x); in boundingRect() 91 rightBottomPoint.x = std::max(rightBottomPoint.x, d.x); in boundingRect() 93 rightBottomPoint.y = std::max(rightBottomPoint.y, b.y); in boundingRect() 94 rightBottomPoint.y = std::max(rightBottomPoint.y, c.y); in boundingRect() 95 rightBottomPoint.y = std::max(rightBottomPoint.y, d.y); in boundingRect()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0Rect.h | 61 auto x2 = std::max(getMaxX(), rect.getMaxX()); in unionInPlace() 62 auto y2 = std::max(getMaxY(), rect.getMaxY()); in unionInPlace() 89 rightBottomPoint.x = std::max(rightBottomPoint.x, b.x); in boundingRect() 90 rightBottomPoint.x = std::max(rightBottomPoint.x, c.x); in boundingRect() 91 rightBottomPoint.x = std::max(rightBottomPoint.x, d.x); in boundingRect() 93 rightBottomPoint.y = std::max(rightBottomPoint.y, b.y); in boundingRect() 94 rightBottomPoint.y = std::max(rightBottomPoint.y, c.y); in boundingRect() 95 rightBottomPoint.y = std::max(rightBottomPoint.y, d.y); in boundingRect()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0Rect.h | 61 auto x2 = std::max(getMaxX(), rect.getMaxX()); in unionInPlace() 62 auto y2 = std::max(getMaxY(), rect.getMaxY()); in unionInPlace() 89 rightBottomPoint.x = std::max(rightBottomPoint.x, b.x); in boundingRect() 90 rightBottomPoint.x = std::max(rightBottomPoint.x, c.x); in boundingRect() 91 rightBottomPoint.x = std::max(rightBottomPoint.x, d.x); in boundingRect() 93 rightBottomPoint.y = std::max(rightBottomPoint.y, b.y); in boundingRect() 94 rightBottomPoint.y = std::max(rightBottomPoint.y, c.y); in boundingRect() 95 rightBottomPoint.y = std::max(rightBottomPoint.y, d.y); in boundingRect()
|