Searched full:runtime (Results 1 – 25 of 72) sorted by relevance
123
/development/vndk/tools/definition-tool/datasets/ |
D | minimum_dlopen_deps.txt | 3 /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
|
D | minimum_tag_file.csv | 2 /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.jd | 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…
|
/development/samples/browseable/RuntimePermissionsBasic/res/values/ |
D | base-strings.xml | 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…
|
D | strings.xml | 4 …">This sample shows a basic implementation for requesting permissions at runtime.\nClick the butto…
|
/development/tools/repo_diff/service/repodiff/persistence/sql/ |
D | sql.go | 6 "runtime" 31 maxProcs := runtime.GOMAXPROCS(0) 32 numCPU := runtime.NumCPU()
|
/development/sdk/ |
D | build_tools_runtime.properties | 1 Runtime.Jvm=1.6
|
/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 8 This sample shows runtime permissions available in Android M and above.
|
/development/samples/browseable/BasicSyncAdapter/ |
D | _index.jd | 12 caches the data in a content provider. At runtime, the cached feed data is displayed
|
/development/samples/browseable/AppShortcuts/ |
D | _index.jd | 11 registering both links both statically in XML, as well as dynamically at runtime.
|
/development/apps/DumpViewer/app/src/main/ |
D | Android.mk | 15 androidx.lifecycle_lifecycle-runtime \
|
/development/samples/browseable/RuntimePermissions/res/values/ |
D | base-strings.xml | 24 This sample shows runtime permissions available in Android M and above.
|
/development/samples/browseable/BasicSyncAdapter/res/values/ |
D | base-strings.xml | 28 caches the data in a content provider. At runtime, the cached feed data is displayed
|
/development/samples/browseable/RuntimePermissionsWear/Wearable/res/values/ |
D | strings.xml | 16 <string name="app_name">Runtime Permissions</string>
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
D | InjectView.java | 30 @Retention(RetentionPolicy.RUNTIME)
|
/development/samples/SimpleJNI/src/com/example/android/simplejni/ |
D | SimpleJNI.java | 37 // The runtime will add "lib" on the front and ".o" on the end of
|
/development/samples/WiFiDirectServiceDiscovery/ |
D | AndroidManifest.xml | 7 <!-- runtime permission check API is on Android 6.0 or higher -->
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyCommandEvent.java | 41 java.lang.Process p = Runtime.getRuntime().exec(mCmd); in injectEvent()
|
D | MonkeyPermissionUtil.java | 37 * Utility class that encapsulates runtime permission related methods for monkey 73 /** keep track of runtime permissions requested for each package targeted */
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/ |
D | PermissionUtil.java | 23 * Utility class that wraps access to the runtime permissions API in M and provides basic helper
|
D | MainActivity.java | 43 * 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. */
|
D | RuntimePermissionsFragment.java | 41 This shows how new runtime-only permissions can be added, that do not apply to older in onCreateView()
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | app.yaml | 20 runtime: python
|
/development/testrunner/ |
D | adb_interface.py | 477 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/tools/winscope/ |
D | yarn.lock | 320 babel-runtime "^6.26.0" 341 babel-runtime "^6.26.0" 355 babel-runtime "^6.22.0" 364 babel-runtime "^6.22.0" 374 babel-runtime "^6.26.0" 383 babel-runtime "^6.22.0" 393 babel-runtime "^6.22.0" 403 babel-runtime "^6.22.0" 411 babel-runtime "^6.22.0" 419 babel-runtime "^6.22.0" [all …]
|
123