Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 25 of 115) sorted by relevance

12345

/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/allocators/
H A DObjectConstructorFactoryTest.kt41 val instance = ctorFactory.get(Clazz::class.java).construct() in <lambda>() constant
49 val instance = ctorFactory.get(ClazzPrivate::class.java).construct() in <lambda>() constant
57 val instance = ctorFactory.get(ClazzWithoutDefaultCtor::class.java).construct() in <lambda>() constant
/expo/packages/@expo/cli/src/start/doctor/ngrok/__tests__/
H A DExternalModule-test.ts43 const instance = externalModule.get(); constant
69 const instance = externalModule.getVersioned(); constant
86 const instance = externalModule.getVersioned(); constant
170 const instance = await externalModule.installAsync({ shouldPrompt: true, autoInstall: false }); constant
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0ShadowNodeFragment.cpp14 static auto &instance = *new Props::Shared(); in propsPlaceholder() local
20 static auto &instance = *new ShadowNode::SharedListOfShared(); in childrenPlaceholder() local
25 static auto &instance = *new State::Shared(); in statePlaceholder() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0ShadowNodeFragment.cpp13 static auto &instance = *new Props::Shared(); in propsPlaceholder() local
19 static auto &instance = *new ShadowNode::SharedListOfShared(); in childrenPlaceholder() local
24 static auto &instance = *new State::Shared(); in statePlaceholder() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0ShadowNodeFragment.cpp13 static auto &instance = *new Props::Shared(); in propsPlaceholder() local
19 static auto &instance = *new ShadowNode::SharedListOfShared(); in childrenPlaceholder() local
24 static auto &instance = *new State::Shared(); in statePlaceholder() local
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DAsyncNgrok-test.ts15 const instance: NgrokInstance = { constant
92 const instance = await new NgrokResolver('/').resolveAsync(); constant
99 const instance = await new NgrokResolver('/').resolveAsync(); constant
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DPushNotificationHelper.kt30 val instance by lazy { in <lambda>() constant
/expo/packages/@expo/cli/src/start/doctor/
H A DSecurityBinPrerequisite.ts6 static instance = new SecurityBinPrerequisite(); property in SecurityBinPrerequisite
/expo/android/expoview/src/main/java/host/exp/exponent/di/
H A DNativeModuleDepsProvider.kt71 val instance = classToInstanceMap[fieldClazz] in injectFieldInTarget() constant
84 @JvmStatic lateinit var instance: NativeModuleDepsProvider variable
/expo/packages/@expo/cli/src/start/doctor/apple/
H A DXcrunPrerequisite.ts20 static instance = new XcrunPrerequisite(); property in XcrunPrerequisite
H A DSimulatorAppPrerequisite.ts19 static instance = new SimulatorAppPrerequisite(); property in SimulatorAppPrerequisite
H A DXcodeDeveloperDiskImagePrerequisite.ts21 static instance = new XcodeDeveloperDiskImagePrerequisite(); property in XcodeDeveloperDiskImagePrerequisite
/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts140 let instance: DevServerInstance; variable
358 const instance = this.getInstance(); constant
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DAndroidLogger.cpp11 std::unique_ptr<LoggerInterface> Logger::instance = member in reanimated::Logger
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DAndroidLogger.cpp11 std::unique_ptr<LoggerInterface> Logger::instance = member in reanimated::Logger
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DAndroidLogger.cpp11 std::unique_ptr<LoggerInterface> Logger::instance = member in reanimated::Logger
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DAndroidLogger.cpp11 std::unique_ptr<LoggerInterface> Logger::instance = member in reanimated::Logger
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0CxxNativeModule.cpp26 std::weak_ptr<Instance> instance, in makeCallback()
34 if (auto instance = winstance.lock()) { in makeCallback() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI48_0_0Registration.cpp19 static ConnectionDemux instance{ABI48_0_0facebook::ABI48_0_0React::getInspectorInstance()}; in demux() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI49_0_0Class.h24 C *instance, in callFromJs()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI49_0_0Registration.cpp19 static ConnectionDemux instance{ABI49_0_0facebook::ABI49_0_0React::getInspectorInstance()}; in demux() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI47_0_0Class.h24 C *instance, in callFromJs()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI48_0_0Class.h24 C *instance, in callFromJs()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI47_0_0Registration.cpp19 static ConnectionDemux instance{ABI47_0_0facebook::ABI47_0_0React::getInspectorInstance()}; in demux() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0CxxNativeModule.cpp26 std::weak_ptr<Instance> instance, in makeCallback()
34 if (auto instance = winstance.lock()) { in makeCallback() local

12345