Searched refs:like (Results 1 – 25 of 60) sorted by relevance
123
/frameworks/opt/setupwizard/library/ |
D | rules.gradle | 3 * included in scripts like build.gradle or standalone.gradle using 'apply from'. 6 * dependencies like support library is built directly from source, while for standalone builds they 57 // for reproducible builds, for example in build.gradle define something like 65 // something like this:
|
D | build.gradle | 8 * this will build the dependencies like support libraries from source, whereas standalone.gradle 23 // builds. To add a dependency, you want to specify something like this:
|
D | standalone-rules.gradle | 18 // dependencies from maven. To add a dependency, you want to specify something like this:
|
/frameworks/base/location/lib/ |
D | README.txt | 16 the interface. In this way it is like framework.jar. 24 but that doesn't seem like a great idea when only applications with a special 29 It wraps internal platform classes (like ProviderRequest) with a stable
|
/frameworks/base/core/java/android/content/ |
D | SearchRecentSuggestionsProvider.java | 331 String like = "%" + selectionArgs[0] + "%"; in query() local 333 myArgs = new String [] { like, like }; in query() 335 myArgs = new String [] { like }; in query()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 4 bugreport services (like `bugreport` and `bugreportplus`) and delivered to the 5 end user (i.e., it doesn’t include other tools like `adb bugreport`). 9 intent; the end user then select which app (like an email client) handles such 106 release, the version will be called **1.1** or something like that.
|
/frameworks/base/core/java/org/chromium/arc/ |
D | EventLogTags.logtags | 10 # These events will be watched in automations like autotests.
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
D | README.txt | 3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Targets.def.in | 12 |* MCLD_TARGET macro to be a function-like macro with a single *|
|
D | Linkers.def.in | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
D | Targets.def.cmake | 12 |* MCLD_TARGET macro to be a function-like macro with a single *|
|
D | Linkers.def.cmake | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
D | Targets.def | 12 |* MCLD_TARGET macro to be a function-like macro with a single *|
|
D | Linkers.def | 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 14 …rganize 3 sets of data like the following(all tests in the file need to have 3 sets of data). You …
|
/frameworks/native/services/vr/virtual_touchpad/idc/ |
D | vr-virtual-touchpad-0.idc | 21 # Have input flinger treat injected scroll events like a G1 ball
|
D | vr-virtual-touchpad-1.idc | 21 # Have input flinger treat injected scroll events like a G1 ball
|
/frameworks/support/development/refaster/ |
D | README | 21 error-prone will produce patch files like "design/error-prone.patch" and to apply them, cd into the
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 23 an executing kernel, like dimensions and current indices. These functions take 51 over, like dimensions. It also contains rarely used indices of the currently processed 52 cell, like the Array0 index or the current level of detail. 242 over and rarely used indices, like the Array0 index.
|
/frameworks/base/core/res/ |
D | Android.bp | 39 // PRODUCT-agnostic resource data like IDs and type definitions.
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 15 the interface. In this way it is like framework.jar.
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 25 Usage typically looks like this (transaction errors are not handled): 101 Usage typically looks like this (transaction errors are not handled):
|
/frameworks/support/ |
D | adding-support-library-as-included-build.md | 6 Would you like to make a change in Support Library and have it be propagated to
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 25 * an executing kernel, like dimensions and current indices. These functions take 54 * over, like dimensions. It also contains rarely used indices of the currently processed 55 * cell, like the Array0 index or the current level of detail. 213 * over and rarely used indices, like the Array0 index. 362 * over and rarely used indices, like the Array0 index.
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 24 the interface. In this way it is like framework.jar.
|
123