Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 1213) sorted by relevance

12345678910>>...49

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTMockDef.h47 #define ABI49_0_0RCT_MOCK_DEF(context, api) \ argument
48 __typeof(__typeof(api) *) mockptr_##context##_##api = &api;
49 #define ABI49_0_0RCT_MOCK_REF(context, api) \ argument
50 extern __typeof(__typeof(api) *) mockptr_##context##_##api;
52 (mockptr_##context##_##api = &mockapi)
53 #define ABI49_0_0RCT_MOCK_RESET(context, api) (mockptr_##context##_##api = &api) argument
54 #define ABI49_0_0RCT_MOCK_USE(context, api) (*mockptr_##context##_##api) argument
56 #define ABI49_0_0RCT_MOCK_DEF(context, api) argument
57 #define ABI49_0_0RCT_MOCK_REF(context, api) argument
59 #define ABI49_0_0RCT_MOCK_RESET(context, api) argument
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTMockDef.h47 #define ABI48_0_0RCT_MOCK_DEF(context, api) \ argument
48 __typeof(__typeof(api) *) mockptr_##context##_##api = &api;
49 #define ABI48_0_0RCT_MOCK_REF(context, api) \ argument
50 extern __typeof(__typeof(api) *) mockptr_##context##_##api;
52 (mockptr_##context##_##api = &mockapi)
53 #define ABI48_0_0RCT_MOCK_RESET(context, api) (mockptr_##context##_##api = &api) argument
54 #define ABI48_0_0RCT_MOCK_USE(context, api) (*mockptr_##context##_##api) argument
56 #define ABI48_0_0RCT_MOCK_DEF(context, api) argument
57 #define ABI48_0_0RCT_MOCK_REF(context, api) argument
59 #define ABI48_0_0RCT_MOCK_RESET(context, api) argument
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTMockDef.h47 #define ABI47_0_0RCT_MOCK_DEF(context, api) \ argument
48 __typeof(__typeof(api) *) mockptr_##context##_##api = &api;
49 #define ABI47_0_0RCT_MOCK_REF(context, api) \ argument
50 extern __typeof(__typeof(api) *) mockptr_##context##_##api;
52 (mockptr_##context##_##api = &mockapi)
53 #define ABI47_0_0RCT_MOCK_RESET(context, api) (mockptr_##context##_##api = &api) argument
54 #define ABI47_0_0RCT_MOCK_USE(context, api) (*mockptr_##context##_##api) argument
56 #define ABI47_0_0RCT_MOCK_DEF(context, api) argument
57 #define ABI47_0_0RCT_MOCK_REF(context, api) argument
59 #define ABI47_0_0RCT_MOCK_RESET(context, api) argument
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/
H A Dbuild.gradle93 api 'androidx.multidex:multidex:2.0.0'
125 api 'de.greenrobot:eventbus:2.4.0'
126 api "androidx.room:room-runtime:2.1.0"
132 api 'com.squareup.picasso:picasso:2.5.2'
142 api 'commons-io:commons-io:2.6'
143 api 'me.leolin:ShortcutBadger:1.1.4@aar'
145 api 'commons-codec:commons-codec:1.10'
146 api 'net.openid:appauth:0.7.1'
147 api 'com.airbnb.android:lottie:3.4.0'
151 api "androidx.browser:browser:1.0.0"
[all …]
/expo/packages/expo-dev-launcher/expo-dev-launcher-gradle-plugin/src/main/kotlin/expo/modules/devlauncher/
H A DDevLauncherPlugin.kt5 import com.android.build.api.instrumentation.AsmClassVisitorFactory in <lambda>()
6 import com.android.build.api.instrumentation.ClassContext in <lambda>()
7 import com.android.build.api.instrumentation.ClassData in <lambda>()
11 import com.android.build.api.variant.AndroidComponentsExtension in <lambda>()
12 import org.gradle.api.Plugin in <lambda>()
13 import org.gradle.api.Project in <lambda>()
14 import org.gradle.api.provider.Property in <lambda>()
15 import org.gradle.api.tasks.Input in <lambda>()
16 import org.gradle.api.tasks.Optional in <lambda>()
69 …Visitor(private val classContext: ClassContext, api: Int, classVisitor: ClassVisitor) : ClassVisit… in <lambda>()
[all …]
/expo/packages/expo-network-addons/expo-network-addons-gradle-plugin/src/main/kotlin/expo/modules/networkaddons/
H A DNetworkAddonsPlugin.kt6 import com.android.build.api.instrumentation.ClassContext in <lambda>()
7 import com.android.build.api.instrumentation.ClassData in <lambda>()
12 import org.gradle.api.Plugin in <lambda>()
13 import org.gradle.api.Project in <lambda>()
14 import org.gradle.api.provider.Property in <lambda>()
15 import org.gradle.api.tasks.Input in <lambda>()
16 import org.gradle.api.tasks.Optional in <lambda>()
74 api: Int, classVisitor: ClassVisitor, in <lambda>()
76 ) : ClassVisitor(api, classVisitor) { in <lambda>()
87 api: Int, methodVisitor: MethodVisitor, in <lambda>()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/
H A Dbuild.gradle97 api 'androidx.multidex:multidex:2.0.0'
128 api 'de.greenrobot:eventbus:2.4.0'
131 api "androidx.room:room-runtime:2.1.0"
137 api 'com.squareup.picasso:picasso:2.5.2'
147 api 'commons-io:commons-io:2.6'
148 api 'me.leolin:ShortcutBadger:1.1.4@aar'
150 api 'commons-codec:commons-codec:1.10'
151 api 'net.openid:appauth:0.7.1'
152 api 'com.airbnb.android:lottie:3.4.0'
156 api "androidx.browser:browser:1.0.0"
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/
H A Dbuild.gradle91 api 'androidx.multidex:multidex:2.0.0'
122 api 'de.greenrobot:eventbus:2.4.0'
123 api "androidx.room:room-runtime:2.1.0"
129 api 'com.squareup.picasso:picasso:2.5.2'
139 api 'commons-io:commons-io:2.6'
140 api 'me.leolin:ShortcutBadger:1.1.4@aar'
142 api 'commons-codec:commons-codec:1.10'
143 api 'net.openid:appauth:0.7.1'
144 api 'com.airbnb.android:lottie:3.4.0'
148 api "androidx.browser:browser:1.0.0"
[all …]
/expo/android/expoview/
H A Dbuild.gradle198 api 'androidx.multidex:multidex:2.0.0'
222 api project(':expo')
225 api project(':expo-random')
262 api 'de.greenrobot:eventbus:2.4.0'
265 api "androidx.room:room-runtime:2.1.0"
271 api 'com.squareup.picasso:picasso:2.5.2'
281 api 'commons-io:commons-io:2.6'
284 api 'commons-codec:commons-codec:1.10'
285 api 'net.openid:appauth:0.7.1'
286 api 'com.airbnb.android:lottie:3.4.0'
[all …]
/expo/packages/expo-updates/expo-updates-gradle-plugin/src/main/kotlin/expo/modules/updates/
H A DExpoUpdatesPlugin.kt3 import com.android.build.api.variant.AndroidComponentsExtension in <lambda>()
6 import org.gradle.api.DefaultTask in <lambda>()
7 import org.gradle.api.Plugin in <lambda>()
8 import org.gradle.api.Project in <lambda>()
9 import org.gradle.api.file.DirectoryProperty in <lambda>()
10 import org.gradle.api.provider.ListProperty in <lambda>()
11 import org.gradle.api.provider.Property in <lambda>()
12 import org.gradle.api.tasks.Input in <lambda>()
13 import org.gradle.api.tasks.OutputDirectory in <lambda>()
14 import org.gradle.api.tasks.TaskAction in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java16 @RequiresApi(api = Build.VERSION_CODES.O)
20 @RequiresApi(api = Build.VERSION_CODES.O)
23 @RequiresApi(api = Build.VERSION_CODES.O)
26 @RequiresApi(api = Build.VERSION_CODES.O)
H A DNotificationsChannelGroupManager.java16 @RequiresApi(api = Build.VERSION_CODES.O)
20 @RequiresApi(api = Build.VERSION_CODES.O)
23 @RequiresApi(api = Build.VERSION_CODES.O)
26 @RequiresApi(api = Build.VERSION_CODES.O)
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedChannelSerializer.java1 package abi49_0_0.host.exp.exponent.modules.api.notifications.channels;
10 import abi49_0_0.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
15 @RequiresApi(api = Build.VERSION_CODES.O)
22 @RequiresApi(api = Build.VERSION_CODES.O)
H A DScopedNotificationsGroupManager.java1 package abi49_0_0.host.exp.exponent.modules.api.notifications.channels;
17 import abi49_0_0.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
29 @RequiresApi(api = Build.VERSION_CODES.O)
42 @RequiresApi(api = Build.VERSION_CODES.O)
56 @RequiresApi(api = Build.VERSION_CODES.O)
62 @RequiresApi(api = Build.VERSION_CODES.O)
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/channels/
H A DScopedChannelSerializer.java1 package versioned.host.exp.exponent.modules.api.notifications.channels;
10 import versioned.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
15 @RequiresApi(api = Build.VERSION_CODES.O)
22 @RequiresApi(api = Build.VERSION_CODES.O)
H A DScopedNotificationsGroupManager.java1 package versioned.host.exp.exponent.modules.api.notifications.channels;
17 import versioned.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
29 @RequiresApi(api = Build.VERSION_CODES.O)
42 @RequiresApi(api = Build.VERSION_CODES.O)
56 @RequiresApi(api = Build.VERSION_CODES.O)
62 @RequiresApi(api = Build.VERSION_CODES.O)
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedChannelSerializer.java1 package abi48_0_0.host.exp.exponent.modules.api.notifications.channels;
10 import abi48_0_0.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
15 @RequiresApi(api = Build.VERSION_CODES.O)
22 @RequiresApi(api = Build.VERSION_CODES.O)
H A DScopedNotificationsGroupManager.java1 package abi48_0_0.host.exp.exponent.modules.api.notifications.channels;
17 import abi48_0_0.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
29 @RequiresApi(api = Build.VERSION_CODES.O)
42 @RequiresApi(api = Build.VERSION_CODES.O)
56 @RequiresApi(api = Build.VERSION_CODES.O)
62 @RequiresApi(api = Build.VERSION_CODES.O)
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedChannelSerializer.java1 package abi47_0_0.host.exp.exponent.modules.api.notifications.channels;
10 import abi47_0_0.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
15 @RequiresApi(api = Build.VERSION_CODES.O)
22 @RequiresApi(api = Build.VERSION_CODES.O)
H A DScopedNotificationsGroupManager.java1 package abi47_0_0.host.exp.exponent.modules.api.notifications.channels;
17 import abi47_0_0.host.exp.exponent.modules.api.notifications.ScopedNotificationsIdUtils;
29 @RequiresApi(api = Build.VERSION_CODES.O)
42 @RequiresApi(api = Build.VERSION_CODES.O)
56 @RequiresApi(api = Build.VERSION_CODES.O)
62 @RequiresApi(api = Build.VERSION_CODES.O)
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelGroupManager.java16 @RequiresApi(api = Build.VERSION_CODES.O)
20 @RequiresApi(api = Build.VERSION_CODES.O)
23 @RequiresApi(api = Build.VERSION_CODES.O)
26 @RequiresApi(api = Build.VERSION_CODES.O)
H A DNotificationsChannelManager.java16 @RequiresApi(api = Build.VERSION_CODES.O)
20 @RequiresApi(api = Build.VERSION_CODES.O)
23 @RequiresApi(api = Build.VERSION_CODES.O)
26 @RequiresApi(api = Build.VERSION_CODES.O)
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java16 @RequiresApi(api = Build.VERSION_CODES.O)
20 @RequiresApi(api = Build.VERSION_CODES.O)
23 @RequiresApi(api = Build.VERSION_CODES.O)
26 @RequiresApi(api = Build.VERSION_CODES.O)
H A DNotificationsChannelGroupManager.java16 @RequiresApi(api = Build.VERSION_CODES.O)
20 @RequiresApi(api = Build.VERSION_CODES.O)
23 @RequiresApi(api = Build.VERSION_CODES.O)
26 @RequiresApi(api = Build.VERSION_CODES.O)
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelGroupManager.java16 @RequiresApi(api = Build.VERSION_CODES.O)
20 @RequiresApi(api = Build.VERSION_CODES.O)
23 @RequiresApi(api = Build.VERSION_CODES.O)
26 @RequiresApi(api = Build.VERSION_CODES.O)

12345678910>>...49