Home
last modified time | relevance | path

Searched refs:createConfig (Results 1 – 24 of 24) sorted by relevance

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/manifest/
H A DUpdateManifestFactoryTest.kt23 private fun createConfig(): UpdatesConfiguration { in createConfig() method in expo.modules.updates.manifest.UpdateManifestFactoryTest
35 createConfig() in testGetManifest_Legacy()
47 createConfig() in testGetManifest_New()
59 createConfig() in testGetManifest_UnsupportedProtocolVersion()
68 createConfig() in testGetEmbeddedManifest_Legacy()
78 createConfig() in testGetEmbeddedManifest_Legacy_Bare()
H A DNewUpdateManifestTest.kt23 Assert.assertNotNull(NewUpdateManifest.fromNewManifest(manifest, null, createConfig())) in testFromManifestJson_AllFields()
32 NewUpdateManifest.fromNewManifest(manifest, null, createConfig()) in testFromManifestJson_NoId()
41 NewUpdateManifest.fromNewManifest(manifest, null, createConfig()) in testFromManifestJson_NoCreatedAt()
50 NewUpdateManifest.fromNewManifest(manifest, null, createConfig()) in testFromManifestJson_NoRuntimeVersion()
59 NewUpdateManifest.fromNewManifest(manifest, null, createConfig()) in testFromManifestJson_NoLaunchAsset()
62 private fun createConfig(): UpdatesConfiguration { in createConfig() method in expo.modules.updates.manifest.NewUpdateManifestTest
H A DLegacyUpdateManifestTest.kt168 Assert.assertNotNull(LegacyUpdateManifest.fromLegacyManifest(manifest, createConfig())) in testFromLegacyManifestJson_Development()
178 Assert.assertNotNull(LegacyUpdateManifest.fromLegacyManifest(manifest, createConfig())) in testFromLegacyManifestJson_Production_AllFields()
187 LegacyUpdateManifest.fromLegacyManifest(manifest, createConfig()) in testFromLegacyManifestJson_Production_NoSdkVersion()
196 LegacyUpdateManifest.fromLegacyManifest(manifest, createConfig()) in testFromLegacyManifestJson_Production_NoReleaseId()
205 LegacyUpdateManifest.fromLegacyManifest(manifest, createConfig()) in testFromLegacyManifestJson_Production_NoCommitTime()
214 LegacyUpdateManifest.fromLegacyManifest(manifest, createConfig()) in testFromLegacyManifestJson_Production_NoBundleUrl()
223 …l newLegacyUpdateManifest = LegacyUpdateManifest.fromLegacyManifest(legacyManifest, createConfig()) in testFromLegacyManifestJson_setsUpdateRuntimeAsSdkIfNoManifestRuntime()
234 …l newLegacyUpdateManifest = LegacyUpdateManifest.fromLegacyManifest(legacyManifest, createConfig()) in testFromLegacyManifestJson_setsUpdateRuntimeAsRuntimeIfManifestRuntime()
238 private fun createConfig(): UpdatesConfiguration { in createConfig() method in expo.modules.updates.manifest.LegacyUpdateManifestTest
H A DUpdateManifestMetadataTest.kt33 config = createConfig() in setupManifest()
117 private fun createConfig(): UpdatesConfiguration { in createConfig() method in expo.modules.updates.manifest.UpdateManifestMetadataTest
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0conversions.h189 const auto createConfig = createConfigIt == config.items().end() in parseLayoutAnimationConfig() local
203 if (!createConfig || !updateConfig || !deleteConfig) { in parseLayoutAnimationConfig()
208 duration, *createConfig, *updateConfig, *deleteConfig}; in parseLayoutAnimationConfig()
H A DABI48_0_0primitives.h54 AnimationConfig createConfig; member
H A DABI48_0_0LayoutAnimationDriver.cpp45 ? layoutAnimationConfig.createConfig in animationMutationsForFrame()
H A DABI48_0_0LayoutAnimationKeyFrameManager.cpp356 ? layoutAnimationConfig.createConfig in pullTransaction()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0conversions.h189 const auto createConfig = createConfigIt == config.items().end() in parseLayoutAnimationConfig() local
203 if (!createConfig || !updateConfig || !deleteConfig) { in parseLayoutAnimationConfig()
208 duration, *createConfig, *updateConfig, *deleteConfig}; in parseLayoutAnimationConfig()
H A DABI49_0_0primitives.h54 AnimationConfig createConfig; member
H A DABI49_0_0LayoutAnimationDriver.cpp45 ? layoutAnimationConfig.createConfig in animationMutationsForFrame()
H A DABI49_0_0LayoutAnimationKeyFrameManager.cpp360 ? layoutAnimationConfig.createConfig in pullTransaction()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0conversions.h189 const auto createConfig = createConfigIt == config.items().end() in parseLayoutAnimationConfig() local
203 if (!createConfig || !updateConfig || !deleteConfig) { in parseLayoutAnimationConfig()
208 duration, *createConfig, *updateConfig, *deleteConfig}; in parseLayoutAnimationConfig()
H A DABI47_0_0primitives.h54 AnimationConfig createConfig; member
H A DABI47_0_0LayoutAnimationDriver.cpp46 ? layoutAnimationConfig.createConfig in animationMutationsForFrame()
H A DABI47_0_0LayoutAnimationKeyFrameManager.cpp370 ? layoutAnimationConfig.createConfig in pullTransaction()
/expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/
H A DSQLiteModule.kt252 val config = createConfig(path) in <lambda>()
260 private fun createConfig(path: String): SQLiteDatabaseConfiguration { in <lambda>() method in expo.modules.sqlite.SQLiteModule
/expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/
H A DREAUIManager.mm290 …RCTLogError(@"Unsupported layout animation createConfig property %@", creatingLayoutAnimation.prop…
/expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/
H A DABI49_0_0REAUIManager.mm290 …ABI49_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", creatingLayoutAnima…
/expo/ios/vendored/sdk48/react-native-reanimated/ios/LayoutReanimation/
H A DABI48_0_0REAUIManager.mm296 …ABI48_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", creatingLayoutAnima…
/expo/ios/vendored/sdk47/react-native-reanimated/ios/LayoutReanimation/
H A DABI47_0_0REAUIManager.mm296 …ABI47_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", creatingLayoutAnima…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTUIManager.m663 …ABI47_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", creatingLayoutAnima…
814 …ABI47_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", deletingLayoutAnima…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTUIManager.m663 …ABI49_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", creatingLayoutAnima…
814 …ABI49_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", deletingLayoutAnima…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTUIManager.m663 …ABI48_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", creatingLayoutAnima…
814 …ABI48_0_0RCTLogError(@"Unsupported layout animation createConfig property %@", deletingLayoutAnima…