Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 75) sorted by relevance

123

/development/ide/clion/frameworks/ml/
DCMakeLists.txt20 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)
/development/samples/browseable/RuntimePermissionsBasic/
D_index.jd8 …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…
/development/samples/browseable/RuntimePermissionsBasic/res/values/
Dbase-strings.xml24 …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…
Dstrings.xml4 …">This sample shows a basic implementation for requesting permissions at runtime.\nClick the butto…
/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go6 "runtime"
31 maxProcs := runtime.GOMAXPROCS(0)
32 numCPU := runtime.NumCPU()
/development/samples/PictureInPicture/ComposePip/app/src/main/java/com/example/samplepip/ui/theme/
DTheme.kt8 import androidx.compose.runtime.Composable
9 import androidx.compose.runtime.SideEffect
/development/sdk/
Dbuild_tools_runtime.properties1 Runtime.Jvm=1.6
DAndroid.bp37 out: ["runtime.properties"],
/development/samples/browseable/RuntimePermissions/
D_index.jd8 This sample shows runtime permissions available in Android M and above.
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/
Dcargo_embargo.json4 "com.android.runtime",
Dexpected_Android.bp11 apex_available: ["//apex_available:platform", "com.android.runtime", "com.android.art.debug", "com.…
/development/samples/browseable/BasicSyncAdapter/
D_index.jd12 caches the data in a content provider. At runtime, the cached feed data is displayed
/development/samples/browseable/AppShortcuts/
D_index.jd11 registering both links both statically in XML, as well as dynamically at runtime.
/development/apps/DumpViewer/app/src/main/
DAndroid.bp16 "androidx.lifecycle_lifecycle-runtime",
/development/samples/browseable/RuntimePermissions/res/values/
Dbase-strings.xml24 This sample shows runtime permissions available in Android M and above.
/development/samples/browseable/BasicSyncAdapter/res/values/
Dbase-strings.xml28 caches the data in a content provider. At runtime, the cached feed data is displayed
/development/samples/browseable/RuntimePermissionsWear/Wearable/res/values/
Dstrings.xml16 <string name="app_name">Runtime Permissions</string>
/development/samples/PictureInPicture/ComposePip/app/src/main/java/com/example/samplepip/
DSampleVideoPlayer.kt5 import androidx.compose.runtime.Composable in <lambda>()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
DInjectView.java30 @Retention(RetentionPolicy.RUNTIME)
/development/samples/SimpleJNI/src/com/example/android/simplejni/
DSimpleJNI.java37 // The runtime will add "lib" on the front and ".o" on the end of
/development/samples/PictureInPicture/ComposePip/app/
Dbuild.gradle51 implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dapp.yaml20 runtime: python
/development/samples/WiFiDirectServiceDiscovery/
DAndroidManifest.xml7 <!-- runtime permission check API is on Android 6.0 or higher -->
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyCommandEvent.java41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DPermissionUtil.java23 * Utility class that wraps access to the runtime permissions API in M and provides basic helper

123