Searched full:runtime (Results 1 – 25 of 75) sorted by relevance
123
20 add_subdirectory(nn/runtime/test/NeuralNetworksTest_shared_partial-arm-android)21 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static-arm-android)22 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static_fuzzing-arm-android)23 add_subdirectory(nn/runtime/test/NeuralNetworksTest_mt_static-arm-android)24 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static_asan-arm-android)25 add_subdirectory(nn/runtime/test/NeuralNetworksTest_static_ubsan-arm-android)26 add_subdirectory(nn/runtime/test/NeuralNetworksTest_mt_static_asan-arm-android)
8 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…9 Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission…
24 …This sample shows a basic implementation for requesting permissions at runtime. Click the button t…25 Note: The "RuntimePermissions" sample provides a more complete overview over the runtime permission…
4 …">This sample shows a basic implementation for requesting permissions at runtime.\nClick the butto…
6 "runtime"31 maxProcs := runtime.GOMAXPROCS(0)32 numCPU := runtime.NumCPU()
8 import androidx.compose.runtime.Composable9 import androidx.compose.runtime.SideEffect
1 Runtime.Jvm=1.6
37 out: ["runtime.properties"],
8 This sample shows runtime permissions available in Android M and above.
4 "com.android.runtime",
11 apex_available: ["//apex_available:platform", "com.android.runtime", "com.android.art.debug", "com.…
12 caches the data in a content provider. At runtime, the cached feed data is displayed
11 registering both links both statically in XML, as well as dynamically at runtime.
16 "androidx.lifecycle_lifecycle-runtime",
24 This sample shows runtime permissions available in Android M and above.
28 caches the data in a content provider. At runtime, the cached feed data is displayed
16 <string name="app_name">Runtime Permissions</string>
5 import androidx.compose.runtime.Composable in <lambda>()
30 @Retention(RetentionPolicy.RUNTIME)
37 // The runtime will add "lib" on the front and ".o" on the end of
51 implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
20 runtime: python
7 <!-- runtime permission check API is on Android 6.0 or higher -->
41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
23 * Utility class that wraps access to the runtime permissions API in M and provides basic helper