Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 70) 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/vndk/tools/definition-tool/datasets/
Dminimum_dlopen_deps.txt3 /apex/com.android.runtime/${LIB}/bionic/libc.so:/apex/com.android.runtime/${LIB}/libc_malloc_debug.…
4 /apex/com.android.runtime/${LIB}/bionic/libc.so:/apex/com.android.runtime/${LIB}/libicuuc.so
5 /apex/com.android.runtime/${LIB}/bionic/libc.so:/system/${LIB}/libnetd_client.so
Dminimum_tag_file.csv2 /apex/com.android.runtime/${LIB}/bionic/libc.so,LL-NDK,
3 /apex/com.android.runtime/${LIB}/bionic/libdl.so,LL-NDK,
4 /apex/com.android.runtime/${LIB}/bionic/libm.so,LL-NDK,
/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/sdk/
Dbuild_tools_runtime.properties1 Runtime.Jvm=1.6
/development/samples/browseable/RuntimePermissions/
D_index.jd8 This sample shows runtime permissions available in Android M and above.
/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.mk15 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/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/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
DRuntimePermissionsFragment.java41 This shows how new runtime-only permissions can be added, that do not apply to older in onCreateView()
DMainActivity.java43 * Launcher Activity that demonstrates the use of runtime permissions for Android M.
45 * Activity to illustrate parts of the runtime permissions API.
73 * This sample targets the M platform and must therefore request permissions at runtime. Change the
309 not relevant for the execution of the runtime permissions API. */
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dapp.yaml20 runtime: python
/development/testrunner/
Dadb_interface.py477 runtime_restart: stop runtime during sync and restart afterwards, useful
505 logger.Log("Restarting device runtime")
514 # start runtime and wait till boot complete flag is set
517 # press the MENU key, this will disable key guard if runtime is started
530 Resets the Android runtime (does *not* reboot the kernel).
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DFractionalLinearLayout.java26 * this can only be determined at runtime, so we cannot specify the required

123