Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/tools/
Daidl3 aidl has moved to //system/tools/aidl as part of adding support for
/frameworks/av/media/utils/
DREADME3 Consider adding your utility class/function here if it will
/frameworks/base/tests/SmokeTest/
DREADME3 Please use caution when adding tests here.
/frameworks/base/core/java/android/app/
DLocalActivityManager.java267 boolean adding = false; in startActivity()
277 adding = true; in startActivity()
301 if (adding) { in startActivity()
DActivityManagerInternal.java187 boolean adding); in updateDeviceIdleTempWhitelist() argument
/frameworks/rs/script_api/
Drs_for_each.spec54 You can access the kernel context by adding a special parameter named "context" of type
244 You can access the kernel context by adding a special parameter named "context" of
248 &nbsp;&nbsp;// adding these variables as arguments. For the more rarely used indices<br/>
/frameworks/base/wifi/tests/
DREADME.md44 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md34 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DLocalizeDependenciesTask.groovy95 println("adding $key in $conf by $task")
233 println("adding to the list ${dependency.artifact}")
DExportLicensesTask.groovy123 println("adding artifact $artifact")
/frameworks/rs/script_api/include/
Drs_for_each.rsh57 * You can access the kernel context by adding a special parameter named "context" of type
215 * You can access the kernel context by adding a special parameter named "context" of
219 * // adding these variables as arguments. For the more rarely used indices
364 * You can access it by adding a special parameter named "context" of
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java3321 private int findPositionForStack(int requestedPosition, TaskStack stack, boolean adding) { in findPositionForStack() argument
3324 toTop |= adding ? requestedPosition >= topChildPosition + 1 in findPositionForStack()
3341 targetPosition = adding ? topChildPosition : topChildPosition - 1; in findPositionForStack()
/frameworks/support/buildSrc/
Ddiff_and_docs.gradle151 "If you are adding APIs that should be excluded from the public API surface,\n" +
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc34 …ng development has the ability to modify their application package (e.g. adding a file to their na…
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java2420 private void updateTempWhitelistAppIdsLocked(int appId, boolean adding) { in updateTempWhitelistAppIdsLocked() argument
2434 adding); in updateTempWhitelistAppIdsLocked()
/frameworks/native/docs/
DDoxyfile203 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
211 # A mapping has the form "name=value". For example adding
/frameworks/av/media/libaaudio/
DDoxyfile.orig216 # For example adding
226 # A mapping has the form "name=value". For example adding "class=itcl::class"
DDoxyfile216 # For example adding
226 # A mapping has the form "name=value". For example adding "class=itcl::class"
/frameworks/wilhelm/doc/
DDoxyfile177 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
/frameworks/base/proto/src/
Dmetrics_constants.proto2357 // OPEN: “Add Printers” screen for adding printers
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java23867 public void updateDeviceIdleTempWhitelist(int[] appids, int changingAppId, boolean adding) {
23870 setAppIdTempWhitelistStateLocked(changingAppId, adding);