| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementTypes.java | 11 RNSharedElementAnimation(final int newValue) { in RNSharedElementAnimation() argument 12 value = newValue; in RNSharedElementAnimation() 28 RNSharedElementResize(final int newValue) { in RNSharedElementResize() argument 29 value = newValue; in RNSharedElementResize() 51 RNSharedElementAlign(final int newValue) { in RNSharedElementAlign() argument 52 value = newValue; in RNSharedElementAlign()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementTypes.java | 11 RNSharedElementAnimation(final int newValue) { in RNSharedElementAnimation() argument 12 value = newValue; in RNSharedElementAnimation() 28 RNSharedElementResize(final int newValue) { in RNSharedElementResize() argument 29 value = newValue; in RNSharedElementResize() 51 RNSharedElementAlign(final int newValue) { in RNSharedElementAlign() argument 52 value = newValue; in RNSharedElementAlign()
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | PropertyComponentSpec.swift | 20 .set { (newValue: Int) in in spec() 21 value = newValue in spec() 24 let newValue = Int.random(in: 0..<100) in spec() variable 28 expect(value) == newValue in spec() 89 let newValue = Int.random(in: 1..<100) in spec() variable 97 expect(value.getInt()) == newValue in spec() 113 let newValue = Int.random(in: 100..<200) in spec() variable 126 let newValue = Int.random(in: 100..<200) in spec() variable 134 expect(value.getInt()) == newValue in spec() 175 .set { object, newValue in in definition() [all …]
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | PropertyComponentSpec.swift | 20 .set { (newValue: Int) in in spec() 21 value = newValue in spec() 24 let newValue = Int.random(in: 0..<100) in spec() variable 28 expect(value) == newValue in spec() 89 let newValue = Int.random(in: 1..<100) in spec() variable 97 expect(value.getInt()) == newValue in spec() 113 let newValue = Int.random(in: 100..<200) in spec() variable 126 let newValue = Int.random(in: 100..<200) in spec() variable 134 expect(value.getInt()) == newValue in spec() 175 .set { object, newValue in in definition() [all …]
|
| /expo/packages/expo-dev-menu/ios/Modules/ |
| H A D | DevMenuPreferences.swift | 54 setBool(newValue, forKey: motionGestureEnabledKey) 55 DevMenuMotionInterceptor.isEnabled = newValue 67 setBool(newValue, forKey: touchGestureEnabledKey) 68 DevMenuTouchInterceptor.isInstalled = newValue 80 setBool(newValue, forKey: keyCommandsEnabledKey) 81 DevMenuKeyCommandsInterceptor.isInstalled = newValue 93 setBool(newValue, forKey: showsAtLaunchKey) 107 setBool(newValue, forKey: isOnboardingFinishedKey)
|
| /expo/packages/expo-clipboard/ios/Tests/ |
| H A D | MockUIPasteboard.swift | 11 _items = newValue.count > 0 ? newValue[0] : [:] 20 _items = ["string": newValue as Any] 29 _items = ["url": newValue as Any] 38 _items = ["image": newValue as Any]
|
| /expo/ios/versioned/sdk48/ExpoClipboard/Tests/ |
| H A D | MockUIPasteboard.swift | 11 _items = newValue.count > 0 ? newValue[0] : [:] 20 _items = ["string": newValue as Any] 29 _items = ["url": newValue as Any] 38 _items = ["image": newValue as Any]
|
| /expo/ios/versioned/sdk47/ExpoClipboard/Tests/ |
| H A D | MockUIPasteboard.swift | 11 _items = newValue.count > 0 ? newValue[0] : [:] 20 _items = ["string": newValue as Any] 29 _items = ["url": newValue as Any] 38 _items = ["image": newValue as Any]
|
| /expo/ios/versioned/sdk49/ExpoClipboard/Tests/ |
| H A D | MockUIPasteboard.swift | 11 _items = newValue.count > 0 ? newValue[0] : [:] 20 _items = ["string": newValue as Any] 29 _items = ["url": newValue as Any] 38 _items = ["image": newValue as Any]
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue() argument 13 value = ShareableValue::adapt(rt, newValue, runtimeManager); in setValue() 37 const jsi::Value &newValue) { in set() argument 53 .callWithThis(rt, setterProxy, newValue); in set() 59 *animation.lock() = jsi::Value(rt, newValue); in set() 63 setter->set(rt, jsi::PropNameID::forAscii(rt, "_value"), newValue); in set() 68 auto shareable = ShareableValue::adapt(rt, newValue, runtimeManager); in set() 73 jsi::Value newValue = shareable->getValue(rt); in set() local 77 .callWithThis(rt, setterProxy, newValue); in set()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue() argument 13 value = ShareableValue::adapt(rt, newValue, runtimeManager); in setValue() 37 const jsi::Value &newValue) { in set() argument 53 .callWithThis(rt, setterProxy, newValue); in set() 59 *animation.lock() = jsi::Value(rt, newValue); in set() 63 setter->set(rt, jsi::PropNameID::forAscii(rt, "_value"), newValue); in set() 68 auto shareable = ShareableValue::adapt(rt, newValue, runtimeManager); in set() 73 jsi::Value newValue = shareable->getValue(rt); in set() local 77 .callWithThis(rt, setterProxy, newValue); in set()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue() argument 13 value = ShareableValue::adapt(rt, newValue, runtimeManager); in setValue() 37 const jsi::Value &newValue) { in set() argument 53 .callWithThis(rt, setterProxy, newValue); in set() 59 *animation.lock() = jsi::Value(rt, newValue); in set() 63 setter->set(rt, jsi::PropNameID::forAscii(rt, "_value"), newValue); in set() 68 auto shareable = ShareableValue::adapt(rt, newValue, runtimeManager); in set() 73 jsi::Value newValue = shareable->getValue(rt); in set() local 77 .callWithThis(rt, setterProxy, newValue); in set()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | MutableValue.cpp | 11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue() argument 13 value = ShareableValue::adapt(rt, newValue, runtimeManager); in setValue() 37 const jsi::Value &newValue) { in set() argument 53 .callWithThis(rt, setterProxy, newValue); in set() 59 *animation.lock() = jsi::Value(rt, newValue); in set() 63 setter->set(rt, jsi::PropNameID::forAscii(rt, "_value"), newValue); in set() 68 auto shareable = ShareableValue::adapt(rt, newValue, runtimeManager); in set() 73 jsi::Value newValue = shareable->getValue(rt); in set() local 77 .callWithThis(rt, setterProxy, newValue); in set()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/utils/ |
| H A D | JSONUtils.kt | 25 var newValue = value in getJSONFromArrayList() variable 27 newValue = getJSONFromHashMap(value) in getJSONFromArrayList() 29 newValue = getJSONFromArrayList(value) in getJSONFromArrayList() 31 json.put(newValue) in getJSONFromArrayList()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/ |
| H A D | Field.swift | 77 internal func set(_ newValue: Any?) throws { in set() 78 if newValue == nil && (!isOptional || isRequired) { in set() 82 if let value = try fieldType.cast(newValue) as? Type { in set() 86 …throw FieldInvalidTypeException((fieldKey: key!, value: newValue, desiredType: Type.self)).causedB… in set()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/ |
| H A D | Field.swift | 77 internal func set(_ newValue: Any?) throws { in set() 78 if newValue == nil && (!isOptional || isRequired) { in set() 82 if let value = try fieldType.cast(newValue) as? Type { in set() 86 …throw FieldInvalidTypeException((fieldKey: key!, value: newValue, desiredType: Type.self)).causedB… in set()
|
| /expo/packages/expo-modules-core/ios/Swift/Records/ |
| H A D | Field.swift | 77 internal func set(_ newValue: Any?, appContext: AppContext) throws { in set() 78 if newValue == nil && (!isOptional || isRequired) { in set() 82 if let value = try fieldType.cast(newValue, appContext: appContext) as? Type { in set() 86 …throw FieldInvalidTypeException((fieldKey: key!, value: newValue, desiredType: Type.self)).causedB… in set()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/ |
| H A D | Field.swift | 77 internal func set(_ newValue: Any?, appContext: AppContext) throws { in set() 78 if newValue == nil && (!isOptional || isRequired) { in set() 82 if let value = try fieldType.cast(newValue, appContext: appContext) as? Type { in set() 86 …throw FieldInvalidTypeException((fieldKey: key!, value: newValue, desiredType: Type.self)).causedB… in set()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/ |
| H A D | SysctlCheckerMock.rb | 14 def self.set_call_sysctl_arm64_return_value(newValue) argument 15 @@call_sysctl_arm64_return_value = newValue
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/ |
| H A D | SysctlCheckerMock.rb | 14 def self.set_call_sysctl_arm64_return_value(newValue) argument 15 @@call_sysctl_arm64_return_value = newValue
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/ |
| H A D | SysctlCheckerMock.rb | 14 def self.set_call_sysctl_arm64_return_value(newValue) argument 15 @@call_sysctl_arm64_return_value = newValue
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/nodes/ |
| H A D | SetNode.java | 27 Object newValue = mNodesManager.getNodeValue(mValueNodeID); in evaluate() local 29 what.setValue(newValue); in evaluate() 30 return newValue; in evaluate()
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/nodes/ |
| H A D | SetNode.java | 27 Object newValue = mNodesManager.getNodeValue(mValueNodeID); in evaluate() local 29 what.setValue(newValue); in evaluate() 30 return newValue; in evaluate()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI49_0_0BitUtils.h | 43 void setEnumData(uint32_t& flags, size_t index, int newValue) { in setEnumData() argument 45 ((newValue << index) & (mask(bitWidthFn<Enum>(), index))); in setEnumData() 49 void setEnumData(uint8_t& flags, size_t index, int newValue) { in setEnumData() argument 51 ((newValue << index) & in setEnumData()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI48_0_0BitUtils.h | 43 void setEnumData(uint32_t& flags, size_t index, int newValue) { in setEnumData() argument 45 ((newValue << index) & (mask(bitWidthFn<Enum>(), index))); in setEnumData() 49 void setEnumData(uint8_t& flags, size_t index, int newValue) { in setEnumData() argument 51 ((newValue << index) & in setEnumData()
|